Re: [Qemu-devel] [RESEND PATCH v3 4/8] qdev: Add memory hot unplug support for bus-less devices.

2014-09-16 Thread Tang Chen
Hi Igor, On 09/04/2014 09:22 PM, Igor Mammedov wrote: On Wed, 27 Aug 2014 16:08:35 +0800 Tang Chen wrote: From: Hu Tao Implement bus-less device hot-remove in qdev_unplug(). It will call PCMachine callback introduced in previous patch. subject/commit message doesn't need to mention memory

Re: [Qemu-devel] [RESEND PATCH v3 4/8] qdev: Add memory hot unplug support for bus-less devices.

2014-09-04 Thread Igor Mammedov
On Wed, 27 Aug 2014 16:08:35 +0800 Tang Chen wrote: > From: Hu Tao > > Implement bus-less device hot-remove in qdev_unplug(). It will call PCMachine > callback introduced in previous patch. > subject/commit message doesn't need to mention memory hotplug/PCMachine, it's generic handling that ap

[Qemu-devel] [RESEND PATCH v3 4/8] qdev: Add memory hot unplug support for bus-less devices.

2014-08-27 Thread Tang Chen
From: Hu Tao Implement bus-less device hot-remove in qdev_unplug(). It will call PCMachine callback introduced in previous patch. Signed-off-by: Hu Tao Signed-off-by: Tang Chen --- hw/core/qdev.c | 8 1 file changed, 8 insertions(+) diff --git a/hw/core/qdev.c b/hw/core/qdev.c index