Re: [Qemu-devel] [PATCH v4 0/4] ivshmem: MSI bug fixes

2018-01-30 Thread Paolo Bonzini
On 30/01/2018 13:30, Markus Armbruster wrote: > Paolo, care to merge these fixes? Ok, will do. Paolo

Re: [Qemu-devel] [PATCH v4 0/4] ivshmem: MSI bug fixes

2018-01-30 Thread Markus Armbruster
Paolo, care to merge these fixes?

[Qemu-devel] [PATCH v4 0/4] ivshmem: MSI bug fixes

2017-12-10 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