Re: [Qemu-devel] [PATCH] spapr: fix entry point for secondary CPUs

2018-04-26 Thread Cédric Le Goater
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

Re: [Qemu-devel] [PATCH] spapr: fix entry point for secondary CPUs

2018-04-25 Thread David Gibson
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

[Qemu-devel] [PATCH] spapr: fix entry point for secondary CPUs

2018-04-25 Thread Cédric Le Goater
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 --- hw/ppc/spapr_cpu_core.c | 2 +- 1 file changed, 1 insertion(+), 1