Re: [Qemu-devel] [PATCH v5 03/14] spapr: move cpu_setup after kvmppc_set_papr

2013-09-26 Thread David Gibson
On Thu, Sep 26, 2013 at 04:18:37PM +1000, Alexey Kardashevskiy wrote: > This moves the xics_cpu_setup() call after kvmppc_set_papr() > in order to get VCPUs initialized as this is required by upcoming > XICS-KVM. > > Signed-off-by: Alexey Kardashevskiy Acked-by: David Gibson -- David Gibson

[Qemu-devel] [PATCH v5 03/14] spapr: move cpu_setup after kvmppc_set_papr

2013-09-25 Thread Alexey Kardashevskiy
This moves the xics_cpu_setup() call after kvmppc_set_papr() in order to get VCPUs initialized as this is required by upcoming XICS-KVM. Signed-off-by: Alexey Kardashevskiy --- hw/ppc/spapr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c