Re: [Qemu-devel] [PATCH for-1.5] virtio-pci: bugfix

2013-05-08 Thread Stefan Hajnoczi
On Mon, May 06, 2013 at 06:00:27PM +0300, Michael S. Tsirkin wrote: > 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 > Tested-by: Al

Re: [Qemu-devel] [PATCH for-1.5] virtio-pci: bugfix

2013-05-07 Thread KONRAD Frédéric
On 06/05/2013 22:51, Anthony Liguori wrote: "Michael S. Tsirkin" writes: 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 Tested-by: Alexan

Re: [Qemu-devel] [PATCH for-1.5] virtio-pci: bugfix

2013-05-06 Thread Anthony Liguori
"Michael S. Tsirkin" writes: > 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 > Tested-by: Alexander Graf /home/aliguori/git/qemu

[Qemu-devel] [PATCH for-1.5] virtio-pci: bugfix

2013-05-06 Thread Michael S. Tsirkin
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 Tested-by: Alexander Graf --- hw/virtio/virtio-pci.c | 4 1 file changed, 4 insertions(