From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z80RX-0005Pt-ST for qemu-devel@nongnu.org; Thu, 25 Jun 2015 02:15:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z80RU-0006uN-Ex for qemu-devel@nongnu.org; Thu, 25 Jun 2015 02:15:23 -0400 Received: from e23smtp06.au.ibm.com ([202.81.31.148]:36524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z80RT-0006tM-NY for qemu-devel@nongnu.org; Thu, 25 Jun 2015 02:15:20 -0400 Received: from /spool/local by e23smtp06.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 25 Jun 2015 16:15:14 +1000 From: Bharata B Rao Date: Thu, 25 Jun 2015 11:44:09 +0530 Message-Id: <1435212855-21685-1-git-send-email-bharata@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v5 0/6] Memory hotplug for PowerPC sPAPR guests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aik@ozlabs.ru, Bharata B Rao , mdroth@linux.vnet.ibm.com, agraf@suse.de, qemu-ppc@nongnu.org, tyreld@linux.vnet.ibm.com, nfont@linux.vnet.ibm.com, imammedo@redhat.com, david@gibson.dropbear.id.au Hi, This is v5 of memory hotplug support patchset for PowerPC sPAPR guests. This patchset applies on spapr-next branch of David Gibson's tree with the other prerequisite patchset applied. Pre-requistes patchset was posted at: https://lists.gnu.org/archive/html/qemu-devel/2015-06/msg05157.html Changes in v5 ------------- - Get rid of hotplug_mem_size alignment completely and start hotplug base right after RAM. (01/06) - Disable LMB DR and revert to older style of memory DT representation if RAM size, maxmem size or individual node memory sizes aren't aligned to SPAPR_MEMORY_BLOCK_SIZE (256M). (02/06) - Use dr_lmb_enabled from sPAPRMachineClass itself instead of copying it to sPAPRMachineState. (02/06) - Ensure memory@0 is created even when -numa option isn't specified. (03/06) - Calling pc_dimm_memory_unplug() when pc_dimm_memory_plug() fails isn't required. (05/06) - Added a new patch to prevent memory hotplug to memory-less nodes (06/06) v4: https://lists.gnu.org/archive/html/qemu-devel/2015-06/msg05242.html v3: https://lists.nongnu.org/archive/html/qemu-devel/2015-04/msg02910.html *** BLURB HERE *** Bharata B Rao (6): spapr: Initialize hotplug memory address space spapr: Add LMB DR connectors spapr: Support ibm,dynamic-reconfiguration-memory spapr: Make hash table size a factor of maxram_size spapr: Memory hotplug support spapr: Don't allow memory hotplug to memory less nodes default-configs/ppc64-softmmu.mak | 1 + docs/specs/ppc-spapr-hotplug.txt | 48 ++++ hw/ppc/spapr.c | 460 ++++++++++++++++++++++++++++++++++---- hw/ppc/spapr_events.c | 8 +- hw/ppc/spapr_hcall.c | 51 ++++- include/hw/ppc/spapr.h | 28 ++- 6 files changed, 542 insertions(+), 54 deletions(-) -- 2.1.0