On 10/27/2016 03:34 PM, David Gibson wrote: > On Thu, Oct 27, 2016 at 02:06:12PM +0100, Peter Maydell wrote: >> On 26 October 2016 at 12:42, David Gibson <[email protected]> >> wrote: >>> Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-10-25' >>> 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 >> >> 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. >
yes. I always install after the configure so I didn't catch the issue : So we need Alexey's : "configure, ppc64: Copy skiboot.lid to build directory when configuring" Thanks C.
