Re: [Qemu-devel] [PATCH v6 5/6] spapr: Memory hotplug support

2015-06-29 Thread David Gibson
On Mon, Jun 29, 2015 at 02:14:31PM +0530, Bharata B Rao wrote: > Make use of pc-dimm infrastructure to support memory hotplug > for PowerPC. > > Signed-off-by: Bharata B Rao Reviewed-by: David Gibson -- David Gibson| I'll have my music baroque, and my code david AT gibson.

[Qemu-devel] [PATCH v6 5/6] spapr: Memory hotplug support

2015-06-29 Thread Bharata B Rao
Make use of pc-dimm infrastructure to support memory hotplug for PowerPC. Signed-off-by: Bharata B Rao --- hw/ppc/spapr.c| 118 ++ hw/ppc/spapr_events.c | 8 ++-- 2 files changed, 123 insertions(+), 3 deletions(-) diff --git a/hw/ppc/spa