]> www.infradead.org Git - users/dwmw2/linux.git/commit
KVM: VMX: Support for injecting software exceptions
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 15 Dec 2008 12:52:10 +0000 (13:52 +0100)
committerAvi Kivity <avi@redhat.com>
Wed, 17 Dec 2008 12:12:52 +0000 (14:12 +0200)
commit3ed004ef8d877d74ea85ec16ec83c5bc70d4891b
tree80b411eaddf24a8bcb635c2a0b8080fc82275252
parent7793294c8c6435c7dbfa4bae3c165f17d470aac1
KVM: VMX: Support for injecting software exceptions

VMX differentiates between processor and software generated exceptions
when injecting them into the guest. Extend vmx_queue_exception
accordingly (and refactor related constants) so that we can use this
service reliably for the new guest debugging framework.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/vmx.h
arch/x86/kvm/vmx.c