Re: [Qemu-devel] [PATCH] virtio-pci: fix irqfd cleanup argument order

2013-01-20 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] virtio-pci: fix irqfd cleanup argument order

2013-01-16 Thread Stefan Hajnoczi
On Tue, Jan 15, 2013 at 07:42:38PM +0200, Michael S. Tsirkin wrote: > Order of arguments of kvm_virtio_pci_irqfd_release > got mixed up in all calls. > As a result users see assertions during cleanup. > > Reported-by: Laszlo Ersek > Signed-off-by: Michael S. Tsirkin > --- > > hw/virtio-pci.c |

Re: [Qemu-devel] [PATCH] virtio-pci: fix irqfd cleanup argument order

2013-01-16 Thread Wanlong Gao
On 01/16/2013 01:42 AM, Michael S. Tsirkin wrote: > Order of arguments of kvm_virtio_pci_irqfd_release > got mixed up in all calls. > As a result users see assertions during cleanup. > > Reported-by: Laszlo Ersek > Signed-off-by: Michael S. Tsirkin Thank you, fixed my assertion here: hw/virtio-

Re: [Qemu-devel] [PATCH] virtio-pci: fix irqfd cleanup argument order

2013-01-15 Thread Laszlo Ersek
On 01/15/13 18:42, Michael S. Tsirkin wrote: > Order of arguments of kvm_virtio_pci_irqfd_release > got mixed up in all calls. > As a result users see assertions during cleanup. > > Reported-by: Laszlo Ersek > Signed-off-by: Michael S. Tsirkin > --- > > hw/virtio-pci.c | 6 +++--- > 1 file cha

[Qemu-devel] [PATCH] virtio-pci: fix irqfd cleanup argument order

2013-01-15 Thread Michael S. Tsirkin
Order of arguments of kvm_virtio_pci_irqfd_release got mixed up in all calls. As a result users see assertions during cleanup. Reported-by: Laszlo Ersek Signed-off-by: Michael S. Tsirkin --- hw/virtio-pci.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/virtio-pci