From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbIm4-0007nn-CM for qemu-devel@nongnu.org; Sun, 13 Sep 2015 21:41:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbIm0-0001oR-QJ for qemu-devel@nongnu.org; Sun, 13 Sep 2015 21:41:40 -0400 From: David Gibson Date: Mon, 14 Sep 2015 11:41:51 +1000 Message-Id: <1442194913-26545-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [RFCv2 0/2] spapr: Cleanups to dynamic reconfiguration mechanism List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mdroth@linux.vnet.ibm.com, bharata@linux.vnet.ibm.com, aik@ozlabs.ru Cc: pbonzini@redhat.com, David Gibson , qemu-ppc@nongnu.org, agraf@suse.de, qemu-devel@nongnu.org Here are some cleanups and improvements to the "dynamic reconfiguration" (hotplug) infrastructure for the "pseries" machine type. There's an improved version of my patch to mitigate the O(n^3) time for large maxmem values, and another small cleanup to remove a redundant field in the structure. David Gibson (2): spapr: Remove unnecessary owner field from sPAPRDRConnector spapr: Don't use QOM [*] syntax for DR connectors. hw/ppc/spapr_drc.c | 10 ++++++---- include/hw/ppc/spapr_drc.h | 1 - 2 files changed, 6 insertions(+), 5 deletions(-) -- 2.4.3