Re: [Qemu-devel] [PATCH 10/10] spapr: Memory hot-unplug support

2016-10-25 Thread David Gibson
On Mon, Oct 24, 2016 at 11:47:36PM -0500, Michael Roth wrote: > From: Bharata B Rao > > Add support to hot remove pc-dimm memory devices. > > Since we're introducing a machine-level unplug_request hook, we also > had handling for CPU unplug there as well to ensure CPU unplug > continues to work

[Qemu-devel] [PATCH 10/10] spapr: Memory hot-unplug support

2016-10-24 Thread Michael Roth
From: Bharata B Rao Add support to hot remove pc-dimm memory devices. Since we're introducing a machine-level unplug_request hook, we also had handling for CPU unplug there as well to ensure CPU unplug continues to work as it did before. Signed-off-by: Bharata B Rao * add hooks to CAS/cmdline