diff options
author | Alexander Graf <agraf@suse.de> | 2013-01-04 18:28:51 +0100 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-01-10 13:42:33 +0100 |
commit | 324b3e63167bce69e6622c2be182595790bf7e38 (patch) | |
tree | ef01feb781df5d54651a1da07ce8a52b481ee6b6 /Documentation/virtual | |
parent | 1c810636556c8d53a37406b34a64d9b9b0161aa6 (diff) | |
download | linux-3.10-324b3e63167bce69e6622c2be182595790bf7e38.tar.gz linux-3.10-324b3e63167bce69e6622c2be182595790bf7e38.tar.bz2 linux-3.10-324b3e63167bce69e6622c2be182595790bf7e38.zip |
KVM: PPC: BookE: Add EPR ONE_REG sync
We need to be able to read and write the contents of the EPR register
from user space.
This patch implements that logic through the ONE_REG API and declares
its (never implemented) SREGS counterpart as deprecated.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'Documentation/virtual')
-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 a98ed09269d..09905cbcbb0 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt @@ -1774,6 +1774,7 @@ registers, find a list below: PPC | KVM_REG_PPC_VPA_SLB | 128 PPC | KVM_REG_PPC_VPA_DTL | 128 PPC | KVM_REG_PPC_EPCR | 32 + PPC | KVM_REG_PPC_EPR | 32 4.69 KVM_GET_ONE_REG |