]> www.infradead.org Git - users/dwmw2/linux.git/commit
KVM: Move interrupt injection logic to x86.c
authorGleb Natapov <gleb@redhat.com>
Tue, 21 Apr 2009 14:45:09 +0000 (17:45 +0300)
committerAvi Kivity <avi@redhat.com>
Mon, 27 Apr 2009 11:19:04 +0000 (14:19 +0300)
commitf0a3602c20362ebc940bb51789fe514371510899
treed14b722a538b6e0c7ffd7c3418b85068cf2e94fe
parent9a31ea29a3d8fac9e78526ec5f8cd908b4536f67
KVM: Move interrupt injection logic to x86.c

Instead of duplication the exception priority if tree, use callbacks to
abstract the hardware, and move the decision making to common code.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c