Hi Paul, On Tue, Jan 23, 2018 at 04:52:19PM +1100, Paul Mackerras wrote: > On Thu, Jan 11, 2018 at 06:11:26PM +0800, wei.guo.simon@xxxxxxxxx wrote: > > From: Simon Guo <wei.guo.simon@xxxxxxxxx> > > > > This patch adds 2 new APIs: kvmppc_copyto_vcpu_tm() and > > kvmppc_copyfrom_vcpu_tm(). These 2 APIs will be used to copy from/to TM > > data between VCPU_TM/VCPU area. > > > > PR KVM will use these APIs for treclaim. or trchkpt. emulation. > > > > Signed-off-by: Simon Guo <wei.guo.simon@xxxxxxxxx> > > Reviewed-by: Paul Mackerras <paulus@xxxxxxxxxx> > > Actually, I take that back. You have missed XER. :) Thanks for the catch. I will fix that. > > Paul. BR, - Simon