On 07/30/2012 06:11 AM, Bharat Bhushan wrote: > +1: /* debug interrupt happened in guest */ > + mfspr r4, \scratch > + mtcr r3 > + mr r3, r4 > + mfspr r4, SPRN_SPRG_THREAD > + lwz r4, THREAD_KVM_VCPU(r4) > + stw r3, VCPU_GPR(r4)(r4) > + stw r5, VCPU_GPR(r5)(r4) > + stw r6, VCPU_GPR(r6)(r4) You're not working on the latest tree -- all this stuff is "VCPU_GPR(R6)(r4)" now. -Scott -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html