mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00:00
commit62c96360ae
virtio-pci: fix level interrupts only helps systems without irqfd: on systems with irqfd support we passed in flag requesting irqfd even when msix is disabled. As a result, for level interrupts we didn't install an fd handler so unmasking an fd had no effect. Fix this up. Cc: qemu-stable@nongnu.org Signed-off-by: Michael S. Tsirkin <mst@redhat.com> (cherry picked from commit23fe2b3f9e
) Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>