Re: [Qemu-devel] [PATCH v2 0/3] ivshmem: MSI bug fixes

2017-12-07 Thread Ladi Prosek
On Mon, Nov 20, 2017 at 1:49 PM, Ladi Prosek wrote: > On Mon, Nov 20, 2017 at 10:07 AM, Ladi Prosek wrote: >> On Sun, Nov 19, 2017 at 9:39 PM, wrote: >>> I just updated to the latest build and applied this patch set, now on VM >>> reset the qemu crashes with the following assert: >>> >>> ivshme

Re: [Qemu-devel] [PATCH v2 0/3] ivshmem: MSI bug fixes

2017-11-20 Thread Ladi Prosek
On Mon, Nov 20, 2017 at 10:07 AM, Ladi Prosek wrote: > On Sun, Nov 19, 2017 at 9:39 PM, wrote: >> I just updated to the latest build and applied this patch set, now on VM >> reset the qemu crashes with the following assert: >> >> ivshmem.c:467: ivshmem_add_kvm_msi_virq: Assertion >> `!s->msi_vec

Re: [Qemu-devel] [PATCH v2 0/3] ivshmem: MSI bug fixes

2017-11-20 Thread Ladi Prosek
On Sun, Nov 19, 2017 at 9:39 PM, wrote: > I just updated to the latest build and applied this patch set, now on VM > reset the qemu crashes with the following assert: > > ivshmem.c:467: ivshmem_add_kvm_msi_virq: Assertion > `!s->msi_vectors[vector].pdev' failed. I see asserts too. Even with v1 o

Re: [Qemu-devel] [PATCH v2 0/3] ivshmem: MSI bug fixes

2017-11-19 Thread geoff--- via Qemu-devel
I just updated to the latest build and applied this patch set, now on VM reset the qemu crashes with the following assert: ivshmem.c:467: ivshmem_add_kvm_msi_virq: Assertion `!s->msi_vectors[vector].pdev' failed. On 2017-11-15 18:31, Ladi Prosek wrote: Fixes bugs in the ivshmem device implem

[Qemu-devel] [PATCH v2 0/3] ivshmem: MSI bug fixes

2017-11-14 Thread Ladi Prosek
Fixes bugs in the ivshmem device implementation uncovered with the new Windows ivshmem driver: https://github.com/virtio-win/kvm-guest-drivers-windows/tree/master/ivshmem v1->v2: * Patch 1 - added reproducer info to commit message (Markus) * Patch 2 - restructured conditionals, fixed comment forma