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.
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
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
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
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