Re: [PATCH] virtio-pci: mask notifier error handling fixups

2011-01-20 Thread Marcelo Tosatti
On Tue, Jan 18, 2011 at 03:42:57PM +0200, Michael S. Tsirkin wrote: > Fix virtio-pci error handling in the mask notifiers: be careful to undo > exactly what we did so far. > > Reported-by: Alex Williamson > Signed-off-by: Michael S. Tsirkin > --- > > This is for qemu-kvm only. > > hw/virtio-p

Re: [PATCH] virtio-pci: mask notifier error handling fixups

2011-01-18 Thread Alex Williamson
On Tue, 2011-01-18 at 15:42 +0200, Michael S. Tsirkin wrote: > Fix virtio-pci error handling in the mask notifiers: be careful to undo > exactly what we did so far. > > Reported-by: Alex Williamson > Signed-off-by: Michael S. Tsirkin > --- Looks right. Acked-by: Alex Williamson > hw/virtio-

[PATCH] virtio-pci: mask notifier error handling fixups

2011-01-18 Thread Michael S. Tsirkin
Fix virtio-pci error handling in the mask notifiers: be careful to undo exactly what we did so far. Reported-by: Alex Williamson Signed-off-by: Michael S. Tsirkin --- This is for qemu-kvm only. hw/virtio-pci.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git