kvm: x86: Refactor use of interrupt_bitmap
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 6 Nov 2009 18:39:24 +0000 (19:39 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 17 Nov 2009 14:49:37 +0000 (08:49 -0600)
commit101d0b3e779c4a0915f2e1659b8378ecb9cb9976
tree6426919c8428631c5aa96e51e63bf06e6120f89d
parent801ab6d94d2b8ce49a65258b8507e904499a3578
kvm: x86: Refactor use of interrupt_bitmap

Drop interrupt_bitmap from the cpustate and solely rely on the integer
interupt_injected. This prepares us for the new injected-interrupt
interface, which will deprecate the bitmap, while preserving
compatibility.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/cpu.h
target-i386/kvm.c
target-i386/machine.c