msix: fix irqchip breakage
commitbd8b215bce453706c3951460cc7e6627ccb90314
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 20 Oct 2010 05:09:37 +0000 (20 07:09 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 20 Oct 2010 17:37:10 +0000 (20 15:37 -0200)
tree1c752c9a91c318e0002da8c449623833b3b651d5
parent763a04a920f1098e57ad6b46c91c3e531adc961d
msix: fix irqchip breakage

msix.c doesn't include linux kvm header anymore, so
IRQCHIP macro is never defined, which resulted in
a broken msix support. As a fix, stub out kvm_set_irq
and remove the remaining ifdefs.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
hw/msix.c
kvm-stub.c
kvm.h
qemu-kvm.h