From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCSAB-0004Qj-FW for qemu-devel@nongnu.org; Tue, 07 Jul 2015 08:39:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCSA8-0002IS-7f for qemu-devel@nongnu.org; Tue, 07 Jul 2015 08:39:51 -0400 Message-ID: <559BC890.40704@suse.de> Date: Tue, 07 Jul 2015 14:39:44 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1435818208-11808-1-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1435818208-11808-1-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/27] sPAPR updates 2015-07-02 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , afaerber@suse.de Cc: lvivier@redhat.com, thuth@redhat.com, aik@ozlabs.ru, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com, qemu-ppc@nongnu.org, bharata@linux.vnet.ibm.com On 07/02/15 08:23, David Gibson wrote: > Hi Alex, > > Here are my accumulated spapr related qemu updates for the last little > while. This obsoletes the patch series I sent for 2015-06-24, since > those haven't been merged yet. > > Highlights are a SLOF update and changes to move PCI device node > creation from SLOF into qemu (using the same code paths as for > hotplug). This also has some preliminaries for CPU and memory hotplug > on -machine pseries, but the actual code for those is still on the > way. There are also a number of bugfixes. > > These are based on your ppc-next tree. > > I've done a compile and "make check" on x86, ppc64 and ppc64le hosts, > plus a basic sanity check of booting an LE guest. > > NOTE: 2 patches here touch things outside the strictly spapr specific code: > > - 15/22 adds a new way of iterating through CPUs in the core code. > It has a R-b from Andreas who's responsible for that code AFAICT, > but I never got a reply when I asked if he'd prefer it sent through > a different tree. > > - 18/22 makes some small cleanups acrossa all the ppc machine types. > Let me know if you'd like me to stage this differently. > > sorry for the double send, messed up the address of qemu-devel the > first time] Thanks, applied to ppc-next. Alex