Re: [PATCH 06/14] KVM: PPC: e500: Don't hardcode PIR=0

2011-10-31 Thread Avi Kivity
On 10/31/2011 09:53 AM, Alexander Graf wrote: > From: Scott Wood > > The hardcoded behavior prevents proper SMP support. > > QEMU shall specify the vcpu's PIR as the vcpu id. > > Could also be kvm tool - we generally use the code name 'userspace' to refer to qemu (but don't rewrite the patch on t

[PATCH 06/14] KVM: PPC: e500: Don't hardcode PIR=0

2011-10-31 Thread Alexander Graf
From: Scott Wood The hardcoded behavior prevents proper SMP support. QEMU shall specify the vcpu's PIR as the vcpu id. Signed-off-by: Scott Wood Signed-off-by: Alexander Graf --- arch/powerpc/kvm/booke.c |4 ++-- arch/powerpc/kvm/e500.c |3 --- 2 files changed, 2 insertions(+), 5 de