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 <m...@redhat.com> > Tested-by: Alexander Graf <ag...@suse.de> > > --- > hw/virtio/virtio-pci.c | 4 ++++ > 1 file changed, 4 insertions(+)
Please choose a descriptive commit message, not just "bugfix". Stefan