KVM: SVM: Improve nested interrupt injection
authorAlexander Graf <agraf@suse.de>
Mon, 15 Jun 2009 13:21:25 +0000 (15:21 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:32:59 +0000 (08:32 +0300)
commit219b65dcf6c0bad83d51bfa12e25891c02de2414
tree1117880afaa755b936949701400401b01f09c5fb
parentff092385e8285c03d8b148f42f46f98c5f4becd5
KVM: SVM: Improve nested interrupt injection

While trying to get Hyper-V running, I realized that the interrupt injection
mechanisms that are in place right now are not 100% correct.

This patch makes nested SVM's interrupt injection behave more like on a
real machine.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/svm.c