Avoid use of kvm_irq_routing_entry in hw/msix.c
commit4588b981b29544067476bb1963992e4f8bafdcef
authorAvi Kivity <avi@redhat.com>
Sun, 10 Oct 2010 13:50:50 +0000 (10 15:50 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 14 Oct 2010 10:28:45 +0000 (14 12:28 +0200)
tree80b1d74168bbba898b0b20eea54dbce1c92c43c4
parent68d5b08a361d95c4d674b830455f19a407b9195c
Avoid use of kvm_irq_routing_entry in hw/msix.c

kvm_irq_routing_entry cannot be used when CONFIG_KVM is disabled; add a new
interface to the kvm support code that uses scalars instead.

Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
hw/msix.c
qemu-kvm.c
qemu-kvm.h
roms/seabios