commit | de7ad932190c6af17bc9075ddd40a084990c5eb3 | [log] [tgz] |
---|---|---|
author | Simon Guo <wei.guo.simon@gmail.com> | Wed May 23 15:01:56 2018 +0800 |
committer | Paul Mackerras <paulus@ozlabs.org> | Fri Jun 01 10:29:47 2018 +1000 |
tree | 0d3e6bec72dfb8d0db81413ff6a05eb5fc6765fc | |
parent | 36383a0862b68fc14b63dd6c93c64f1f82b6e8a9 [diff] |
KVM: PPC: Book3S PR: Add new kvmppc_copyto/from_vcpu_tm APIs 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 trechkpt. emulation. Signed-off-by: Simon Guo <wei.guo.simon@gmail.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>