aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/kvm_svm.h
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2008-12-15 13:52:10 +0100
committerAvi Kivity <avi@redhat.com>2009-03-24 11:02:49 +0200
commit55934c0bd3bb232a9cf902820dd63ad18ed65e49 (patch)
tree172644d0cc14e359a8e45a24d247b5180914b968 /arch/x86/kvm/kvm_svm.h
parentd0bfb940ecabf0b44fb1fd80d8d60594e569e5ec (diff)
KVM: VMX: Allow single-stepping when uninterruptible
When single-stepping over STI and MOV SS, we must clear the corresponding interruptibility bits in the guest state. Otherwise vmentry fails as it then expects bit 14 (BS) in pending debug exceptions being set, but that's not correct for the guest debugging case. Note that clearing those bits is safe as we check for interruptibility based on the original state and do not inject interrupts or NMIs if guest interruptibility was blocked. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/kvm_svm.h')
0 files changed, 0 insertions, 0 deletions