From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRGoa-0005GO-Un for qemu-devel@nongnu.org; Fri, 08 Jun 2018 08:48:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRGoW-0006Dd-3I for qemu-devel@nongnu.org; Fri, 08 Jun 2018 08:48:25 -0400 From: David Hildenbrand Date: Fri, 8 Jun 2018 14:48:10 +0200 Message-Id: <20180608124816.22140-1-david@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/6] spapr: machine hotplug handler cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Alexander Graf , Igor Mammedov , david@redhat.com, Thomas Huth , David Gibson , Greg Kurz I'll be messing with machine hotplug handlers of pc/spapr/s390x in the context of [PATCH v4 00/14] MemoryDevice: use multi stage hotplug handlers So this is a spin-off of the cleanup patches in the context of hotplug handlers. v1 -> v2: - dropped the three "local_err" patches - tweaked some patch descriptions - Split "spapr: move all DIMM checks into spapr_memory_plug" up -- Move the memory hotplug check into the pre_plug handler - Use &error_abort instead of NULL David Hildenbrand (6): spapr: no need to verify the node spapr: move lookup of the node into spapr_memory_plug() spapr: move memory hotplug support check into spapr_memory_pre_plug() spapr: introduce machine unplug handler spapr: handle pc-dimm unplug via hotplug handler chain spapr: handle cpu core unplug via hotplug handler chain hw/ppc/spapr.c | 67 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 43 insertions(+), 24 deletions(-) -- 2.17.0