diff options
author | Paul Mackerras <paulus@samba.org> | 2014-05-26 19:48:34 +1000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-05-30 14:26:27 +0200 |
commit | 2f9c6943c546337ffe67b3c81d2eb38a32588c8a (patch) | |
tree | 0ec44fddc9e930d51415783292e9a1e2179e98a8 /Documentation/virtual | |
parent | f2e91042a807cbf9b0b0d9776bf37d1ef0bd7ebe (diff) | |
download | linux-2f9c6943c546337ffe67b3c81d2eb38a32588c8a.tar.bz2 |
KVM: PPC: Book3S: Add ONE_REG register names that were missed
Commit 3b7834743f9 ("KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_reg") added definitions for several KVM_REG_PPC_* symbols
but missed adding some to api.txt. This adds them.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'Documentation/virtual')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 0581f6c40f2b..9a9577006662 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt @@ -1794,6 +1794,11 @@ registers, find a list below: PPC | KVM_REG_PPC_MMCR0 | 64 PPC | KVM_REG_PPC_MMCR1 | 64 PPC | KVM_REG_PPC_MMCRA | 64 + PPC | KVM_REG_PPC_MMCR2 | 64 + PPC | KVM_REG_PPC_MMCRS | 64 + PPC | KVM_REG_PPC_SIAR | 64 + PPC | KVM_REG_PPC_SDAR | 64 + PPC | KVM_REG_PPC_SIER | 64 PPC | KVM_REG_PPC_PMC1 | 32 PPC | KVM_REG_PPC_PMC2 | 32 PPC | KVM_REG_PPC_PMC3 | 32 |