[PATCH 04/10] KVM: PPC: Book3S HV: Remove bogus update of physical thread IDs

2012-09-20 Thread Paul Mackerras
When making a vcpu non-runnable we incorrectly changed the thread IDs of all other threads on the core, just remove that code. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- arch/powerpc/kvm/book3s_hv.c |6 -- 1 file changed, 6 deletions(-) diff --git a/arch/po

Re: [PATCH 04/10] KVM: PPC: Book3S HV: Remove bogus update of physical thread IDs

2012-09-24 Thread Alexander Graf
On 21.09.2012, at 07:36, Paul Mackerras wrote: > When making a vcpu non-runnable we incorrectly changed the > thread IDs of all other threads on the core, just remove that > code. > > Signed-off-by: Benjamin Herrenschmidt > Signed-off-by: Paul Mackerras Thanks, applied to kvm-ppc-next. Alex