qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/3] pci: fix resource leak in pci qdev and hot p


From: Isaku Yamahata
Subject: [Qemu-devel] [PATCH v2 0/3] pci: fix resource leak in pci qdev and hot plug.
Date: Tue, 22 Jun 2010 11:55:32 +0900

pci qdev exit code patch(pci_unregister_device) doesn't release
all the resource allocated by pci qdev initialization.(pci_qdev_init)
This patch series sorts it out and make pci::hotplug error code to the caller.

Isaku Yamahata (3):
  pci: fix memory leak of PCIDevice::romfile.
  pci: option rom clean up.
  pci hotplug: make pci hotplug return value to caller.

 hw/pci.c |   26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]