Re: [PATCH] KVM: PPC: Remove comment saying SPRG1 is used for vcpu pointer

2014-07-24 Thread Alexander Graf
On 25.07.14 08:02, Bharat Bhushan wrote: Scott Wood pointed out that We are no longer using SPRG1 for vcpu pointer, but using SPRN_SPRG_THREAD <=> SPRG3 (thread->vcpu). So this comment is not valid now. Note: SPRN_SPRG3R is not supported (do not see any need as of now), and if we want to suppor

[PATCH] KVM: PPC: Remove comment saying SPRG1 is used for vcpu pointer

2014-07-24 Thread Bharat Bhushan
Scott Wood pointed out that We are no longer using SPRG1 for vcpu pointer, but using SPRN_SPRG_THREAD <=> SPRG3 (thread->vcpu). So this comment is not valid now. Note: SPRN_SPRG3R is not supported (do not see any need as of now), and if we want to support this in future then we have to shift to us