Commit ccc4df4e authored by David Gibson's avatar David Gibson Committed by Paul Mackerras

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: default avatarDavid Gibson <david@gibson.dropbear.id.au>
Signed-off-by: default avatarPaul Mackerras <paulus@ozlabs.org>
parent 167c76e0
...@@ -3177,7 +3177,7 @@ of IOMMU pages. ...@@ -3177,7 +3177,7 @@ of IOMMU pages.
The rest of functionality is identical to KVM_CREATE_SPAPR_TCE. The rest of functionality is identical to KVM_CREATE_SPAPR_TCE.
4.98 KVM_REINJECT_CONTROL 4.99 KVM_REINJECT_CONTROL
Capability: KVM_CAP_REINJECT_CONTROL Capability: KVM_CAP_REINJECT_CONTROL
Architectures: x86 Architectures: x86
...@@ -3201,7 +3201,7 @@ struct kvm_reinject_control { ...@@ -3201,7 +3201,7 @@ struct kvm_reinject_control {
pit_reinject = 0 (!reinject mode) is recommended, unless running an old pit_reinject = 0 (!reinject mode) is recommended, unless running an old
operating system that uses the PIT for timing (e.g. Linux 2.4.x). operating system that uses the PIT for timing (e.g. Linux 2.4.x).
4.99 KVM_PPC_CONFIGURE_V3_MMU 4.100 KVM_PPC_CONFIGURE_V3_MMU
Capability: KVM_CAP_PPC_RADIX_MMU or KVM_CAP_PPC_HASH_MMU_V3 Capability: KVM_CAP_PPC_RADIX_MMU or KVM_CAP_PPC_HASH_MMU_V3
Architectures: ppc Architectures: ppc
...@@ -3232,7 +3232,7 @@ process table, which is in the guest's space. This field is formatted ...@@ -3232,7 +3232,7 @@ process table, which is in the guest's space. This field is formatted
as the second doubleword of the partition table entry, as defined in as the second doubleword of the partition table entry, as defined in
the Power ISA V3.00, Book III section 5.7.6.1. the Power ISA V3.00, Book III section 5.7.6.1.
4.100 KVM_PPC_GET_RMMU_INFO 4.101 KVM_PPC_GET_RMMU_INFO
Capability: KVM_CAP_PPC_RADIX_MMU Capability: KVM_CAP_PPC_RADIX_MMU
Architectures: ppc Architectures: ppc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment