diff options
author | Bharat Bhushan <Bharat.Bhushan@freescale.com> | 2014-08-13 13:10:06 +0400 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-09-22 12:11:32 +0400 |
commit | bc8a4e5c2504eeca248f0b668fe94a80081cb9b6 (patch) | |
tree | cf531b0b9e053e514940101dbb18a9850e671cb2 /Documentation/virtual | |
parent | 06a29e427432b4baaacc3b816b57e90fe08561ff (diff) | |
download | linux-bc8a4e5c2504eeca248f0b668fe94a80081cb9b6.tar.xz |
KVM: PPC: BOOKE: Add one_reg documentation of SPRG9 and DBSR
This was missed in respective one_reg implementation patch.
Signed-off-by: Bharat Bhushan <Bharat.Bhushan@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'Documentation/virtual')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index f7735c72c128..7610eaa4d491 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt @@ -1901,6 +1901,8 @@ registers, find a list below: PPC | KVM_REG_PPC_ARCH_COMPAT | 32 PPC | KVM_REG_PPC_DABRX | 32 PPC | KVM_REG_PPC_WORT | 64 + PPC | KVM_REG_PPC_SPRG9 | 64 + PPC | KVM_REG_PPC_DBSR | 32 PPC | KVM_REG_PPC_TM_GPR0 | 64 ... PPC | KVM_REG_PPC_TM_GPR31 | 64 |