From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwMFc-0005c7-Hp for qemu-devel@nongnu.org; Tue, 10 Nov 2015 22:39:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwMFV-0002K1-Fi for qemu-devel@nongnu.org; Tue, 10 Nov 2015 22:39:12 -0500 Message-ID: <1447213139.31884.136.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Wed, 11 Nov 2015 14:38:59 +1100 In-Reply-To: <5642B59E.2070101@ozlabs.ru> References: <1447201710-10229-1-git-send-email-benh@kernel.crashing.org> <564290E1.3090205@redhat.com> <1447203387.31884.126.camel@kernel.crashing.org> <5642B59E.2070101@ozlabs.ru> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: Alexey Kardashevskiy , Eric Blake , qemu-ppc@nongnu.org Cc: qemu-devel@nongnu.org On Wed, 2015-11-11 at 14:27 +1100, Alexey Kardashevskiy wrote: > On 11/11/2015 11:56 AM, Benjamin Herrenschmidt wrote: > > On Tue, 2015-11-10 at 17:50 -0700, Eric Blake wrote: > > >=20 > > > 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. > >=20 > > Right. I'll do that next time. In the meantime, I've appended the > > diffstat below. >=20 >=20 > Some working example of qemu command line would not hurt. Known > limitations=20 > as well. Like: >=20 > - it does not run under neither kvm-hv nor kvm-pr; It will never run under HV KVM, =C2=A0indeed. I did mention somewhere els= e that support for PR KVM was possible, just quite a bit of work. I will add it to next version's cover letter. > - cannot boot LE kernel; > ... It boots an LE kernel just fine :-) Also next spin will have skiboot.lid Cheers, Ben.