]> git.proxmox.com Git - qemu.git/commit
virtio-pci: fix level interrupts
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 7 May 2013 12:49:58 +0000 (15:49 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 8 May 2013 20:54:21 +0000 (15:54 -0500)
commit62c96360ae7f2c7a8b029277fbb7cb082fdef7fd
tree2c81bda9d39304b51e3f17aa6c8578cfef9503d8
parentd551d220c9574b00a318297b8654344e13e0efde
virtio-pci: fix level interrupts

mask notifiers are never called without msix,
so devices with backend masking like vhost don't work.
Call mask notifiers explicitly at
startup/cleanup to make it work.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio/virtio-pci.c