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

Ladi Prosek posted 4 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171211072110.9058-1-lprosek@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
hw/misc/ivshmem.c | 81 ++++++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 62 insertions(+), 19 deletions(-)
[Qemu-devel] [PATCH v4 0/4] ivshmem: MSI bug fixes
Posted by Ladi Prosek 6 years, 4 months ago
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 formatting (Markus)
* Patch 3 - added reproducer info to commit message (Markus)

v2->v3:
* Added patch 4

v3->v4:
* Added forward decl of ivshmem_disable_irqfd() instead of moving
  ivshmem_reset() (Eric, Markus)

Ladi Prosek (4):
  ivshmem: Don't update non-existent MSI routes
  ivshmem: Always remove irqfd notifiers
  ivshmem: Improve MSI irqfd error handling
  ivshmem: Disable irqfd on device reset

 hw/misc/ivshmem.c | 81 ++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 62 insertions(+), 19 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PATCH v4 0/4] ivshmem: MSI bug fixes
Posted by Markus Armbruster 6 years, 2 months ago
Paolo, care to merge these fixes?

Re: [Qemu-devel] [PATCH v4 0/4] ivshmem: MSI bug fixes
Posted by Paolo Bonzini 6 years, 2 months ago
On 30/01/2018 13:30, Markus Armbruster wrote:
> Paolo, care to merge these fixes?

Ok, will do.

Paolo