diff options
author | Mihai Caraman <mihai.caraman@freescale.com> | 2012-10-11 06:13:29 (GMT) |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-12-06 00:34:20 (GMT) |
commit | 352df1deb2e3c40e65ff94c8d7c62d9144446b1c (patch) | |
tree | cd125e7e076fe9b8df939940e1ef255534d09a17 /Documentation | |
parent | 38f988240c611f9d2595feb1b8ddcb80b0e97dec (diff) | |
download | linux-352df1deb2e3c40e65ff94c8d7c62d9144446b1c.tar.xz |
KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interface
Implement ONE_REG interface for EPCR register adding KVM_REG_PPC_EPCR to
the list of ONE_REG PPC supported registers.
Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com>
[agraf: remove HV dependency, use get/put_user]
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index a5607c5..a4df553 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt @@ -1773,6 +1773,7 @@ registers, find a list below: PPC | KVM_REG_PPC_VPA_ADDR | 64 PPC | KVM_REG_PPC_VPA_SLB | 128 PPC | KVM_REG_PPC_VPA_DTL | 128 + PPC | KVM_REG_PPC_EPCR | 32 4.69 KVM_GET_ONE_REG |