From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRdYd-0007UE-4x for qemu-devel@nongnu.org; Sat, 28 Feb 2015 04:19:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRdYc-0000ps-6j for qemu-devel@nongnu.org; Sat, 28 Feb 2015 04:19:35 -0500 MIME-Version: 1.0 In-Reply-To: <20150227183033.433.28805@loki> References: <1425006675-19976-1-git-send-email-mdroth@linux.vnet.ibm.com> <1425006675-19976-3-git-send-email-mdroth@linux.vnet.ibm.com> <20150227183033.433.28805@loki> Date: Sat, 28 Feb 2015 14:49:33 +0530 Message-ID: From: Bharata B Rao Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v6 02/15] spapr_drc: initial implementation of sPAPRDRConnector device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: aik@ozlabs.ru, Alexander Graf , "qemu-devel@nongnu.org" , ncmike@ncultra.org, "qemu-ppc@nongnu.org" , tyreld@linux.vnet.ibm.com, Nathan Fontenot , David Gibson On Sat, Feb 28, 2015 at 12:00 AM, Michael Roth wrote: > > I just pushed a patch here that I'm hoping will fix the non-PCI cases. Can > you give it a spin and let me know? > > https://github.com/mdroth/qemu/commit/d91b0c6d6f794292e384cf129368aaae90294f5b I can successfully do CPU hotplug and unplug after using the above patch. Regards, Bharata.