diff options
author | Bharat Bhushan <r65777@freescale.com> | 2012-08-15 13:37:13 -0400 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-10-05 17:38:49 -0400 |
commit | 2e2327023fe090d68aacad395178298645eaffea (patch) | |
tree | 9209654dc15a402173cef7befdd5b79bc00f6fc4 | |
parent | 430c7ff52ffb902e1e08b255b93c28fcad8cb9ef (diff) |
Document IACx/DACx registers access using ONE_REG API
Patch to access the debug registers (IACx/DACx) using ONE_REG api
was sent earlier. But that missed the respective documentation.
Also corrected the index number referencing in section 4.69
Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 170afb1fbc2..c84739e2c0f 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt | |||
@@ -1734,7 +1734,12 @@ registers, find a list below: | |||
1734 | Arch | Register | Width (bits) | 1734 | Arch | Register | Width (bits) |
1735 | | | | 1735 | | | |
1736 | PPC | KVM_REG_PPC_HIOR | 64 | 1736 | PPC | KVM_REG_PPC_HIOR | 64 |
1737 | 1737 | PPC | KVM_REG_PPC_IAC1 | 64 | |
1738 | PPC | KVM_REG_PPC_IAC2 | 64 | ||
1739 | PPC | KVM_REG_PPC_IAC3 | 64 | ||
1740 | PPC | KVM_REG_PPC_IAC4 | 64 | ||
1741 | PPC | KVM_REG_PPC_DAC1 | 64 | ||
1742 | PPC | KVM_REG_PPC_DAC2 | 64 | ||
1738 | 1743 | ||
1739 | 4.69 KVM_GET_ONE_REG | 1744 | 4.69 KVM_GET_ONE_REG |
1740 | 1745 | ||
@@ -1750,7 +1755,7 @@ kvm_one_reg struct passed in. On success, the register value can be found | |||
1750 | at the memory location pointed to by "addr". | 1755 | at the memory location pointed to by "addr". |
1751 | 1756 | ||
1752 | The list of registers accessible using this interface is identical to the | 1757 | The list of registers accessible using this interface is identical to the |
1753 | list in 4.64. | 1758 | list in 4.68. |
1754 | 1759 | ||
1755 | 1760 | ||
1756 | 4.70 KVM_KVMCLOCK_CTRL | 1761 | 4.70 KVM_KVMCLOCK_CTRL |