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 tangc...@cn.fujitsu.com wrote: From: Hu Tao hu...@cn.fujitsu.com Implement bus-less device hot-remove in qdev_unplug(). It will call PCMachine callback introduced in previous patch.

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 tangc...@cn.fujitsu.com wrote: From: Hu Tao hu...@cn.fujitsu.com 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

[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 hu...@cn.fujitsu.com Implement bus-less device hot-remove in qdev_unplug(). It will call PCMachine callback introduced in previous patch. Signed-off-by: Hu Tao hu...@cn.fujitsu.com Signed-off-by: Tang Chen tangc...@cn.fujitsu.com --- hw/core/qdev.c | 8 1 file changed, 8