Re: [Qemu-devel] [PATCH v4 0/7] QEMU memory hot unplug support

2015-03-15 Thread Zhu Guihua
On 03/13/2015 07:07 PM, Igor Mammedov wrote: On Fri, 13 Mar 2015 14:05:08 +0800 Zhu Guihua wrote: ping... I can't find v4 series in my mailbox nor on list archives, perhaps it got lost somewhere, could you resend rebased version on top of current master, pls? OK, I will resend v4 ASAP. Th

Re: [Qemu-devel] [PATCH v4 0/7] QEMU memory hot unplug support

2015-03-13 Thread Igor Mammedov
On Fri, 13 Mar 2015 14:05:08 +0800 Zhu Guihua wrote: > ping... I can't find v4 series in my mailbox nor on list archives, perhaps it got lost somewhere, could you resend rebased version on top of current master, pls? > > On 03/04/2015 02:01 PM, Zhu Guihua wrote: > > Memory hot unplug are both

Re: [Qemu-devel] [PATCH v4 0/7] QEMU memory hot unplug support

2015-03-12 Thread Zhu Guihua
ping... On 03/04/2015 02:01 PM, Zhu Guihua wrote: Memory hot unplug are both asynchronous procedures. When the unplug operation happens, unplug request cb is called first. And when guest OS finished handling unplug, unplug cb will be called to do the real removal of device. This series is rebas