@@ -4300,7 +4300,7 @@ operating system that uses the PIT for timing (e.g. Linux 2.4.x).
430043004.100 KVM_PPC_CONFIGURE_V3_MMU
43014301------------------------------
43024302
4303- :Capability: KVM_CAP_PPC_RADIX_MMU or KVM_CAP_PPC_HASH_MMU_V3
4303+ :Capability: KVM_CAP_PPC_MMU_RADIX or KVM_CAP_PPC_MMU_HASH_V3
43044304:Architectures: ppc
43054305:Type: vm ioctl
43064306:Parameters: struct kvm_ppc_mmuv3_cfg (in)
@@ -4334,7 +4334,7 @@ the Power ISA V3.00, Book III section 5.7.6.1.
433443344.101 KVM_PPC_GET_RMMU_INFO
43354335---------------------------
43364336
4337- :Capability: KVM_CAP_PPC_RADIX_MMU
4337+ :Capability: KVM_CAP_PPC_MMU_RADIX
43384338:Architectures: ppc
43394339:Type: vm ioctl
43404340:Parameters: struct kvm_ppc_rmmu_info (out)
@@ -8095,7 +8095,7 @@ capability via KVM_ENABLE_CAP ioctl on the vcpu fd. Note that this
80958095will disable the use of APIC hardware virtualization even if supported
80968096by the CPU, as it's incompatible with SynIC auto-EOI behavior.
80978097
8098- 8.3 KVM_CAP_PPC_RADIX_MMU
8098+ 8.3 KVM_CAP_PPC_MMU_RADIX
80998099-------------------------
81008100
81018101:Architectures: ppc
@@ -8105,7 +8105,7 @@ available, means that the kernel can support guests using the
81058105radix MMU defined in Power ISA V3.00 (as implemented in the POWER9
81068106processor).
81078107
8108- 8.4 KVM_CAP_PPC_HASH_MMU_V3
8108+ 8.4 KVM_CAP_PPC_MMU_HASH_V3
81098109---------------------------
81108110
81118111:Architectures: ppc
0 commit comments