From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afgm8-0003Xs-K5 for qemu-devel@nongnu.org; Tue, 15 Mar 2016 00:40:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afgm4-0006b0-KN for qemu-devel@nongnu.org; Tue, 15 Mar 2016 00:40:08 -0400 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:36473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afgm4-0006aR-0C for qemu-devel@nongnu.org; Tue, 15 Mar 2016 00:40:04 -0400 Received: from localhost by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 15 Mar 2016 14:40:00 +1000 From: Bharata B Rao Date: Tue, 15 Mar 2016 10:08:54 +0530 Message-Id: <1458016736-10544-1-git-send-email-bharata@linux.vnet.ibm.com> Subject: [Qemu-devel] [RFC PATCH v2 0/2] spapr: Memory hot-unplug support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: thuth@redhat.com, Bharata B Rao , mdroth@linux.vnet.ibm.com, qemu-ppc@nongnu.org, nfont@linux.vnet.ibm.com, imammedo@redhat.com, david@gibson.dropbear.id.au This patchset adds memory hot removal support for PowerPC sPAPR. This new version switches to using the proposed "count-indexed" type of hotplug identifier which allows to hot remove a number of LMBs starting with a given DRC index. This count-indexed hotplug identifier isn't yet part of PAPR. Changes in v2 ------------- - Use count-indexed hotplug identifier type for LMB removal. v1: https://lists.gnu.org/archive/html/qemu-ppc/2015-10/msg00163.html Bharata B Rao (2): spapr: Add DRC count indexed hotplug identifier type spapr: Memory hot-unplug support hw/ppc/spapr.c | 93 +++++++++++++++++++++++++++++++++++++++++++++++++- hw/ppc/spapr_drc.c | 18 ++++++++++ hw/ppc/spapr_events.c | 57 +++++++++++++++++++++++-------- include/hw/ppc/spapr.h | 2 ++ 4 files changed, 155 insertions(+), 15 deletions(-) -- 2.1.0