KVM: Replace irq_requested with more generic irq_requested_type
authorSheng Yang <sheng@linux.intel.com>
Mon, 24 Nov 2008 06:32:51 +0000 (14:32 +0800)
committerAvi Kivity <avi@redhat.com>
Wed, 31 Dec 2008 14:55:01 +0000 (16:55 +0200)
commit4f906c19ae29397409bedabf7bbe5cb42ad90332
treebbe53d39fa8be58d714a87acf1e6f14366890092
parent00e3ed39e2e25ffb3417ce1bec8f4b78ed4b85e7
KVM: Replace irq_requested with more generic irq_requested_type

Separate guest irq type and host irq type, for we can support guest using INTx
with host using MSI (but not opposite combination).

Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
include/linux/kvm_host.h
virt/kvm/kvm_main.c