On 04/26/2018 03:19 AM, David Gibson wrote: > On Wed, Apr 25, 2018 at 11:34:24AM +0200, Cédric Le Goater wrote: >> Secondary CPUs do not start at SPAPR_ENTRY_POINT but at an address >> given by the guest OS. >> >> Fixes commit c79128c14c20 ("spapr: Make a helper to set up cpu entry >> point state") >> >> Signed-off-by: Cédric Le Goater <c...@kaod.org> > > Oops. Since I haven't send that patch upstream yet, I've folded this > fix in rather than including it as a separate patch.
OK. > Note that ppc-for-<whatever> are rebasing trees, so commit ids in > there aren't stable. yes. I usually track these at the beginning of the dev cycle. So I have rebased all my QEMU development trees on ppc-for-2.13 yesterday and found a couple of issues in TCG hot(un)plug, the entry point and the radix LPCR setting. C.