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)
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>

No differences found