WO2005033937A1 - Mechanism to control hardware interrupt acknowledgement in a virtual machine system - Google Patents

Mechanism to control hardware interrupt acknowledgement in a virtual machine system Download PDF

Info

Publication number
WO2005033937A1
WO2005033937A1 PCT/US2004/032111 US2004032111W WO2005033937A1 WO 2005033937 A1 WO2005033937 A1 WO 2005033937A1 US 2004032111 W US2004032111 W US 2004032111W WO 2005033937 A1 WO2005033937 A1 WO 2005033937A1
Authority
WO
WIPO (PCT)
Prior art keywords
interrupt
vmm
control
transition
acknowledge
Prior art date
Application number
PCT/US2004/032111
Other languages
French (fr)
Inventor
Gilbert Neiger
Erik Cota-Robles
Steven Bennett
Stalinselvaraj Jeyasingh
Richard Uhlig
Original Assignee
Intel Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Intel Corporation filed Critical Intel Corporation
Publication of WO2005033937A1 publication Critical patent/WO2005033937A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors

Definitions

  • Embodiments of the invention relate generally to virtual machines
  • the processor determines whether the software is ready to
  • interrupt controller prioritizes among the various interrupt request lines and
  • interrupt vector uses this interrupt identifier, known as the interrupt vector, to search an interrupt
  • descriptor table for an interrupt descriptor pointing to code for handling
  • OS kernel a single entity known as an OS kernel.
  • VMM virtual-machine monitor
  • the VMM typically receives control when guest software accesses a
  • control may be
  • Figure 1 illustrates one embodiment of a virtual-machine
  • Figure 2 is a flow diagram of one embodiment of a process for
  • Figure 3 is a block diagram of one embodiment of a system for
  • Figure 4 is a flow diagram of one embodiment of a process for
  • the present invention may be any suitable software.
  • the present invention may be any suitable software.
  • the present invention may be any suitable software.
  • the present invention may be any suitable software.
  • a machine-readable medium may include any mechanism for
  • a machine e.g., a computer
  • CD-ROMs Read-Only Memory
  • magneto-optical disks Read-Only Memory
  • ROMs Read-Only Memory
  • RAM Random Access Memory
  • EPROM Electrically Erasable Programmable Read-Only Memory
  • EEPROM electrically erasable programmable read-only memory
  • magnetic or optical cards magnetic or optical cards
  • flash memory flash memory
  • carrier waves infrared signals, digital signals, etc.
  • Data representing a design may represent the design in
  • the hardware may be represented using a hardware description language or another functional
  • circuit level model with logic and/ or
  • transistor gates may be produced at some stages of the design process.
  • hardware model may be the data specifying the presence or absence of various
  • the data may be stored in any form of a
  • mediums may "carry” or “indicate” the design or software information.
  • Figure 1 illustrates one embodiment of a virtual-machine
  • bare platform hardware 116 comprises a computing platform, which
  • OS operating system
  • VMM virtual-machine monitor
  • VMM 112 though typically implemented in software, may
  • level software may comprise a standard or real-time OS, may be a highly stripped
  • VMM 112 not include traditional OS facilities, etc.
  • VMM 112 the VMM 112
  • VMMs may be run within, or on top of, another VMM.
  • VMMs may be implemented, for
  • the platform hardware 116 can be of a personal computer (PC),
  • mainframe mainframe, handheld device, portable computer, set-top box, or any other
  • the platform hardware 116 includes a processor 118, memory
  • Processor 118 can be any type of processor capable of executing
  • microprocessor such as a microprocessor, digital signal processor, microcontroller, or
  • the processor 118 may include microcode, programmable logic or
  • Figure 1 shows only one such processor 118, there is
  • processors may be one or more processors in the system.
  • Memory 120 can be a hard disk, a floppy disk, random access
  • RAM random access memory
  • ROM read only memory
  • flash memory any combination of the
  • processor 118 any other type of machine medium readable by processor 118.
  • Memory 120 may store instructions and/ or data for performing the execution of
  • the one or more interrupt sources 128 may be, for example, input-
  • I/O devices e.g., network interface cards, communication ports, video
  • system buses e.g., PCI, ISA, AGP
  • chipset logic or processor e.g., real-time clocks, programmable
  • timers timers, performance counters, or any other source of interrupts.
  • the VMM 112 presents to other software (i.e., "guest” software) the
  • VMs virtual machines
  • Figure 1 shows two VMs, 102 and
  • the guest software running on each VM may include a guest OS such as a
  • the guest OSs 104 and 106 expect to access physical resources (e.g., processor
  • An interrupt may need to be handled by a currently operating VM
  • control remains with this VM, and the
  • interrupt is delivered to this VM if it is ready to receive interrupts (as indicated,
  • VMM 112 is referred to herein as a VM exit. After receiving control following the
  • the VMM 112 may perform a variety of processing, including, for example, acknowledging and handling the interrupt, after which it may return
  • VMM does not handle the interrupt itself, it may
  • VM transfer of control from the VMM to guest software
  • the processor 118 controls the operation of the
  • VMs 102 and 114 in accordance with data stored in a virtual machine control
  • the VMCS 124 is a structure that may contain state of
  • VMM 112 wishes to limit or otherwise control operation of guest
  • control is returned to guest software.
  • the VMCS 124 is stored in memory 120.
  • the VMCS 124 is stored in the processor 118. In some embodiments, the VMCS 124 is stored in the processor 118. In some embodiments, the VMCS 124 is stored in the processor 118.
  • multiple VMCS structures are used to support multiple VMs.
  • the processor 118 reads information from the VMCS 124 to
  • the execution control information stored in the VMCS contains
  • an interrupt control indicator that specifies whether an interrupt generated by a system device during the operation of a VM is to cause a VM exit.
  • the interrupt control indicator may reside in the processor 118, a combination of
  • the VMM 112 sets the value of the interrupt
  • control indicator before requesting a transfer of control to the VM 102 or 114.
  • each of the VMs 102 and 114 is associated with a different interrupt
  • control indicator that is set to a predefined value or changed during the life of the
  • the processor 118 then further decides whether this interrupt
  • acknowledgement involves generating an interrupt acknowledge cycle on a
  • the processor 118 retrieves an identifier of the interrupt (e.g., an interrupt
  • the interrupt is an interrupt acknowledge indicator.
  • the interrupt is an interrupt acknowledge indicator.
  • acknowledge indicator is stored in the VMCS 124 (e.g., as part of the execution
  • the interrupt acknowledge indicator may
  • processor 118 reside in the processor 118, a combination of the memory 120 and the processor
  • the interrupt acknowledge indicator is
  • the VMM 112 sets the interrupt
  • the acknowledge indicator prior to invoking a VM for the first time. For example, the
  • VMM 112 may set the interrupt acknowledge indicator to an acknowledge value
  • VMM 112 has to decide whether to handle an interrupt itself or deliver it to
  • VMM 112 may
  • one of the VMs 102 and 114 is designated to handle all the interrupts
  • the interrupt acknowledge indicator is modifiable by the VMM 112.
  • the VMM 112 may decide to change the interrupt acknowledge
  • the processor 118 acknowledges the interrupt
  • the processor 118 stores the interrupt identifier obtained as
  • the interrupt identifier is stored in the VMCS 124
  • Figure 2 is a flow diagram of one embodiment of a process 200 for
  • processing logic may be performed by processing logic that may comprise hardware (e.g.,
  • circuitry dedicated logic, programmable logic, microcode, etc.
  • software such as
  • process 200 begins with processing logic
  • processing logic determines that the
  • interrupt is to cause a VM exit. In one embodiment, this determination is made
  • interrupts may be architecturally
  • processing logic further determines whether the interrupt is to
  • the determination is made using an interrupt acknowledge
  • interrupts may be acknowledged, and no interrupt acknowledge indicator is
  • processing logic stores the interrupt identifier in
  • a VM exit is then generated
  • the VMM has to unblock interrupts (e.g., by executing an
  • interrupt at the interrupt controller retrieves the interrupt identifier, searches a
  • redirection structure e.g., the interrupt-descriptor table (IDT) in the instruction
  • ISA set architecture of the Intel ® Pentium ® 4 (referred to herein as the IA-32
  • VMM can then be
  • a VMM may perform a series of accesses to
  • the interrupt controller e.g., I/O accesses
  • the VMM has an immediate access to the
  • the VMM can
  • redirection structure e.g., the IDT
  • Figure 3 is a block diagram of one embodiment of a system 300 for
  • devices 314 e.g., I/O devices
  • interrupt controller 313 identifies an active interrupt request line 316, it sends an
  • the interrupt controller 313 may include
  • interrupt "signal" may be delivered via a bus message
  • interrupt controller interface logic 304 determines which software
  • logic 304 determines whether the interrupt is controlled by the currently
  • VMM then a VM exit is generated to transfer control to the VMM.
  • this determination depends on the current
  • the VMM sets the value of
  • VM for the first time and does not change the value throughout the life of the VM.
  • interrupt control indicator 320 for this VM would be set to allow guest control of
  • interrupt control indicator 320 for all other VMs would be set to
  • VMM control Alternatively, if interrupts can be handled by different VMs
  • the interrupt control indicator 320 may be set to indicate VMM control for all VMs. In yet other embodiments, the value of the interrupt control indicator 320 may change during
  • interrupt control indicator 320 specifies that the interrupt is
  • the interrupt controller interface logic 304 makes
  • the EFLAGS register contains the IF
  • interrupt flag bit which, in part, controls whether an interrupt will be delivered to
  • the interrupt flag 306 resides in the CPU 302 outside or inside the
  • interrupt controller interface logic 304 determines that the interrupt controller interface logic 304 is the interrupt controller interface logic 304.
  • the interrupt controller 313 returns the identifier of the
  • interrupt (referred to as an interrupt vector) that has the highest priority.
  • the interrupt controller interface logic 304 searches the
  • interrupt control indicator 320 specifies that the interrupt is
  • VMM i.e., a VM exit is to be generated
  • the interrupt controller interface logic 304 consults an interrupt
  • MIF monitor interrupt flag
  • the MIF 322 resides in the VMCS 308 and is controlled by the VMM.
  • the MIF 322 resides in a machine register or in memory.
  • the VMM may set the MIF
  • interrupt controller interface logic 304 the interrupt controller interface logic 304
  • interrupt controller interface logic 304 furthermore:
  • acknowledgement indicator 324 specifies whether the interrupt is to be acknowledged prior to a VM exit. In one embodiment, the interrupt
  • acknowledgement indicator 324 resides in the VMCS 308 and is controlled by the
  • the interrupt acknowledgement indicator 324 is VMM. In another embodiment, the interrupt acknowledgement indicator 324
  • interrupt acknowledgement indicator 324 specifies that no
  • VMM may then, for exa ple, set the interrupt
  • control indicator 320 to a VM control value and request a transition of control to a
  • the VMM may
  • the interrupt controller 312 to read the vector of the interrupt.
  • the VMM may determine how the
  • interrupt should be handled (e.g., by vectoring to a handler in the VMM, by
  • this determination may be based upon the interrupt vector 326 from the VMCS
  • Figure 4 is a flow diagram of one embodiment of a process 400 for
  • processing interrupts in a virtual machine system may be performed by processing logic that may comprise hardware (e.g., circuitry, dedicated logic,
  • process 400 begins with processing logic
  • processing logic deterrnines whether the
  • interrupt is to be controlled by a VMM or the guest software using an interrupt
  • this determination is made by consulting
  • processing logic delivers the interrupt to the guest software (processing
  • the delivery of the interrupt to the guest software includes
  • processing logic determines whether a monitor interrupt flag (MIF) is set to a MIF
  • processing logic further determines whether the interrupt is to be acknowledged using an interrupt acknowledge indicator (decision box 416). If not, processing logic does
  • processing logic retrieves the interrupt vector from the
  • interrupt controller (processing block 420) and stores the interrupt vector in the
  • processing logic generates a VM exit

Abstract

In one embodiment, a method includes recognizing an interrupt pending during an operation of guest software, determining that the interrupt is to cause a transition of control to a virtual machine monitor (VMM), determining whether the interrupt is to be acknowledged prior to the transition of control to the VMM, and if the interrupt is to be acknowledged, acknowledging the interrupt and transitioning control to the VMM.

Description

MECHANISM TO CONTROL HARDWARE INTERRUPT ACKNOWLEDGEMENT IN A VIRTUAL MACHINE SYSTEM
Field [0001] Embodiments of the invention relate generally to virtual machines,
and more specifically to controlling hardware interrupt acknowledgement in a
virtual machine system.
Background of the Invention [0002] In a typical computer system, devices request services from system
software by generating interrupt requests, which are propagated to an interrupt
controller via multiple interrupt request lines. Once the interrupt controller
identifies an active interrupt request line, it may send an interrupt signal to the
processor. In response, the processor determines whether the software is ready to
receive the interrupt. If the software is not ready to receive the interrupt, the
interrupt is held in a pending state until the software becomes ready. Once the
software is determined to be ready, the processor performs an interrupt
acknowledgment cycle on the processor bus to request that the interrupt
controller report which of the pending interrupts is of the highest priority. The
interrupt controller prioritizes among the various interrupt request lines and
identifies the highest priority interrupt request to the processor. The processor
uses this interrupt identifier, known as the interrupt vector, to search an interrupt
descriptor table (IDT) for an interrupt descriptor pointing to code for handling
this interrupt and then jumps to the handler code. [0003] In a conventional operating system (OS), all the interrupts are
controlled by a single entity known as an OS kernel. In a virtual machine system,
a virtual-machine monitor (VMM) should have ultimate control over various
operations and events occurring in the system to provide proper operation of
virtual machines and for protection from and between virtual machines. To
achieve this, the VMM typically receives control when guest software accesses a
hardware resource or when certain events such as an interrupt or an exception
occur. In particular, when a system device generates an interrupt, control may be
transferred from the virtual machine to the VMM.
Brief Description of the Drawings
[0004] The present invention is illustrated by way of example, and not by
way of limitation, in the figures of the accompanying drawings and in which like
reference numerals refer to similar elements and in which: [0005] Figure 1 illustrates one embodiment of a virtual-machine
environment, in which the present invention may operate;
[0006] Figure 2 is a flow diagram of one embodiment of a process for
controlling interrupt acknowledgement in a virtual machine system;
[0007] Figure 3 is a block diagram of one embodiment of a system for
processing interrupts in a virtual machine system; and
[0008] Figure 4 is a flow diagram of one embodiment of a process for
processing interrupts in a virtual machine system. Description of Embodiments
[0009] A method and apparatus for controlling external interrupts in a
virtual machine system are described. In the following description, for purposes
of explanation, numerous specific details are set forth in order to provide a
thorough understanding of the present invention. It will be apparent, however, to
one skilled in the art that the present invention can be practiced without these
specific details.
[0010] Some portions of the detailed descriptions that follow are presented
in terms of algorithms and symbolic representations of operations on data bits
within a computer system's registers or memory. These algorithmic descriptions
and representations are the means used by those skilled in the data processing
arts to most effectively convey the substance of their work to others skilled in the
art. An algorithm is here, and generally, conceived to be a self-consistent
sequence of operations leading to a desired result. The operations are those
requiring physical manipulations of physical quantities. Usually, though not
necessarily, these quantities take the form of electrical or magnetic signals capable
of being stored, transferred, combined, compared, and otherwise manipulated. It
has proven convenient at times, principally for reasons of common usage, to refer
to these signals as bits, values, elements, symbols, characters, terms, numbers, or
the like.
[0011] It should be borne in mind, however, that all of these and similar
terms are to be associated with the appropriate physical quantities and are merely
convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the following discussions, it is appreciated that throughout the
present invention, discussions utilizing terms such as "processing" or "computing"
or "calculating" or "determining" or the like, may refer to the action and processes
of a computer system, or similar electronic computing device, that manipulates
and transforms data represented as physical (electronic) quantities within the
computer system's registers and memories into other data similarly represented
as physical quantities within the computer-system memories or registers or other
such information storage, transmission or display devices.
[0012] In the following detailed description of the embodiments, reference
is made to the accompanying drawings that show, by way of illustration, specific
embodiments in which the invention may be practiced. In the drawings, like
numerals describe substantially similar components throughout the several views.
These embodiments are described in sufficient detail to enable those skilled in the
art to practice the invention. Other embodiments may be utilized and structural,
logical, and electrical changes may be made without departing from the scope of
the present invention. Moreover, it is to be understood that the various
embodiments of the invention, although different, are not necessarily mutually
exclusive. For example, a particular feature, structure, or characteristic described
in one embodiment may be included within other embodiments. The following
detailed description is, therefore, not to be taken in a limiting sense, and the scope
of the present invention is defined only by the appended claims, along with the
full scope of equivalents to which such claims are entitled. [0013] Although the below examples may describe interrupt
acknowledgement control in the context of execution units and logic circuits,
other embodiments of the present invention can be accomplished by way of
software. For example, in some embodiments, the present invention may be
provided as a computer program product or software which may include a
machine or computer-readable medium having stored thereon instructions which
may be used to program a computer (or other electronic devices) to perform a
process according to the present invention. In other embodiments, steps of the
present invention might be performed by specific hardware components that
contain hardwired logic for performing the steps, or by any combination of
programmed computer components and custom hardware components.
[0014] Thus, a machine-readable medium may include any mechanism for
storing or transmitting information in a form readable by a machine (e.g., a
computer), but is not limited to, floppy diskettes, optical disks, Compact Disc,
Read-Only Memory (CD-ROMs), and magneto-optical disks, Read-Only Memory
(ROMs), Random Access Memory (RAM), Erasable Programmable Read-Only
Memory (EPROM), Electrically Erasable Programmable Read-Only Memory
(EEPROM), magnetic or optical cards, flash memory, a transmission over the
Internet, electrical, optical, acoustical or other forms of propagated signals (e.g.,
carrier waves, infrared signals, digital signals, etc.) or the like.
[0015] Further, a design may go through various stages, from creation to
simulation to fabrication. Data representing a design may represent the design in
a number of manners. First, as is useful in simulations, the hardware may be represented using a hardware description language or another functional
description language. Additionally, a circuit level model with logic and/ or
transistor gates may be produced at some stages of the design process.
Furthermore, most designs, at some stage, reach a level of data representing the
physical placement of various devices in the hardware model. In the case where
conventional semiconductor fabrication techniques are used, data representing a
hardware model may be the data specifying the presence or absence of various
features on different mask layers for masks used to produce the integrated circuit.
In any representation of the design, the data may be stored in any form of a
machine-readable medium. An optical or electrical wave modulated or otherwise
generated to transmit such information, a memory, or a magnetic or optical
storage such as a disc may be the machine readable medium. Any of these
mediums may "carry" or "indicate" the design or software information. When an
electrical carrier wave indicating or carrying the code or design is transmitted, to
the extent that copying, buffering, or re-transmission of the electrical signal is
performed, a new copy is made. Thus, a communication provider or a network
provider may make copies of an article (a carrier wave) embodying techniques of
the present invention.
[0016] Figure 1 illustrates one embodiment of a virtual-machine
environment 100, in which the present invention may operate. In this
embodiment, bare platform hardware 116 comprises a computing platform, which
may be capable, for example, of executing a standard operating system (OS) or a
virtual-machine monitor (VMM), such as a VMM 112. [0017] The VMM 112, though typically implemented in software, may
emulate and export a bare machine interface to higher level software. Such higher
level software may comprise a standard or real-time OS, may be a highly stripped
down operating environment with limited operating system functionality, may
not include traditional OS facilities, etc. Alternatively, for example, the VMM 112
may be run within, or on top of, another VMM. VMMs may be implemented, for
example, in hardware, software, firmware or by a combination of various
techniques.
[0018] The platform hardware 116 can be of a personal computer (PC),
mainframe, handheld device, portable computer, set-top box, or any other
computing system. The platform hardware 116 includes a processor 118, memory
120 and one or more interrupt sources 128.
[0019] Processor 118 can be any type of processor capable of executing
software, such as a microprocessor, digital signal processor, microcontroller, or
the like. The processor 118 may include microcode, programmable logic or
hardcoded logic for performing the execution of method embodiments of the
present invention. Though Figure 1 shows only one such processor 118, there
may be one or more processors in the system.
[0020] Memory 120 can be a hard disk, a floppy disk, random access
memory (RAM), read only memory (ROM), flash memory, any combination of the
above devices, or any other type of machine medium readable by processor 118.
Memory 120 may store instructions and/ or data for performing the execution of
method embodiments of the present invention. [0021] The one or more interrupt sources 128 may be, for example, input-
output (I/O) devices (e.g., network interface cards, communication ports, video
controllers, disk controllers) on system buses (e.g., PCI, ISA, AGP), devices
integrated into the chipset logic or processor (e.g., real-time clocks, programmable
timers, performance counters), or any other source of interrupts.
[0022] The VMM 112 presents to other software (i.e., "guest" software) the
abstraction of one or more virtual machines (VMs), which may provide the same
or different abstractions to the various guests. Figure 1 shows two VMs, 102 and
114. The guest software running on each VM may include a guest OS such as a
guest OS 104 or 106 and various guest software applications 108 and 110. Each of
the guest OSs 104 and 106 expect to access physical resources (e.g., processor
registers, memory and I/O devices) within the VMs 102 and 114 on which the
guest OS 104 or 106 is running and to handle various events including interrupts
generated by system devices. [0023] An interrupt may need to be handled by a currently operating VM,
the VMM 112 or a VM that is not currently operating. If the interrupt is to be
handled by the currently-operating VM, control remains with this VM, and the
interrupt is delivered to this VM if it is ready to receive interrupts (as indicated,
for example, by an interrupt flag in a designated processor register). If the
interrupt is not to be handled by the currently operating VM, control is
transferred to the VMM 112. The transfer of control from guest software to the
VMM 112 is referred to herein as a VM exit. After receiving control following the
VM exit, the VMM 112 may perform a variety of processing, including, for example, acknowledging and handling the interrupt, after which it may return
control to guest software. If the VMM does not handle the interrupt itself, it may
facilitate delivery of the interrupt to a VM designated to handle the interrupt. The
transfer of control from the VMM to guest software is referred to herein as a VM
entry.
[0024] In one embodiment, the processor 118 controls the operation of the
VMs 102 and 114 in accordance with data stored in a virtual machine control
structure (VMCS) 124. The VMCS 124 is a structure that may contain state of
guest software, state of the VMM 112, execution control information indicating
how the VMM 112 wishes to limit or otherwise control operation of guest
software, information controlling transitions between the VMM 112 and a VM,
etc. When a VM exit occurs, components of the processor state used by guest
software are saved to the VMCS 124, and components of the processor state
required by the VMM 112 are loaded from the VMCS 124. When a VM entry
occurs, the processor state that was saved at the VM exit is restored using data
stored in the VMCS 124, and control is returned to guest software.
[0025] In one embodiment, the VMCS 124 is stored in memory 120. In
another embodiment, the VMCS 124 is stored in the processor 118. In some
embodiments, multiple VMCS structures are used to support multiple VMs. [0026] The processor 118 reads information from the VMCS 124 to
determine the execution environment of the VM and to constrain its behavior. In
one embodiment, the execution control information stored in the VMCS contains
an interrupt control indicator that specifies whether an interrupt generated by a system device during the operation of a VM is to cause a VM exit. Alternatively,
the interrupt control indicator may reside in the processor 118, a combination of
the memory 120 and the processor 118, or in any other storage location or
locations. [0027] In one embodiment, the VMM 112 sets the value of the interrupt
control indicator before requesting a transfer of control to the VM 102 or 114.
Alternatively, each of the VMs 102 and 114 is associated with a different interrupt
control indicator that is set to a predefined value or changed during the life of the
VM. [0028] If the processor 118 determines that the pending interrupt is to
generate a VM exit, the processor 118 then further decides whether this interrupt
needs to be acknowledged prior to performing the VM exit. The interrupt
acknowledgement involves generating an interrupt acknowledge cycle on a
processor bus. In an embodiment, as part of the interrupt acknowledgement
cycle, the processor 118 retrieves an identifier of the interrupt (e.g., an interrupt
vector) from the interrupt controller. In one embodiment, the determination as to
whether the interrupt needs to be acknowledged depends on the current value of
an interrupt acknowledge indicator. In one embodiment, the interrupt
acknowledge indicator is stored in the VMCS 124 (e.g., as part of the execution
control information). Alternatively, the interrupt acknowledge indicator may
reside in the processor 118, a combination of the memory 120 and the processor
118, or in any other storage location or locations. [0029] In one embodiment, the interrupt acknowledge indicator is
controlled by the VMM 112. In one embodiment, the VMM 112 sets the interrupt
acknowledge indicator prior to invoking a VM for the first time. For example, the
VMM 112 may set the interrupt acknowledge indicator to an acknowledge value
if the VMM 112 has to decide whether to handle an interrupt itself or deliver it to
a specific VM based on the interrupt identifier. Alternatively, the VMM 112 may
set the interrupt acknowledge indicator to a non-acknowledge value if, for
example, one of the VMs 102 and 114 is designated to handle all the interrupts
generated by the interrupt sources 128, and the VMM 112 always invokes this
designated VM when a VM exist caused by an interrupt occurs. In one
embodiment, the interrupt acknowledge indicator is modifiable by the VMM 112.
For example, the VMM 112 may decide to change the interrupt acknowledge
indicator if initially the system 100 had a designated VM to handle all the
interrupts but later a new VM was added that is to handle some of the interrupts
generated by interrupt sources 128.
[0030] If the processor 118 determines that the interrupt is to be
acknowledged before the VM exit, the processor 118 acknowledges the interrupt
and then transitions control to the VMM 112. In one embodiment, prior to
transitioning control, the processor 118 stores the interrupt identifier obtained as
part of the interrupt acknowledgement at a storage location accessible to the
VMM 112. In one embodiment, the interrupt identifier is stored in the VMCS 124
(e.g., in one of the exit information fields). [0031] Figure 2 is a flow diagram of one embodiment of a process 200 for
controlling interrupt acknowledgement in a virtual machine system. The process
may be performed by processing logic that may comprise hardware (e.g.,
circuitry, dedicated logic, programmable logic, microcode, etc.), software (such as
run on a general purpose computer system or a dedicated machine), or a
combination of both.
[0032] Referring to Figure 2, process 200 begins with processing logic
recognizing an interrupt pending during the operation of guest software
(processing block 202). [0033] At processing block 204, processing logic determines that the
interrupt is to cause a VM exit. In one embodiment, this determination is made
based on the current value of an interrupt control indicator residing in the VMCS
or any other data structure. Alternatively, all interrupts may be architecturally
required to cause a VM exit, and no interrupt control indicator is needed for this
determination.
[0034] Next, processing logic further determines whether the interrupt is to
be acknowledged prior to transitioning control to the VMM (decision box 206). In
one embodiment, the determination is made using an interrupt acknowledge
indicator residing in the VMCS or any other data structure. Alternatively, all
interrupts may be acknowledged, and no interrupt acknowledge indicator is
needed for this determination.
[0035] If the determination made at decision box 206 is positive, processing
logic acknowledges the interrupt, and, in an embodiment, as part of the acknowledgement, retrieves the identifier of the interrupt (processing block 208)
and stores this identifier at a storage location accessible to the VMM (processing
block 210). In one embodiment, processing logic stores the interrupt identifier in
the VMCS (e.g., in one of the exit information fields). A VM exit is then generated
(processing block 212).
[0036] If the determination made at decision box 206 is negative, processing
logic does not perform processing blocks 208 and 210 and goes directly to
processing block 212.
[0037] Accordingly, with the use of process 200, performance is improved
and functionality of the VMM is simplified. In particular, in systems that do not
provide for interrupt acknowledgement prior to a VM exit, interrupts are blocked
following every VM exit (e.g., by setting an interrupt flag in a designated
processor register). As a result, in an embodiment, in order to determine the
vector of the interrupt, the VMM has to unblock interrupts (e.g., by executing an
instruction resetting the interrupt flag). The processor then acknowledges the
interrupt at the interrupt controller, retrieves the interrupt identifier, searches a
redirection structure (e.g., the interrupt-descriptor table (IDT) in the instruction
set architecture (ISA) of the Intel® Pentium® 4 (referred to herein as the IA-32
ISA)) for an entry associated with the interrupt, extracts from this entry a
descriptor of a handler associated with this interrupt, and jumps to the beginning
of the appropriate VMM handler code using the descriptor. The VMM can then
handle the interrupt appropriately since it can identify the interrupt source based
on which handler was invoked by the processor. Alternatively, in another embodiment, following the VM exit, a VMM may perform a series of accesses to
the interrupt controller (e.g., I/O accesses) to determine the interrupt vector and
to acknowledge the interrupt.
[0038] With the use of process 200, the interrupt can be acknowledged
prior to the VM exit. As a result, the VMM has an immediate access to the
interrupt identifying information once the VMM receives control. The VMM can
then use the interrupt identifier to find the appropriate interrupt handler code or
VM. Consequently, the need for the VMM to unblock the interrupts is eliminated,
as well as the need for the processor to search a redirection structure, extract from
a corresponding entry a descriptor of a handler associated with this interrupt, and
jump to the beginning of the appropriate VMM exception handler code. This, in
turn, can simplify the VMM software design and validation because the VMM no
longer needs to have necessary code and/ or structures as described above (e.g., a
redirection structure (e.g., the IDT), code to acknowledge interrupts using I/O
operations, etc).
[0039] Figure 3 is a block diagram of one embodiment of a system 300 for
processing interrupts in a virtual machine environment.
[0040] Referring to Figure 3, devices 314 (e.g., I/O devices) request services
from system software by generating interrupt requests, which are propagated to
an interrupt controller 313 via one or more interrupt request lines 316. Once the
interrupt controller 313 identifies an active interrupt request line 316, it sends an
interrupt signal 310 to the CPU 302. The interrupt controller 313 may include
masking and prioritization logic that is know to one skilled in the art. In an embodiment, there may be more than one interrupt signal line 310 to the CPU 302,
or, alternatively, the interrupt "signal" may be delivered via a bus message or
through any other communication mechanism or protocol.
[0041] In response to an active interrupt signal 310 from the interrupt
controller 313, interrupt controller interface logic 304 determines which software
has control over the interrupt. If the interrupt occurs during the operation of a
VMM, the interrupt is managed by the VMM. Alternatively, if the operation
occurs during the operation of guest software, the interrupt controller interface
logic 304 determines whether the interrupt is controlled by the currently
operating guest software or by the VMM. If the interrupt is controlled by the
VMM, then a VM exit is generated to transfer control to the VMM.
[0042] In one embodiment, this determination depends on the current
value of an interrupt control indicator 320 stored in VMCS 308 (e.g., as part of the
execution control information). In one embodiment, the VMM sets the value of
the interrupt control indicator 320 prior to requesting a VM entry into a specific
VM for the first time and does not change the value throughout the life of the VM.
For example, if the system has a certain VM that handles all interrupts, the
interrupt control indicator 320 for this VM would be set to allow guest control of
interrupts; the interrupt control indicator 320 for all other VMs would be set to
VMM control. Alternatively, if interrupts can be handled by different VMs
and/ or the VMM depending on the interrupt identifiers and the VMM needs to
decide which entity handles the present interrupt, then the interrupt control
indicator 320 may be set to indicate VMM control for all VMs. In yet other embodiments, the value of the interrupt control indicator 320 may change during
the lifetime of a particular VM.
[0043] If the interrupt control indicator 320 specifies that the interrupt is
controlled by the currently operating VM, the interrupt controller interface logic
304 further determines whether the currently operating VM is ready to receive
interrupts. In one embodiment, the interrupt controller interface logic 304 makes
this determination upon consulting an interrupt flag 306 that can be updated by
guest software when the state of guest software's ability to accept interrupts
changes. For example, in the IA-32 ISA, the EFLAGS register contains the IF
interrupt flag bit, which, in part, controls whether an interrupt will be delivered to
the software (other factors may block interrupts in the IA-32 ISA and these factors
must be considered in determining if an interrupt may be delivered). In an
embodiment, the interrupt flag 306 resides in the CPU 302 outside or inside the
interrupt controller interface logic 304. [0044] If the interrupt controller interface logic 304 determines that the
guest software is ready to receive the interrupt, it acknowledges the interrupt
request at the interrupt controller 313 by an interrupt acknowledgment cycle, for
which, in an embodiment, the interrupt controller 313 returns the identifier of the
interrupt (referred to as an interrupt vector) that has the highest priority. Based
on the interrupt vector, the interrupt controller interface logic 304 searches the
IDT of this VM for an entry associated with the interrupt, extracts from this entry
a descriptor of a handler associated with this interrupt, and jumps to the
beginning of the appropriate VM exception handler code using the descriptor. In anoter embodiment, there is a single interrupt handler and no interrupt identifier
is required. Otherwise, if the VM is not currently ready to receive interrupts, the
interrupt is held in a pending state until the VM becomes ready.
[0045] If the interrupt control indicator 320 specifies that the interrupt is
controlled by the VMM (i.e., a VM exit is to be generated), then, in one
embodiment, the interrupt controller interface logic 304 consults an interrupt
transition flag referred to herein as a monitor interrupt flag (MIF) 322. The MIF
322 behaves in a manner that is analogous to the interrupt flag 306, indicating
whether interrupts are allowed to cause transitions to the VMM. In one
embodiment, the MIF 322 resides in the VMCS 308 and is controlled by the VMM.
In another embodiment, the MIF 322 resides in a machine register or in memory.
If the MIF 322 indicates that interrupts are blocked, no VM exit will be generated
until the MIF 322 is changed to unblock interrupts. The VMM may set the MIF
322 to a blocking value if, for example, the currently operating VM performs a
time critical task and the VMM does not want any VM exits to occur to avoid
reducing the performance of this VM.
[0046] In another embodiment, the interrupt controller interface logic 304
does not consult the MIF 322 and decides whether the interrupt is to cause a VM
exit based only on the interrupt control indicator 320. [0047] If the interrupt controller interface logic 304 determines that the
interrupt is to cause a VM exit, the interrupt controller interface logic 304 further
consults an interrupt acknowledgement indicator 324. The interrupt
acknowledgement indicator 324 specifies whether the interrupt is to be acknowledged prior to a VM exit. In one embodiment, the interrupt
acknowledgement indicator 324 resides in the VMCS 308 and is controlled by the
VMM. In another embodiment, the interrupt acknowledgement indicator 324
resides in a machine register or in memory. [0048] If the interrupt acknowledgement indicator 324 specifies that no
acknowledgement is required prior to a VM exit, the interrupt controller interface
logic 304 generates a VM exit. The VMM may then, for exa ple, set the interrupt
control indicator 320 to a VM control value and request a transition of control to a
VM designated to handle all the interrupts. In another example, the VMM may
determine the interrupt vector itself (e.g., by accessing an appropriate register of
the interrupt controller 312 to read the vector of the interrupt).
[0049] If the interrupt acknowledgement indicator 324 specifies that the
interrupt is to be acknowledged, the interrupt controller interface logic 304
acknowledges the interrupt at the interface controller 312, and, in an embodiment,
retrieves the interrupt vector value from the interrupt controller 312 and stores
the interrupt vector value in the interrupt vector field 326 of the VMCS. A VM
exit is then generated. Upon receiving control, the VMM may determine how the
interrupt should be handled (e.g., by vectoring to a handler in the VMM, by
invoking the appropriate VM to handle the interrupt, etc.). In an embodiment,
this determination may be based upon the interrupt vector 326 from the VMCS
308.
[0050] Figure 4 is a flow diagram of one embodiment of a process 400 for
processing interrupts in a virtual machine system. The process may be performed by processing logic that may comprise hardware (e.g., circuitry, dedicated logic,
programmable logic, microcode, etc.), software (such as run on a general purpose
computer system or a dedicated machine), or a combination of both.
[0051] Referring to Figure 4, process 400 begins with processing logic
identifying the presence of a pending interrupt during the operation of guest
software (processing block 402). Next, processing logic deterrnines whether the
interrupt is to be controlled by a VMM or the guest software using an interrupt
control indicator (decision box 404). If the interrupt control indicator specifies
that the interrupt is to be controlled by the guest software, processing logic
further determines whether the guest software is ready to receive interrupts
(decision box 406). In one embodiment, this determination is made by consulting
an interrupt flag (e.g., the IF bit in the EFLAGS register). If the determination is
positive, processing logic delivers the interrupt to the guest software (processing
block 408). The delivery of the interrupt to the guest software includes
acknowledging the interrupt with the interrupt controller, retrieving the interrupt
vector and passing control to the guest at the appropriate handler based on the
vector. Otherwise, the interrupt is held pending (processing block 410) until the
guest software becomes ready to handle interrupts.
[0052] If the interrupt is controlled by the VMM, in one embodiment,
processing logic determines whether a monitor interrupt flag (MIF) is set to a
blocking value (decision box 412). If so, the interrupt is held pending (processing
block 414) until the MIF is changed to an unblock value. If not, processing logic
further determines whether the interrupt is to be acknowledged using an interrupt acknowledge indicator (decision box 416). If not, processing logic does
not acknowledge the interrupt and goes directly to processing block 424 to
generate a VM exit.
[0053] If the interrupt is to be acknowledged, processing logic
acknowledges the interrupt at the interrupt controller (processing block 418). In
some embodiments, processing logic retrieves the interrupt vector from the
interrupt controller (processing block 420) and stores the interrupt vector in the
VMCS (processing block 422). Finally, processing logic generates a VM exit
(processing block 424). [0054] Thus, a method and apparatus for handling interrupts in a virtual
machine system have been described. It is to be understood that the above
description is intended to be illustrative, and not restrictive. Many other
embodiments will be apparent to those of skill in the art upon reading and
understanding the above description. The scope of the invention should,
therefore, be determined with reference to the appended claims, along with the
full scope of equivalents to which such claims are entitled.

Claims

CLAIMSWhat is claimed is:
1. A method comprising: recognizing an interrupt pending during an operation of guest software; determining that the interrupt is to cause a transition of control to a virtual
machine monitor (VMM); determining whether the interrupt is to be acknowledged prior to the
transition of control to the VMM; acknowledging the interrupt if the interrupt is to be acknowledged; and transitioning control to the VMM.
2. The method of claim 1 wherein determining whether the interrupt is to be
acknowledged comprises determining whether an interrupt acknowledge
indicator is set to an acknowledge value.
3. The method of claim 2 wherein the interrupt acknowledge indicator is
controlled by the VMM.
4. The method of claim 2 wherein the interrupt acknowledge indicator is
stored in a virtual machine control structure (VMCS).
5. The method of claim 1 further comprising: determining that the interrupt is not to be acknowledged prior to
transitioning control to the VMM; and refraining from acknowledging the interrupt prior to completing the
transition of control to the VMM.
6. The method of claim 1 wherein acknowledging the interrupt comprises: retrieving an identifier of the interrupt from an interrupt controller.
7. The method of claim 6 further comprising: causing information concerning the identifier of the interrupt to be
available to the VMM after the transition of control to the VMM is completed.
8. The method of claim 7 wherein causing the information concerning the
identifier of the interrupt to be available to the VMM comprises: storing the identifier of the interrupt in a virtual machine control structure
(VMCS) prior to completing the transition of control to the VMM.
9. The method of claim 1 wherein determining that the interrupt is to cause
the transition of control to the VMM comprises: determining that an interrupt control indicator is set to a VMM
control value.
10. The method of claim 9 wherein the interrupt control indicator is stored in a
virtual machine control structure (VMCS).
11. The method of claim 9 wherein determining that the interrupt is to cause
the transition of control to the VMM further comprises: determining that a monitor interrupt flag is set to an unblocked value.
12. The method of claim 9 wherein the monitor interrupt flag is stored in a
virtual machine control structure (VMCS).
13. An apparatus comprising: an interrupt controller to receive an interrupt from one or more system
devices; and interrupt controller interface logic, coupled to the interrupt controller,
to receive a notification of the interrupt from the interrupt controller, to determine that the interrupt is to cause a transition of control to a virtual
machine monitor (VMM), to determine whether the interrupt is to be
acknowledged prior to the transition of control to the VMM, to acknowledge the
interrupt if the interrupt is to be acknowledged, and to transition control to the
VMM.
14. The apparatus of claim 13 wherein the interrupt controller interface logic is
to determine whether the interrupt is to be acknowledged by determining
whether an interrupt acknowledge indicator is set to an acknowledge value.
15. The apparatus of claim 14 wherein the interrupt acknowledge indicator is
controlled by the VMM.
16. The apparatus of claim 14 wherein the interrupt acknowledge indicator is
stored in a virtual machine control structure (VMCS).
17. A system comprising: a memory to store one or more indicators; and a processor, coupled to the memory, to use the one or more indicators to
determine that the interrupt is to cause a transition of control to a virtual machine monitor (VMM), to determine whether an interrupt is to be acknowledged prior
to the transition of control to the VMM, to acknowledge the interrupt if the
interrupt is to be acknowledged, and to transition control to the VMM.
18. The system of claim 17 wherein the processor is to determine whether the
interrupt is to be acknowledged by determining whether an interrupt
acknowledge indicator is set to an acknowledge value.
19. The system of claim 18 wherein the interrupt acknowledge indicator is
controlled by the VMM.
20. The system of claim 18 wherein the interrupt acknowledge indicator is
stored in a virtual machine control structure (VMCS).
21. A machine-readable medium containing instructions which, when
executed by a processing system, cause the processing system to perform a
method, the method comprising: recognizing an interrupt pending during an operation of guest software; determining that the interrupt is to cause a transition of control to a virtual
machine monitor (VMM); determining whether the interrupt is to be acknowledged prior to the
transition of control to the VMM; acknowledging the interrupt if the interrupt is to be acknowledged; and transitioning control to the VMM.
22. The machine-readable medium of claim 21 wherein determining whether
the interrupt is to be acknowledged comprises determining whether an interrupt
acknowledge indicator is set to an acknowledge value.
23. The machine-readable medium of claim 22 wherein the interrupt
acknowledge indicator is controlled by the VMM.
24. The machine-readable medium of claim 22 wherein the interrupt
acknowledge indicator is stored in a virtual machine control structure (VMCS).
PCT/US2004/032111 2003-09-30 2004-09-29 Mechanism to control hardware interrupt acknowledgement in a virtual machine system WO2005033937A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/676,887 US7237051B2 (en) 2003-09-30 2003-09-30 Mechanism to control hardware interrupt acknowledgement in a virtual machine system
US10/676,887 2003-09-30

Publications (1)

Publication Number Publication Date
WO2005033937A1 true WO2005033937A1 (en) 2005-04-14

Family

ID=34422122

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2004/032111 WO2005033937A1 (en) 2003-09-30 2004-09-29 Mechanism to control hardware interrupt acknowledgement in a virtual machine system

Country Status (4)

Country Link
US (1) US7237051B2 (en)
CN (1) CN100349124C (en)
TW (1) TWI261747B (en)
WO (1) WO2005033937A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1750199A1 (en) * 2005-07-27 2007-02-07 Intel Corporation Virtualization event processing in a layered virtulization architecture
EP1804164A1 (en) * 2005-12-30 2007-07-04 Intel Corporation Delivering interrupts directly to a virtual processor
EP2325747A3 (en) * 2009-11-05 2012-08-08 Intel Corporation Virtual platform for prototyping system-on-chip designs

Families Citing this family (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050044408A1 (en) * 2003-08-18 2005-02-24 Bajikar Sundeep M. Low pin count docking architecture for a trusted platform
US7707341B1 (en) * 2004-05-11 2010-04-27 Advanced Micro Devices, Inc. Virtualizing an interrupt controller
US7607011B1 (en) * 2004-07-16 2009-10-20 Rockwell Collins, Inc. System and method for multi-level security on a network
US8214830B2 (en) * 2005-01-19 2012-07-03 Intel Corporation Performance in a virtualization architecture with a processor abstraction layer
US7647589B1 (en) * 2005-02-07 2010-01-12 Parallels Software International, Inc. Methods and systems for safe execution of guest code in virtual machine context
JP4357442B2 (en) * 2005-03-23 2009-11-04 株式会社東芝 Plan execution device, plan execution method and program
CN100399273C (en) * 2005-08-19 2008-07-02 联想(北京)有限公司 System of virtual machine, and method for configuring hardware
CN100420202C (en) * 2005-10-20 2008-09-17 联想(北京)有限公司 Computer management system and computer management method
US8209681B1 (en) * 2005-11-08 2012-06-26 Hewlett-Packard Development Company, L.P. Method of sampling hardware events in computer system
US7533207B2 (en) * 2006-12-06 2009-05-12 Microsoft Corporation Optimized interrupt delivery in a virtualized environment
US7788434B2 (en) * 2006-12-15 2010-08-31 Microchip Technology Incorporated Interrupt controller handling interrupts with and without coalescing
US7562173B2 (en) * 2007-03-23 2009-07-14 Intel Corporation Handling shared interrupts in bios under a virtualization technology environment
US8151264B2 (en) * 2007-06-29 2012-04-03 Intel Corporation Injecting virtualization events in a layered virtualization architecture
US8453143B2 (en) * 2007-09-19 2013-05-28 Vmware, Inc. Reducing the latency of virtual interrupt delivery in virtual machines
US20090187726A1 (en) * 2008-01-22 2009-07-23 Serebrin Benjamin C Alternate Address Space to Permit Virtual Machine Monitor Access to Guest Virtual Address Space
WO2009123640A1 (en) * 2008-04-04 2009-10-08 Hewlett-Packard Development Company, L.P. Virtual machine manager system and methods
GB2462258B (en) * 2008-07-28 2012-02-08 Advanced Risc Mach Ltd Interrupt control for virtual processing apparatus
US20100174841A1 (en) * 2008-12-31 2010-07-08 Zohar Bogin Providing multiple virtual device controllers by redirecting an interrupt from a physical device controller
US8566492B2 (en) 2009-12-31 2013-10-22 Intel Corporation Posting interrupts to virtual processors
US8612659B1 (en) * 2010-12-14 2013-12-17 Vmware, Inc. Hardware interrupt arbitration in virtualized computer systems
US9043562B2 (en) 2011-04-20 2015-05-26 Microsoft Technology Licensing, Llc Virtual machine trigger
TWI463331B (en) * 2011-04-26 2014-12-01 Global Unichip Corp Simulation system and method for soc
US8972642B2 (en) * 2011-10-04 2015-03-03 Qualcomm Incorporated Low latency two-level interrupt controller interface to multi-threaded processor
JP5813554B2 (en) * 2012-03-30 2015-11-17 ルネサスエレクトロニクス株式会社 Semiconductor device
US10331589B2 (en) * 2013-02-13 2019-06-25 Red Hat Israel, Ltd. Storing interrupt location for fast interrupt register access in hypervisors
US9563455B2 (en) * 2013-10-28 2017-02-07 Intel Corporation Virtualization exceptions
US9772868B2 (en) 2014-09-16 2017-09-26 Industrial Technology Research Institute Method and system for handling interrupts in a virtualized environment
US9910699B2 (en) 2014-10-28 2018-03-06 Intel Corporation Virtual processor direct interrupt delivery mechanism
CN109144679B (en) * 2017-06-27 2022-03-29 华为技术有限公司 Interrupt request processing method and device and virtualization equipment
WO2019084793A1 (en) * 2017-10-31 2019-05-09 Nokia Shanghai Bell Co., Ltd. A method, apparatus and system for real-time virtual network function orchestration
GB2574049B (en) * 2018-05-24 2020-10-07 Advanced Risc Mach Ltd Interrupt controller
CN111506530A (en) * 2019-01-30 2020-08-07 智原科技股份有限公司 Interrupt management system and management method thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4764864A (en) * 1985-04-04 1988-08-16 Nec Corporation Circuit arrangement capable of improving overhead of a control program on interrupting into a virtual machine
EP0290942A2 (en) * 1987-05-11 1988-11-17 Hitachi, Ltd. Guest machine execution control system for virtual machine system
US4812967A (en) * 1985-03-11 1989-03-14 Hitachi, Ltd. Method and apparatus for controlling interrupts in a virtual machine system
US5187802A (en) * 1988-12-26 1993-02-16 Hitachi, Ltd. Virtual machine system with vitual machine resetting store indicating that virtual machine processed interrupt without virtual machine control program intervention

Family Cites Families (139)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3699532A (en) 1970-04-21 1972-10-17 Singer Co Multiprogramming control for a data handling system
US3996449A (en) 1975-08-25 1976-12-07 International Business Machines Corporation Operating system authenticator
US4162536A (en) 1976-01-02 1979-07-24 Gould Inc., Modicon Div. Digital input/output system and method
US4037214A (en) 1976-04-30 1977-07-19 International Business Machines Corporation Key register controlled accessing system
US4247905A (en) 1977-08-26 1981-01-27 Sharp Kabushiki Kaisha Memory clear system
US4278837A (en) 1977-10-31 1981-07-14 Best Robert M Crypto microprocessor for executing enciphered programs
US4276594A (en) 1978-01-27 1981-06-30 Gould Inc. Modicon Division Digital computer with multi-processor capability utilizing intelligent composite memory and input/output modules and method for performing the same
US4207609A (en) 1978-05-08 1980-06-10 International Business Machines Corporation Method and means for path independent device reservation and reconnection in a multi-CPU and shared device access system
JPS5823570B2 (en) 1978-11-30 1983-05-16 国産電機株式会社 Liquid level detection device
JPS5576447A (en) 1978-12-01 1980-06-09 Fujitsu Ltd Address control system for software simulation
US4307447A (en) 1979-06-19 1981-12-22 Gould Inc. Programmable controller
US4319323A (en) 1980-04-04 1982-03-09 Digital Equipment Corporation Communications device for data processing system
US4419724A (en) 1980-04-14 1983-12-06 Sperry Corporation Main bus interface package
US4366537A (en) 1980-05-23 1982-12-28 International Business Machines Corp. Authorization mechanism for transfer of program control or data between different address spaces having different storage protect keys
US4403283A (en) 1980-07-28 1983-09-06 Ncr Corporation Extended memory system and method
DE3034581A1 (en) 1980-09-13 1982-04-22 Robert Bosch Gmbh, 7000 Stuttgart READ-OUT LOCK FOR ONE-CHIP MICROPROCESSORS
JPS58140862A (en) 1982-02-16 1983-08-20 Toshiba Corp Mutual exclusion system
US4521852A (en) 1982-06-30 1985-06-04 Texas Instruments Incorporated Data processing device formed on a single semiconductor substrate having secure memory
JPS59111561A (en) 1982-12-17 1984-06-27 Hitachi Ltd Access controlling system of composite processor system
US4759064A (en) 1985-10-07 1988-07-19 Chaum David L Blind unanticipated signature systems
US4975836A (en) 1984-12-19 1990-12-04 Hitachi, Ltd. Virtual computer system
JPS61206057A (en) 1985-03-11 1986-09-12 Hitachi Ltd Address converting device
JPS6258341A (en) * 1985-09-03 1987-03-14 Fujitsu Ltd Input and output interruption processing system
FR2592510B1 (en) 1985-12-31 1988-02-12 Bull Cp8 METHOD AND APPARATUS FOR CERTIFYING SERVICES OBTAINED USING A PORTABLE MEDIUM SUCH AS A MEMORY CARD
FR2601525B1 (en) 1986-07-11 1988-10-21 Bull Cp8 SECURITY DEVICE PROHIBITING THE OPERATION OF AN ELECTRONIC ASSEMBLY AFTER A FIRST SHUTDOWN OF ITS POWER SUPPLY
FR2601535B1 (en) 1986-07-11 1988-10-21 Bull Cp8 METHOD FOR CERTIFYING THE AUTHENTICITY OF DATA EXCHANGED BETWEEN TWO DEVICES CONNECTED LOCALLY OR REMOTELY THROUGH A TRANSMISSION LINE
FR2601476B1 (en) 1986-07-11 1988-10-21 Bull Cp8 METHOD FOR AUTHENTICATING EXTERNAL AUTHORIZATION DATA BY A PORTABLE OBJECT SUCH AS A MEMORY CARD
JPS63182749A (en) * 1987-01-26 1988-07-28 Nec Corp Timer controller for computer system
FR2618002B1 (en) 1987-07-10 1991-07-05 Schlumberger Ind Sa METHOD AND SYSTEM FOR AUTHENTICATING ELECTRONIC MEMORY CARDS
US5007082A (en) 1988-08-03 1991-04-09 Kelly Services, Inc. Computer software encryption apparatus
US5079737A (en) 1988-10-25 1992-01-07 United Technologies Corporation Memory management unit for the MIL-STD 1750 bus
US5434999A (en) 1988-11-09 1995-07-18 Bull Cp8 Safeguarded remote loading of service programs by authorizing loading in protected memory zones in a terminal
FR2640798B1 (en) 1988-12-20 1993-01-08 Bull Cp8 DATA PROCESSING DEVICE COMPRISING AN ELECTRICALLY ERASABLE AND REPROGRAMMABLE NON-VOLATILE MEMORY
JPH02208740A (en) 1989-02-09 1990-08-20 Fujitsu Ltd Virtual computer control system
US5442645A (en) 1989-06-06 1995-08-15 Bull Cp8 Method for checking the integrity of a program or data, and apparatus for implementing this method
JP2590267B2 (en) 1989-06-30 1997-03-12 株式会社日立製作所 Display control method in virtual machine
US5022077A (en) 1989-08-25 1991-06-04 International Business Machines Corp. Apparatus and method for preventing unauthorized access to BIOS in a personal computer system
JP2825550B2 (en) 1989-09-21 1998-11-18 株式会社日立製作所 Multiple virtual space address control method and computer system
CA2010591C (en) 1989-10-20 1999-01-26 Phillip M. Adams Kernels, description tables and device drivers
CA2027799A1 (en) 1989-11-03 1991-05-04 David A. Miller Method and apparatus for independently resetting processors and cache controllers in multiple processor systems
US5075842A (en) 1989-12-22 1991-12-24 Intel Corporation Disabling tag bit recognition and allowing privileged operations to occur in an object-oriented memory protection mechanism
US5108590A (en) 1990-09-12 1992-04-28 Disanto Dennis Water dispenser
US5230069A (en) 1990-10-02 1993-07-20 International Business Machines Corporation Apparatus and method for providing private and shared access to host address and data spaces by guest programs in a virtual machine computer system
US5317705A (en) 1990-10-24 1994-05-31 International Business Machines Corporation Apparatus and method for TLB purge reduction in a multi-level machine system
US5287363A (en) 1991-07-01 1994-02-15 Disk Technician Corporation System for locating and anticipating data storage media failures
US5437033A (en) 1990-11-16 1995-07-25 Hitachi, Ltd. System for recovery from a virtual machine monitor failure with a continuous guest dispatched to a nonguest mode
US5255379A (en) 1990-12-28 1993-10-19 Sun Microsystems, Inc. Method for automatically transitioning from V86 mode to protected mode in a computer system using an Intel 80386 or 80486 processor
US5453003A (en) 1991-01-09 1995-09-26 Pfefferle; William C. Catalytic method
US5522075A (en) 1991-06-28 1996-05-28 Digital Equipment Corporation Protection ring extension for computers having distinct virtual machine monitor and virtual machine address spaces
US5319760A (en) 1991-06-28 1994-06-07 Digital Equipment Corporation Translation buffer for virtual machines with address space match
US5455909A (en) 1991-07-05 1995-10-03 Chips And Technologies Inc. Microprocessor with operation capture facility
JPH06236284A (en) 1991-10-21 1994-08-23 Intel Corp Method for preservation and restoration of computer-system processing state and computer system
US5574936A (en) 1992-01-02 1996-11-12 Amdahl Corporation Access control mechanism controlling access to and logical purging of access register translation lookaside buffer (ALB) in a computer system
US5486529A (en) 1992-04-16 1996-01-23 Zeneca Limited Certain pyridyl ketones for treating diseases involving leukocyte elastase
US5421006A (en) 1992-05-07 1995-05-30 Compaq Computer Corp. Method and apparatus for assessing integrity of computer system software
US5237616A (en) 1992-09-21 1993-08-17 International Business Machines Corporation Secure computer system having privileged and unprivileged memories
US5293424A (en) 1992-10-14 1994-03-08 Bull Hn Information Systems Inc. Secure memory card
US5796835A (en) 1992-10-27 1998-08-18 Bull Cp8 Method and system for writing information in a data carrier making it possible to later certify the originality of this information
JP2765411B2 (en) 1992-11-30 1998-06-18 株式会社日立製作所 Virtual computer system
US5668971A (en) 1992-12-01 1997-09-16 Compaq Computer Corporation Posted disk read operations performed by signalling a disk read complete to the system prior to completion of data transfer
JPH06187178A (en) 1992-12-18 1994-07-08 Hitachi Ltd Input and output interruption control method for virtual computer system
US5483656A (en) 1993-01-14 1996-01-09 Apple Computer, Inc. System for managing power consumption of devices coupled to a common bus
US5469557A (en) 1993-03-05 1995-11-21 Microchip Technology Incorporated Code protection in microcontroller with EEPROM fuses
FR2703800B1 (en) 1993-04-06 1995-05-24 Bull Cp8 Method for signing a computer file, and device for implementing it.
FR2704341B1 (en) 1993-04-22 1995-06-02 Bull Cp8 Device for protecting the keys of a smart card.
JPH06348867A (en) 1993-06-04 1994-12-22 Hitachi Ltd Microcomputer
FR2706210B1 (en) 1993-06-08 1995-07-21 Bull Cp8 Method for authenticating a portable object by an offline terminal, portable object and corresponding terminal.
US5555385A (en) 1993-10-27 1996-09-10 International Business Machines Corporation Allocation of address spaces within virtual machine compute system
US5825880A (en) 1994-01-13 1998-10-20 Sudia; Frank W. Multi-step digital signature method and system
US5459869A (en) 1994-02-17 1995-10-17 Spilo; Michael L. Method for providing protected mode services for device drivers and other resident software
US5604805A (en) 1994-02-28 1997-02-18 Brands; Stefanus A. Privacy-protected transfer of electronic information
FR2717286B1 (en) 1994-03-09 1996-04-05 Bull Cp8 Method and device for authenticating a data medium intended to allow a transaction or access to a service or a place, and corresponding medium.
US5684881A (en) 1994-05-23 1997-11-04 Matsushita Electric Industrial Co., Ltd. Sound field and sound image control apparatus and method
US5473692A (en) 1994-09-07 1995-12-05 Intel Corporation Roving software license for a hardware agent
US5539828A (en) 1994-05-31 1996-07-23 Intel Corporation Apparatus and method for providing secured communications
JPH0883211A (en) 1994-09-12 1996-03-26 Mitsubishi Electric Corp Data processor
DE69534757T2 (en) * 1994-09-15 2006-08-31 International Business Machines Corp. System and method for secure storage and distribution of data using digital signatures
FR2725537B1 (en) 1994-10-11 1996-11-22 Bull Cp8 METHOD FOR LOADING A PROTECTED MEMORY AREA OF AN INFORMATION PROCESSING DEVICE AND ASSOCIATED DEVICE
US5606617A (en) 1994-10-14 1997-02-25 Brands; Stefanus A. Secret-key certificates
US5564040A (en) 1994-11-08 1996-10-08 International Business Machines Corporation Method and apparatus for providing a server function in a logically partitioned hardware machine
US5560013A (en) 1994-12-06 1996-09-24 International Business Machines Corporation Method of using a target processor to execute programs of a source architecture that uses multiple address spaces
US5555414A (en) 1994-12-14 1996-09-10 International Business Machines Corporation Multiprocessing system including gating of host I/O and external enablement to guest enablement at polling intervals
US5615263A (en) 1995-01-06 1997-03-25 Vlsi Technology, Inc. Dual purpose security architecture with protected internal operating system
US5764969A (en) 1995-02-10 1998-06-09 International Business Machines Corporation Method and system for enhanced management operation utilizing intermixed user level and supervisory level instructions with partial concept synchronization
US5717903A (en) 1995-05-15 1998-02-10 Compaq Computer Corporation Method and appartus for emulating a peripheral device to allow device driver development before availability of the peripheral device
JP3451595B2 (en) 1995-06-07 2003-09-29 インターナショナル・ビジネス・マシーンズ・コーポレーション Microprocessor with architectural mode control capable of supporting extension to two distinct instruction set architectures
US5684948A (en) 1995-09-01 1997-11-04 National Semiconductor Corporation Memory management circuit which provides simulated privilege levels
US5633929A (en) 1995-09-15 1997-05-27 Rsa Data Security, Inc Cryptographic key escrow system having reduced vulnerability to harvesting attacks
US6093213A (en) * 1995-10-06 2000-07-25 Advanced Micro Devices, Inc. Flexible implementation of a system management mode (SMM) in a processor
US5737760A (en) 1995-10-06 1998-04-07 Motorola Inc. Microcontroller with security logic circuit which prevents reading of internal memory by external program
JP3693721B2 (en) 1995-11-10 2005-09-07 Necエレクトロニクス株式会社 Microcomputer with built-in flash memory and test method thereof
US5657445A (en) 1996-01-26 1997-08-12 Dell Usa, L.P. Apparatus and method for limiting access to mass storage devices in a computer system
US5835594A (en) 1996-02-09 1998-11-10 Intel Corporation Methods and apparatus for preventing unauthorized write access to a protected non-volatile storage
US5809546A (en) 1996-05-23 1998-09-15 International Business Machines Corporation Method for managing I/O buffers in shared storage by structuring buffer table having entries including storage keys for controlling accesses to the buffers
US5729760A (en) 1996-06-21 1998-03-17 Intel Corporation System for providing first type access to register if processor in first mode and second type access to register if processor not in first mode
US5944821A (en) * 1996-07-11 1999-08-31 Compaq Computer Corporation Secure software registration and integrity assessment in a computer system
US6199152B1 (en) * 1996-08-22 2001-03-06 Transmeta Corporation Translated memory protection apparatus for an advanced microprocessor
US5740178A (en) 1996-08-29 1998-04-14 Lucent Technologies Inc. Software for controlling a reliable backup memory
US5844986A (en) 1996-09-30 1998-12-01 Intel Corporation Secure BIOS
US5935242A (en) * 1996-10-28 1999-08-10 Sun Microsystems, Inc. Method and apparatus for initializing a device
US5852717A (en) 1996-11-20 1998-12-22 Shiva Corporation Performance optimizations for computer networks utilizing HTTP
US5757919A (en) 1996-12-12 1998-05-26 Intel Corporation Cryptographically protected paging subsystem
JP4000654B2 (en) * 1997-02-27 2007-10-31 セイコーエプソン株式会社 Semiconductor device and electronic equipment
US6044478A (en) * 1997-05-30 2000-03-28 National Semiconductor Corporation Cache with finely granular locked-down regions
US6175924B1 (en) * 1997-06-20 2001-01-16 International Business Machines Corp. Method and apparatus for protecting application data in secure storage areas
US6035374A (en) * 1997-06-25 2000-03-07 Sun Microsystems, Inc. Method of executing coded instructions in a multiprocessor having shared execution resources including active, nap, and sleep states in accordance with cache miss latency
US5978475A (en) * 1997-07-18 1999-11-02 Counterpane Internet Security, Inc. Event auditing system
US5919257A (en) * 1997-08-08 1999-07-06 Novell, Inc. Networked workstation intrusion detection system
US5935247A (en) * 1997-09-18 1999-08-10 Geneticware Co., Ltd. Computer system having a genetic code that cannot be directly accessed and a method of maintaining the same
US6108644A (en) * 1998-02-19 2000-08-22 At&T Corp. System and method for electronic transactions
US6131166A (en) * 1998-03-13 2000-10-10 Sun Microsystems, Inc. System and method for cross-platform application level power management
US6496847B1 (en) * 1998-05-15 2002-12-17 Vmware, Inc. System and method for virtualizing computer systems
US7194092B1 (en) * 1998-10-26 2007-03-20 Microsoft Corporation Key-based secure storage
US6609199B1 (en) * 1998-10-26 2003-08-19 Microsoft Corporation Method and apparatus for authenticating an open system application to a portable IC device
US6327652B1 (en) * 1998-10-26 2001-12-04 Microsoft Corporation Loading and identifying a digital rights management operating system
US6282650B1 (en) * 1999-01-25 2001-08-28 Intel Corporation Secure public digital watermark
US7111290B1 (en) * 1999-01-28 2006-09-19 Ati International Srl Profiling program execution to identify frequently-executed portions and to assist binary translation
US6560627B1 (en) * 1999-01-28 2003-05-06 Cisco Technology, Inc. Mutual exclusion at the record level with priority inheritance for embedded systems using one semaphore
US6188257B1 (en) * 1999-02-01 2001-02-13 Vlsi Technology, Inc. Power-on-reset logic with secure power down capability
US7225333B2 (en) * 1999-03-27 2007-05-29 Microsoft Corporation Secure processor architecture for use with a digital rights management (DRM) system on a computing device
US6615278B1 (en) * 1999-03-29 2003-09-02 International Business Machines Corporation Cross-platform program, system, and method having a global registry object for mapping registry equivalent functions in an OS/2 operating system environment
US6684326B1 (en) * 1999-03-31 2004-01-27 International Business Machines Corporation Method and system for authenticated boot operations in a computer system of a networked computing environment
US6651171B1 (en) * 1999-04-06 2003-11-18 Microsoft Corporation Secure execution of program code
US6275933B1 (en) * 1999-04-30 2001-08-14 3Com Corporation Security system for a computerized apparatus
US6529909B1 (en) * 1999-08-31 2003-03-04 Accenture Llp Method for translating an object attribute converter in an information services patterns environment
US7177952B1 (en) * 1999-10-01 2007-02-13 Nortel Networks Limited Method and system for switching between two network access technologies without interrupting active network applications
JP3710671B2 (en) * 2000-03-14 2005-10-26 シャープ株式会社 One-chip microcomputer, IC card using the same, and access control method for one-chip microcomputer
US6678825B1 (en) * 2000-03-31 2004-01-13 Intel Corporation Controlling access to multiple isolated memories in an isolated execution environment
GB0020416D0 (en) * 2000-08-18 2000-10-04 Hewlett Packard Co Trusted system
US7631160B2 (en) * 2001-04-04 2009-12-08 Advanced Micro Devices, Inc. Method and apparatus for securing portions of memory
US6976136B2 (en) * 2001-05-07 2005-12-13 National Semiconductor Corporation Flash memory protection scheme for secured shared BIOS implementation in personal computers with an embedded controller
US7676430B2 (en) * 2001-05-09 2010-03-09 Lenovo (Singapore) Ptd. Ltd. System and method for installing a remote credit card authorization on a system with a TCPA complaint chipset
US7191464B2 (en) * 2001-10-16 2007-03-13 Lenovo Pte. Ltd. Method and system for tracking a secure boot in a trusted computing environment
US7103771B2 (en) * 2001-12-17 2006-09-05 Intel Corporation Connecting a virtual token to a physical token
US20030126453A1 (en) * 2001-12-31 2003-07-03 Glew Andrew F. Processor supporting execution of an authenticated code instruction
US7308576B2 (en) * 2001-12-31 2007-12-11 Intel Corporation Authenticated code module
US7107460B2 (en) * 2002-02-15 2006-09-12 International Business Machines Corporation Method and system for securing enablement access to a data security device
US7343493B2 (en) * 2002-03-28 2008-03-11 Lenovo (Singapore) Pte. Ltd. Encrypted file system using TCPA
US7318141B2 (en) * 2002-12-17 2008-01-08 Intel Corporation Methods and systems to control virtual machines

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4812967A (en) * 1985-03-11 1989-03-14 Hitachi, Ltd. Method and apparatus for controlling interrupts in a virtual machine system
US4764864A (en) * 1985-04-04 1988-08-16 Nec Corporation Circuit arrangement capable of improving overhead of a control program on interrupting into a virtual machine
EP0290942A2 (en) * 1987-05-11 1988-11-17 Hitachi, Ltd. Guest machine execution control system for virtual machine system
US5187802A (en) * 1988-12-26 1993-02-16 Hitachi, Ltd. Virtual machine system with vitual machine resetting store indicating that virtual machine processed interrupt without virtual machine control program intervention

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8997099B2 (en) 2005-07-27 2015-03-31 Intel Corporation Virtualization event processing in a layered virtualization architecture
US8271978B2 (en) 2005-07-27 2012-09-18 Intel Corporation Virtualization event processing in a layered virtualization architecture
JP2010118085A (en) * 2005-07-27 2010-05-27 Intel Corp Virtualization event processing in layered virtualization architecture
US10599455B2 (en) 2005-07-27 2020-03-24 Intel Corporation Virtualization event processing in a layered virtualization architecture
JP2012074071A (en) * 2005-07-27 2012-04-12 Intel Corp Virtualization event processing on hierarchized virtualization architecture
US10002012B2 (en) 2005-07-27 2018-06-19 Intel Corporation Virtualization event processing in a layered virtualization architecture
US9405565B2 (en) 2005-07-27 2016-08-02 Intel Corporation Virtualization event processing in a layered virtualization architecuture
US8813077B2 (en) 2005-07-27 2014-08-19 Intel Corporation Virtualization event processing in a layered virtualization architecture
US9235434B2 (en) 2005-07-27 2016-01-12 Intel Corporation Virtualization event processing in a layered virtualization architecture
EP1750199A1 (en) * 2005-07-27 2007-02-07 Intel Corporation Virtualization event processing in a layered virtulization architecture
US8286162B2 (en) 2005-12-30 2012-10-09 Intel Corporation Delivering interrupts directly to a virtual processor
EP1804164A1 (en) * 2005-12-30 2007-07-04 Intel Corporation Delivering interrupts directly to a virtual processor
JP2010176693A (en) * 2005-12-30 2010-08-12 Intel Corp Delivering interrupt directly to virtual processor
EP2325747A3 (en) * 2009-11-05 2012-08-08 Intel Corporation Virtual platform for prototyping system-on-chip designs

Also Published As

Publication number Publication date
TW200527195A (en) 2005-08-16
US7237051B2 (en) 2007-06-26
CN100349124C (en) 2007-11-14
CN1648866A (en) 2005-08-03
US20050080965A1 (en) 2005-04-14
TWI261747B (en) 2006-09-11

Similar Documents

Publication Publication Date Title
US7237051B2 (en) Mechanism to control hardware interrupt acknowledgement in a virtual machine system
US11762982B2 (en) Processor extensions to protect stacks during ring transitions
RU2263343C2 (en) Mechanism for controlling external interruptions in virtual machines system
EP1761850B1 (en) Support for nested faults in a virtual machine environment
US7302511B2 (en) Chipset support for managing hardware interrupts in a virtual machine system
US7424709B2 (en) Use of multiple virtual machine monitors to handle privileged events
US7840962B2 (en) System and method for controlling switching between VMM and VM using enabling value of VMM timer indicator and VMM timer value having a specified time
US5303378A (en) Reentrant protected mode kernel using virtual 8086 mode interrupt service routines
US7287197B2 (en) Vectoring an interrupt or exception upon resuming operation of a virtual machine
CN114691288A (en) Method, apparatus, system, and instructions for migrating a protected virtual machine
EP4124964A1 (en) Method and apparatus for high-performance page-fault handling for multi-tenant scalable accelerators
US11656873B2 (en) Shadow stack ISA extensions to support fast return and event delivery (FRED) architecture
JPS63276635A (en) Interruption control system in emulation mode

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase