Re: [Qemu-devel] [PATCH v6 0/3] Refactor device_set_realized to avoid resource leak

2014-09-04 Thread Michael S. Tsirkin
On Thu, Sep 04, 2014 at 05:48:25PM +0200, Andreas Färber wrote: > Am 04.09.2014 17:30, schrieb Michael S. Tsirkin: > > On Thu, Sep 04, 2014 at 10:18:23AM +0800, arei.gong...@huawei.com wrote: > >> From: Gonglei > >> > >> after committing > >> [PATCH v6 0/9] Refactor PCI/SHPC/PCIE hotplug to use a

Re: [Qemu-devel] [PATCH v6 0/3] Refactor device_set_realized to avoid resource leak

2014-09-04 Thread Andreas Färber
Am 04.09.2014 17:30, schrieb Michael S. Tsirkin: > On Thu, Sep 04, 2014 at 10:18:23AM +0800, arei.gong...@huawei.com wrote: >> From: Gonglei >> >> after committing >> [PATCH v6 0/9] Refactor PCI/SHPC/PCIE hotplug to use a more generic hotplug >> API >> >> If devcie hotplugging failed, will casus

Re: [Qemu-devel] [PATCH v6 0/3] Refactor device_set_realized to avoid resource leak

2014-09-04 Thread Michael S. Tsirkin
On Thu, Sep 04, 2014 at 10:18:23AM +0800, arei.gong...@huawei.com wrote: > From: Gonglei > > after committing > [PATCH v6 0/9] Refactor PCI/SHPC/PCIE hotplug to use a more generic hotplug > API > > If devcie hotplugging failed, will casuse resource leak. > This patch series include address res

[Qemu-devel] [PATCH v6 0/3] Refactor device_set_realized to avoid resource leak

2014-09-03 Thread arei.gonglei
From: Gonglei after committing [PATCH v6 0/9] Refactor PCI/SHPC/PCIE hotplug to use a more generic hotplug API If devcie hotplugging failed, will casuse resource leak. This patch series include address resouce leak and two other issuses. v6 -> v5: - rework patch 2/3 by Peter's suggestion. -