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