Re: [Qemu-devel] [PATCH v3 00/10] QEMU memory hot unplug support

2015-03-01 Thread Michael S. Tsirkin
On Thu, Feb 26, 2015 at 09:16:42AM +0800, 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. > > T

[Qemu-devel] [PATCH v3 00/10] QEMU memory hot unplug support

2015-02-25 Thread Zhu Guihua
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 depends on the following patchset. [PATCH v2 0/5] Common unpl