diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2016-12-20 00:48:57 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@ozlabs.org> | 2017-01-31 05:58:49 -0500 |
commit | ccc4df4e2c3825919456c13b153d2a67bbf328dc (patch) | |
tree | 4a6cfd0227e4002472089bdcf43b42558d9d6304 | |
parent | 167c76e05591c2b656c0f329282f453dd46f4ea5 (diff) |
Documentation: Correct duplicate section number in kvm/api.txt
Both KVM_CREATE_SPAPR_TCE_64 and KVM_REINJECT_CONTROL have section number
4.98 in Documentation/virtual/kvm/api.txt, presumably due to a naive merge.
This corrects the duplication.
[paulus@ozlabs.org - correct section numbers for following sections,
KVM_PPC_CONFIGURE_V3_MMU and KVM_PPC_GET_RMMU_INFO, as well.]
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 4470671b0c26..aca994a90355 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt | |||
@@ -3177,7 +3177,7 @@ of IOMMU pages. | |||
3177 | 3177 | ||
3178 | The rest of functionality is identical to KVM_CREATE_SPAPR_TCE. | 3178 | The rest of functionality is identical to KVM_CREATE_SPAPR_TCE. |
3179 | 3179 | ||
3180 | 4.98 KVM_REINJECT_CONTROL | 3180 | 4.99 KVM_REINJECT_CONTROL |
3181 | 3181 | ||
3182 | Capability: KVM_CAP_REINJECT_CONTROL | 3182 | Capability: KVM_CAP_REINJECT_CONTROL |
3183 | Architectures: x86 | 3183 | Architectures: x86 |
@@ -3201,7 +3201,7 @@ struct kvm_reinject_control { | |||
3201 | pit_reinject = 0 (!reinject mode) is recommended, unless running an old | 3201 | pit_reinject = 0 (!reinject mode) is recommended, unless running an old |
3202 | operating system that uses the PIT for timing (e.g. Linux 2.4.x). | 3202 | operating system that uses the PIT for timing (e.g. Linux 2.4.x). |
3203 | 3203 | ||
3204 | 4.99 KVM_PPC_CONFIGURE_V3_MMU | 3204 | 4.100 KVM_PPC_CONFIGURE_V3_MMU |
3205 | 3205 | ||
3206 | Capability: KVM_CAP_PPC_RADIX_MMU or KVM_CAP_PPC_HASH_MMU_V3 | 3206 | Capability: KVM_CAP_PPC_RADIX_MMU or KVM_CAP_PPC_HASH_MMU_V3 |
3207 | Architectures: ppc | 3207 | Architectures: ppc |
@@ -3232,7 +3232,7 @@ process table, which is in the guest's space. This field is formatted | |||
3232 | as the second doubleword of the partition table entry, as defined in | 3232 | as the second doubleword of the partition table entry, as defined in |
3233 | the Power ISA V3.00, Book III section 5.7.6.1. | 3233 | the Power ISA V3.00, Book III section 5.7.6.1. |
3234 | 3234 | ||
3235 | 4.100 KVM_PPC_GET_RMMU_INFO | 3235 | 4.101 KVM_PPC_GET_RMMU_INFO |
3236 | 3236 | ||
3237 | Capability: KVM_CAP_PPC_RADIX_MMU | 3237 | Capability: KVM_CAP_PPC_RADIX_MMU |
3238 | Architectures: ppc | 3238 | Architectures: ppc |