Re: [PATCH v2] KVM: PPC: e500: Don't hardcode PIR=0

2011-09-06 Thread Alexander Graf
On 03.09.2011, at 00:39, Scott Wood wrote: > The hardcoded behavior prevents proper SMP support. > > QEMU shall specify the vcpu's PIR as the vcpu id. > > Signed-off-by: Scott Wood Thanks, applied. Alex -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a

[PATCH v2] KVM: PPC: e500: Don't hardcode PIR=0

2011-09-02 Thread 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 --- v2: More detailed commit message. arch/powerpc/kvm/booke.c |4 ++-- arch/powerpc/kvm/e500.c |3 --- 2 files changed, 2 insertions(+), 5 deletions(-) dif