[Qemu-devel] [PATCH v2 0/2] vfio-ccw: fix memory leak + cleanup

Greg Kurz posted 2 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/152311221072.203086.16767398863033055271.stgit@bahia
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
hw/vfio/ccw.c |   54 ++++++++++++++++++++++++++++++++++++------------------
1 file changed, 36 insertions(+), 18 deletions(-)
[Qemu-devel] [PATCH v2 0/2] vfio-ccw: fix memory leak + cleanup
Posted by Greg Kurz 6 years ago
This series fixes two leaks in vfio_ccw_realize(). The v2 is basically
the same as the initial series, split in two patches: a trivial bugfix
suitable for 2.12 and stable, and a follow-up with more cleanup for
2.13.

--
Greg

---

Greg Kurz (2):
      vfio-ccw: fix memory leaks in vfio_ccw_realize()
      vfio-ccw: introduce vfio_ccw_get_device()


 hw/vfio/ccw.c |   54 ++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 36 insertions(+), 18 deletions(-)