]> www.infradead.org Git - users/dwmw2/linux.git/commit
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, 26 Nov 2008 10:14:28 +0000 (12:14 +0200)
commitfcb7b706a8d4462c55e491c834e6fcaefc92b9cf
tree12dedba4bf122a9f1853135c769ce9cc76a4f0f9
parentf8ccc845e288c1a6872c263a136ba2cf33dcfae2
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