From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwM4P-0002a8-Sq for qemu-devel@nongnu.org; Tue, 10 Nov 2015 22:27:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwM4L-0007Z2-An for qemu-devel@nongnu.org; Tue, 10 Nov 2015 22:27:37 -0500 Received: from mail-pa0-x229.google.com ([2607:f8b0:400e:c03::229]:34835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwM4L-0007Yc-0B for qemu-devel@nongnu.org; Tue, 10 Nov 2015 22:27:33 -0500 Received: by pasz6 with SMTP id z6so18189960pas.2 for ; Tue, 10 Nov 2015 19:27:32 -0800 (PST) References: <1447201710-10229-1-git-send-email-benh@kernel.crashing.org> <564290E1.3090205@redhat.com> <1447203387.31884.126.camel@kernel.crashing.org> From: Alexey Kardashevskiy Message-ID: <5642B59E.2070101@ozlabs.ru> Date: Wed, 11 Nov 2015 14:27:26 +1100 MIME-Version: 1.0 In-Reply-To: <1447203387.31884.126.camel@kernel.crashing.org> Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 00/77] ppc: Add "native" POWER8 platform List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Benjamin Herrenschmidt , Eric Blake , qemu-ppc@nongnu.org Cc: qemu-devel@nongnu.org On 11/11/2015 11:56 AM, Benjamin Herrenschmidt wrote: > On Tue, 2015-11-10 at 17:50 -0700, Eric Blake wrote: >> >> It would be nice to include a diffstat (git defaults to doing this if >> you use 'git format-patch --cover-letter' for generating the 0/77 >> letter), so that we can see at a glance how big this series is and >> what files it touches. > > Right. I'll do that next time. In the meantime, I've appended the > diffstat below. Some working example of qemu command line would not hurt. Known limitations as well. Like: - it does not run under neither kvm-hv nor kvm-pr; - cannot boot LE kernel; ... > >> In particular, I can't tell, without poking through 77 patches, if >> you update the MAINTAINERS file to claim any new files added here. > > I don't ... yet. I'll do it in the next spin. Thanks for pointing that > out. > >> Also, for a series this big, it's nice to point to a scratch git repo >> that we can browse/clone from, without having to 'git am' all 77 >> mails. > > https://github.com/ozbenh/qemu -- Alexey