From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzlDA-0007i5-6Y for qemu-devel@nongnu.org; Thu, 27 Oct 2016 09:59:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzlD5-0003vT-Kz for qemu-devel@nongnu.org; Thu, 27 Oct 2016 09:59:16 -0400 Date: Fri, 28 Oct 2016 00:34:52 +1100 From: David Gibson Message-ID: <20161027133452.GS19918@umbus.fritz.box> References: <1477482173-8761-1-git-send-email-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KD3NH8oGZ7XN2Llp" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 00/49] ppc-for-2.8 queue 20161026 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Alexander Graf , =?iso-8859-1?Q?C=E9dric?= Le Goater , Thomas Huth , Laurent Vivier , Alexey Kardashevskiy , Mark Cave-Ayland , "qemu-ppc@nongnu.org" , QEMU Developers --KD3NH8oGZ7XN2Llp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 27, 2016 at 02:06:12PM +0100, Peter Maydell wrote: > On 26 October 2016 at 12:42, David Gibson w= rote: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-10-2= 5' into staging (2016-10-25 17:03:11 +0100) > > > > are available in the git repository at: > > > > git://github.com/dgibson/qemu.git tags/ppc-for-2.8-20161026 > > > > for you to fetch changes up to acb8eed32d455851773be209a1d9cd0258904b21: > > > > adb: change handler only when recognized (2016-10-26 14:58:02 +1100) > > > > ---------------------------------------------------------------- > > ppc patch queue 2016-10-26 > > > > Highlights: > > * SLOF (pseries guest firmware) update > > * Enable a number of extra testcases on ppc / pseries > > * Added the 'powernv' machine type > > - Almost enough to be minimally usable > > - But still missing necessary interrupt controller updates > > * Cleanup and consolidation of NVRAM handling on several platforms > > with related firmware > > * Substantial cleanup to device tree construction > > * Some more POWER9 instruction emulation > > * Cleanup to handling of pseries option vectors and CAS reboot > > handling (host/guest feature negotiation mechanism) > > * Several bug fixes >=20 > I'm afraid this breaks 'make check' (all configs): > GTESTER check-qtest-ppc64 > qemu: hardware error: qemu: could not load OPAL '(null)' Ahh.. do you build out of tree? If so that's probably the bug Alexey reported. The firmware file was added by 22/49, but 'configure' wasn't updated to copy it to the build directory. --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --KD3NH8oGZ7XN2Llp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYEgJ8AAoJEGw4ysog2bOSuBUQALXUby8sk8E2wX+gr8XIsPMk n2rzWmED376JQ9YjSlQ5nzmjrz5EqGoeV0vx+CNdxnW/ya4NI9fv7yxDyOyt64Cj QD88HLAZyrdf3RKmfeQ3KQ24Sqc4zQ1aIaHydJPk1tCqKmnjeWYGK2Hw6MHG9zbr OLuVT/D8F56sXaXQ7xHsIJL/NMRp+A4QlRhGtCuu07ds8hj2TfdeR3AN0uNWhim0 llmpQaMfRyoWS3/j+bmIRJjEfF42K1GgGPvjBawMZCLuFsqGU28ujk99LzZoMxAt /hJ3YPsQKBDNraZ/+8YAar3yLUm/WXJ394rPw2oihZGOIIVu2gg+sNnfzIl2BmsS AY79xvS18OSfXLHIfmxkHR9xKqtqh60hKvAtLtwfsDpTIzIC5a0Or+sMqOQoJmQw yReChdh3jIPEI+OeK6nvkulpR09QsPxCVco5kRV/zPJ+OosqhdzKzv1dVvKWC1B4 jmy9TqeW1cHJfssAu5/w0HMNcOla751iFDG1QtEChL9vHcTeaidyCCZDtRS6o1eF gM5getuEP9A4n2K4JX81VR8ymrdtdSqrntdAKO/8QDE0pafGIRreNNfZyYA5rB+D vW7iDW0IbOzpLMdr4DRx01Ku5sL4HGr8OCpKW0IjdZEiw/dtrr8nM20ApUSEXYlo 77fIRzLCKXtoBTGGVXh0 =E5Qe -----END PGP SIGNATURE----- --KD3NH8oGZ7XN2Llp--