[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] vfio: memory leak fix and code cleanup
From: |
Zhenzhong Duan |
Subject: |
[PATCH 0/3] vfio: memory leak fix and code cleanup |
Date: |
Mon, 9 Oct 2023 10:20:45 +0800 |
Hi,
This trivial patchset fixes a incremental memory leak in rare case,
and some cleanup on ap/ccw.
This patchset is based on vfio-next.
Thanks
Zhenzhong
Zhenzhong Duan (3):
vfio/pci: Fix a potential memory leak in vfio_listener_region_add
vfio/ap: Remove pointless apdev variable
vfio/ccw: Remove redundant definition of TYPE_VFIO_CCW
hw/vfio/ap.c | 9 +++------
hw/vfio/common.c | 2 +-
include/hw/s390x/vfio-ccw.h | 2 --
3 files changed, 4 insertions(+), 9 deletions(-)
--
2.34.1
- [PATCH 0/3] vfio: memory leak fix and code cleanup,
Zhenzhong Duan <=