Re: [PATCH] KVM: PPC: Fix documentation for ppc mmu caps

2024-05-08 Thread Michael Ellerman
On Tue, 11 Apr 2023 15:44:46 +0930, Joel Stanley wrote: > The documentation mentions KVM_CAP_PPC_RADIX_MMU, but the defines in the > kvm headers spell it KVM_CAP_PPC_MMU_RADIX. Similarly with > KVM_CAP_PPC_MMU_HASH_V3. > > Applied to powerpc/topic/ppc-kvm. [1/1] KVM: PPC: Fix documentation for

Re: [PATCH] KVM: PPC: Fix documentation for ppc mmu caps

2023-04-11 Thread Paul Mackerras
On Tue, Apr 11, 2023 at 03:44:46PM +0930, Joel Stanley wrote: > The documentation mentions KVM_CAP_PPC_RADIX_MMU, but the defines in the > kvm headers spell it KVM_CAP_PPC_MMU_RADIX. Similarly with > KVM_CAP_PPC_MMU_HASH_V3. > > Fixes: c92701322711 ("KVM: PPC: Book3S HV: Add userspace interfaces f

[PATCH] KVM: PPC: Fix documentation for ppc mmu caps

2023-04-10 Thread Joel Stanley
The documentation mentions KVM_CAP_PPC_RADIX_MMU, but the defines in the kvm headers spell it KVM_CAP_PPC_MMU_RADIX. Similarly with KVM_CAP_PPC_MMU_HASH_V3. Fixes: c92701322711 ("KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU") Signed-off-by: Joel Stanley --- There is also the copy