]> xenbits.xensource.com Git - qemu-xen-4.1-testing.git/commit
qemu-xen: if pirq == 0 fall back to emulated MSIs
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 5 Jan 2011 23:16:54 +0000 (23:16 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 5 Jan 2011 23:16:54 +0000 (23:16 +0000)
commit6df21b765eafcae5d891d5a8092e6f8b74c93031
tree0e3feb465a6b041c15e2dab54a18f5c739a3229b
parent7f6daabd70ff94b7465798dcadb71e79562db2b2
qemu-xen: if pirq == 0 fall back to emulated MSIs

If the pirq requested is 0, it probably means that the guest is
misconfigured, so fall back to the emulated code path.

This patch depends on "qemu-xen: support PV on HVM MSIX remapping".

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/pt-msi.c