KVM: x86/mmu: rename kvm_mmu_role union
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Feb 2022 12:38:32 +0000 (07:38 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 29 Apr 2022 16:49:56 +0000 (12:49 -0400)
commit7a7ae8292391c4d53c4340e606bf48776c3449e7
treef268a7ec17c7777336f5693fc43be5788c468ab3
parent7a458f0e1ba150a6ea012171a43c4b947f1d825d
KVM: x86/mmu: rename kvm_mmu_role union

It is quite confusing that the "full" union is called kvm_mmu_role
but is used for the "cpu_role" field of struct kvm_mmu.  Rename it
to kvm_cpu_role.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu/mmu.c