Embodiments of the invention relate to microprocessors and computer systems. More particularly, embodiments of the invention relate to at least one technique to improve processor and computer system performance when servicing interrupts from a virtualized input/output (I/O) resource.
As demand on computer system throughput continues to increase, consolidation and sharing of computing resources becomes more important. In particular, in many modern computer systems, numerous operating systems (OS's) may operate (“run”) within the same computer system simultaneously. In order to enable these OS's to run at acceptable performance levels on the same computing hardware (i.e. same microprocessor or microprocessors), system designers have resorted to a technique known as “virtualization” of computing resources.
Virtualization of computing resources refers to any number of techniques used to share computing hardware resources among a number of operating systems and/or software applications (collectively referred to as “guest” software). Virtualization techniques can broadly be categorized as employing a “dedicated policy”, in which computing hardware is partitioned and each partition is dedicated to particular guest software, or a “shared policy”, in which computing hardware is allocated to a number of guest software according to some arbitration scheme, such as a time-based allocation algorithm (e.g., “time multiplexing”). Throughout this disclosure, the terms “virtual” and “guest” may be used interchangeably to describe certain aspects of the guest software and interrupts intended to be serviced by the guest software.
Computer systems using shared policy virtualization of computing resources can be subject to performance degradation, as allocating appropriate processor resources to guest software in a timely manner can be difficult as the number of guest software, such as operating systems, increases. Interrupts to a processor in the computing system, in particular, can be difficult to service in a timely manner as the number of interrupt sources increases. One type of interrupt that can be difficult for a processor to service, especially as the number of guest software to service the interrupts increases, is an input/output (I/O) interrupt.
I/O interrupts originate from devices and sources external to a processor, including keyboard controllers, mouse activity, and wireless adapters. In a shared resource virtualization configuration, a guest software program must continually allocate resources to servicing various I/O interrupts according to some arbitration scheme. In at least one prior art virtualization technique, guest software services I/O interrupts according to a priority level assigned to each interrupt and relies on virtualization software routines (“host” software) to assign the appropriate priority to the interrupts and notify the guest software of the interrupts.
Guest software typically retrieves I/O interrupt information from the host software by issuing commands, such as a “read” command, to control logic responsible for controlling processor resources, such as I/O. Furthermore, guest software typically adjusts the priority of various interrupts by issuing commands, such as a “write” command, to the processor resources. In at least one prior art technique, the host software intercepts certain read and write commands from the guest software, such as those pertaining to servicing I/O interrupts, so that the same processor resources may be used to service interrupts to a number of different guest software programs, such as a number of operating systems.
For example, in at least one prior art virtualization technique, host software may intercept read or write commands issued by the guest software to processor resources that are “privileged” (i.e. resources that may not be accessed directly except by trusted software, such as operating systems).
One problem with some prior art I/O resource virtualization techniques that operate in a virtualization architecture similar to
For example,
Similarly,
Alternatively, if there is a pending guest interrupt being serviced at the time the write command is intercepted by the VMM and the pending guest interrupt allows other lower priority guest interrupts to be serviced before the pending guest interrupt is serviced (i.e. the pending guest interrupt has “unmasked” lower priority guest interrupts), then the VMM will deliver the guest I/O interrupt to the guest for servicing. Otherwise, if there is no pending guest interrupt at the time the VMM intercepts the write command from the guest, control is returned to the guest at the point at which the write command occurred and the guest resumes operation.
The VMM intercepts each of the read and write commands related to servicing I/O interrupts in the prior art I/O virtualization techniques illustrated in
Performance in many modern computer systems is therefore at least partially dependent upon the performance of I/O resource virtualization techniques.
Embodiments and the invention are illustrated by way of example and not limitation in the figures of the accompanying drawings, in which like references indicate similar elements and in which:
Embodiments of the invention described herein pertain to computer systems. More particularly, at least one embodiment of the invention relates to a virtualization technique for input/output resources of one or more microprocessors within a computer system or network.
In one embodiment, the shadow copy is a data structure accessible within or via a processor abstraction layer (PAL), which is a software representation of various functions and information pertaining to the microprocessor(s) upon which the guest is running. The PAL may be implemented in processor-specific instructions, known as “firmware”. In other embodiments, the shadow copy may be represented by various logical circuits within the processor or within some other semiconductor or memory device.
More commonly used virtualization services 505 may include a sub-set of services found in the virtualization procedures 501. In other embodiments, the virtualization services may include routines not found in the virtualization procedures 501. In one embodiment, the guest software can use the virtualization services without invoking host software, such as a VMM.
In such an embodiment, the technique illustrated in
In one embodiment of the invention, a host, such as a VMM, is only invoked (if at all) in response to a write command issued from guest software if a highest priority pending guest interrupt (“virtual highest priority interrupt, or ‘VHPI’”) is unmasked, unlike the prior art, which invoked the host whenever the guest issued a write command to the I/O resources. Therefore, in at least one embodiment of the invention, the guest may continue executing if the highest priority guest interrupt is masked (or if there is no pending guest interrupt) instead of being interrupted and waiting until the host determines whether the highest priority guest interrupt (if it exists) is masked before it can continue executing, thereby improving guest execution performance.
In one embodiment of the invention, a VHPI may mask lower priority interrupts via a combined status of a global virtual processor status register (VPSR) bit or bits and a local virtual task priority register (VTPR) bit or bits. The VPSR bit(s) determines whether the guest can accept any interrupts, whereas the VTPR bit(s) indicates whether the highest priority interrupt has masked lower priority interrupts, thereby preventing lower priority interrupts from being serviced. The following table summarizes the effect of VPSR and VTPR interrupt bits on whether a VMM is invoked to handle an incoming I/O interrupt:
In one embodiment, the VPSR and VTPR are representations of processing hardware registers, PSR and TPR, respectively, within a memory storage area accessible by the guest software, thereby creating a “virtual” PSR (VPSR) and “virtual” TPR (VTPR) version of the PSR and TPR. In one embodiment, the VPSR contains a bit or group of bits, VPSR.i, to indicate whether all external interrupts are masked. Similarly, VTPR may contain a bit or group of bits, VTPR.mmi (“mmi” referring to “mask all maskable interrupts”) and VTPR.mic (“mic” referring to “mask certain interrupt classes”), to indicate whether particular external interrupts are masked.
The rules illustrated in the above table can be implemented in one embodiment of the invention by masking all I/O interrupts intended to interrupt the guest (“guest I/O interrupts”) if the VPSR.i bit is a certain value, such as 0. If VPSR.i is another value, such as 1, external interrupts intended to interrupt the guest (“guest external interrupts”) may be masked or unmasked depending upon the status of the VTPR.mic and VTPR.mmi bits.
For example, in one embodiment of the invention, if VPSR.i has a value of 1 and VTPR.mmi has a value of 1, all guest I/O interrupts are masked except possibly for non-maskable interrupts intended to interrupt the guest (“guest non-maskable interrupts”). However, if VPSR.i has a value of 1 and VTPR.mmi has a value of 0, then all guest I/O interrupts are masked that have a priority equal or less to the value of VTPR.mic. The particular values of VPSR.i, VTPR.mic, and VTPR.mmi to represent information may be different among different embodiments.
In one embodiment of the invention, a processor may be able to service up to 256 interrupts, which may be grouped according to their priority. Among these 256 interrupts, some of them may correspond to I/O interrupts. Furthermore, in some embodiments the I/O interrupts may be distributed throughout the 256 interrupts. The following table summarizes the interrupt masking rules of a processor used in one embodiment of the invention:
Advantageously, embodiments of the invention only invoke the host (e.g., VMM) to handle write commands issued from the host if the interrupt unmasking conditions above are met. If the guest I/O interrupt is masked according to the above rules, then the guest I/O interrupt will be queued and the guest may continue executing until the interrupt is not masked, at which time the host may be invoked to commence handling the interrupt. In other embodiments, the host may not be invoked to deliver the guest I/O interrupt to the guest. Instead, the guest I/O interrupt may be delivered directly to the guest and serviced by the guest without the host being invoked.
Because guest interrupts are continuously pending and serviced, in order to determine whether a write command from guest software will, indeed, cause the VHPI to be unmasked, the VHPI is continuously maintained by the host, in one embodiment. In one embodiment, the VHPI is maintained in the shadow copy of the I/O resources by a VMM, and the VMM updates the VHPI status whenever a guest interrupt may need to be generated, such as when an I/O interrupt occurs requiring a guest interrupt to be generated in order to service the I/O interrupt.
If the VMM for a particular virtual machine does in fact determine that a virtual interrupt should be generated to the corresponding guest operating system, then at operation 610, the VMM determines whether the guest can accept any virtual interrupts, indicated by VPSR.i, for example, whether all maskable virtual interrupts are masked, indicated by VTPR.mmi, for example, and whether the class that the virtual interrupt is in is greater than the current virtual interrupt class priority, indicated by VTPR.mic, for example. If the virtual interrupt cannot be delivered to the guest, then the VMM compares the virtual interrupt's priority class, at operation 615, with those of any other pending virtual interrupts to determine whether the most recent virtual interrupt should be the VHPI. If the most recent virtual interrupt should be the VHPI, then it becomes VHPI at operation 625, otherwise the process is repeated. If the virtual interrupt can be delivered to the guest at operation 610, then the virtual interrupt is delivered to the guest according to the relative priority of the virtual interrupt at operation 620.
In one embodiment, the VMM compares the interrupt number of a most-recently received interrupt with the interrupt numbers of any pending virtual interrupts in order to determine the correct VHPI according to the interrupt number classes indicated in the above table. For example, if the most recently received interrupt has an interrupt number of 254 and all other pending virtual interrupts have interrupt numbers of less than 240, then the most recently received interrupt will correspond to the VHPI. However, if the most recently received interrupt has an interrupt number that is within the same class (e.g., 240-255 in the above table) as the current VHPI, then the VHPI will not be changed.
If the command is a write command, the write data is stored in VPSR.i or VTPR at operation 815, depending on whether the write command is writing data to PSR.i or TPR, respectively. At operation 820, if VPSR.i=0, then no guest interrupts can be serviced until VPSR.i=1. If VPSR.i=1, however, then at operation 830, if VTPR.mmi=1, then no guest interrupts can be serviced and normal execution of the guest continues at the next instruction following the write command. If VTPR.mmi=0, then at operation 835, if the pending virtual highest priority guest interrupt number (“VHPI number”) is less than or equal to VTPR.mic, the interrupt cannot be serviced and is stored until it can be. However, if the VHPI number is greater than VTPR.mic, then at operation 840, the VMM may be invoked to handle the interrupt. In other embodiments, the interrupt may be delivered to the guest without invoking the VMM.
Illustrated within the processor of
The main memory may be implemented in various memory sources, such as dynamic random-access memory (DRAM), a hard disk drive (HDD) 920, or a memory source located remotely from the computer system via network interface 930 containing various storage devices and technologies. The cache memory may be located either within the processor or in close proximity to the processor, such as on the processor's local bus 907. Furthermore, the cache memory may contain relatively fast memory cells, such as a six-transistor (6T) cell, or other memory cell of approximately equal or faster access speed.
The computer system of
The system of
At least one embodiment of the invention may be located within the processors 1070 and 1080. Other embodiments of the invention, however, may exist in other circuits, logic units, or devices within the system of
Embodiments of the invention described herein may be implemented with circuits using complementary metal-oxide-semiconductor devices, or “hardware”, or using a set of instructions stored in a medium that when executed by a machine, such as a processor, perform operations associated with embodiments of the invention, or “software”. Alternatively, embodiments of the invention may be implemented using a combination of hardware and software.
While the invention has been described with reference to illustrative embodiments, this description is not intended to be construed in a limiting sense. Various modifications of the illustrative embodiments, as well as other embodiments, which are apparent to persons skilled in the art to which the invention pertains are deemed to lie within the spirit and scope of the invention.
Number | Name | Date | Kind |
---|---|---|---|
4787031 | Karger et al. | Nov 1988 | A |
5109489 | Umeno et al. | Apr 1992 | A |
5388224 | Maskas | Feb 1995 | A |
5881282 | Shipman | Mar 1999 | A |
6061710 | Eickemeyer et al. | May 2000 | A |
6782411 | Navare et al. | Aug 2004 | B2 |
7032108 | Maynard et al. | Apr 2006 | B2 |
7529897 | Waldspurger et al. | May 2009 | B1 |
20020152334 | Holm et al. | Oct 2002 | A1 |
20020152344 | Holm et al. | Oct 2002 | A1 |
20040025009 | Camber et al. | Feb 2004 | A1 |
20040221150 | Maynard et al. | Nov 2004 | A1 |
20050114586 | Brice et al. | May 2005 | A1 |
20050149719 | Kilroy | Jul 2005 | A1 |
20050289246 | Easton et al. | Dec 2005 | A1 |
20060005190 | Vega et al. | Jan 2006 | A1 |
20060230200 | Bellows et al. | Oct 2006 | A1 |
20070061441 | Landis et al. | Mar 2007 | A1 |
Number | Date | Country | |
---|---|---|---|
20060236094 A1 | Oct 2006 | US |