Re: [Qemu-devel] [PATCH v2 0/5] Common unplug and unplug request cb for memory and CPU hot-unplug

2015-02-03 Thread Zhi Yong Wu
HI, If you can push the patchset to a branch on github, it will be convenient for other guys to do some tests. On Wed, Jan 28, 2015 at 3:45 PM, Zhu Guihua wrote: > Memory and CPU hot unplug are both asynchronous procedures. > When the unplug operation happens, unplug request cb is called first.

Re: [Qemu-devel] [PATCH v2 0/5] Common unplug and unplug request cb for memory and CPU hot-unplug

2015-01-28 Thread Zhu Guihua
Any comments about this series? If no, could anyone help to merge this? Thanks. Regards, Zhu On Wed, 2015-01-28 at 15:45 +0800, Zhu Guihua wrote: > Memory and CPU hot unplug are both asynchronous procedures. > When the unplug operation happens, unplug request cb is called first. > And when guest

Re: [Qemu-devel] [PATCH v2 0/5] Common unplug and unplug request cb for memory and CPU hot-unplug

2015-01-28 Thread Zhu Guihua
On Wed, 2015-01-28 at 10:00 +0200, Michael S. Tsirkin wrote: > On Wed, Jan 28, 2015 at 03:45:36PM +0800, Zhu Guihua wrote: > > Memory and CPU hot unplug are both asynchronous procedures. > > When the unplug operation happens, unplug request cb is called first. > > And when guest OS finished handlin

Re: [Qemu-devel] [PATCH v2 0/5] Common unplug and unplug request cb for memory and CPU hot-unplug

2015-01-28 Thread Michael S. Tsirkin
On Wed, Jan 28, 2015 at 03:45:36PM +0800, Zhu Guihua wrote: > Memory and CPU 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

[Qemu-devel] [PATCH v2 0/5] Common unplug and unplug request cb for memory and CPU hot-unplug

2015-01-27 Thread Zhu Guihua
Memory and CPU 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. They both need pc-machine, piix4 and ich9 unplug and unplug reque