[Qemu-devel] [PATCH 0/2] nvme: fix two issues in nvme unhotplug
Posted by
Li Qiang
7 years ago
The first corrent the refcount and second fix a memory leak.
Li Qiang (2):
nvme: don't unref ctrl_mem when device unrealized
nvme: free cmbuf in nvme_exit
hw/block/nvme.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
2.11.0
Re: [Qemu-devel] [PATCH 0/2] nvme: fix two issues in nvme unhotplug
Posted by
Kevin Wolf
6 years, 12 months ago
Am 29.10.2018 um 07:29 hat Li Qiang geschrieben:
> The first corrent the refcount and second fix a memory leak.
Thanks, applied to the block branch.
Kevin