Applied. Thanks.
Regards,
Anthony Liguori
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 |
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-
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
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