summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.h
Commit message (Collapse)AuthorAgeFilesLines
* KVM: Add a pending interrupt queueAvi Kivity2008-10-151-0/+11
| | | | | | | | | Similar to the exception queue, this hold interrupts that have been accepted by the virtual processor core but not yet injected. Not yet used. Signed-off-by: Avi Kivity <avi@qumranet.com>
* KVM: Clear exception queue before emulating an instructionAvi Kivity2008-10-151-0/+11
If we're emulating an instruction, either it will succeed, in which case any previously queued exception will be spurious, or we will requeue the same exception. Signed-off-by: Avi Kivity <avi@qumranet.com>