mbox series

[0/2] nvme: fix two issues in nvme unhotplug

Message ID 1540794581-33578-1-git-send-email-liq3ea@gmail.com (mailing list archive)
Headers show
Series nvme: fix two issues in nvme unhotplug | expand

Message

Li Qiang Oct. 29, 2018, 6:29 a.m. UTC
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(-)

Comments

Kevin Wolf Nov. 7, 2018, 9:54 a.m. UTC | #1
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