-
- Downloads
KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*
Add "ARCH" to the symbols; shortly, the "prepare" phase will include both the arch-independent step to clear out contents left in the page by the host, and the arch-dependent step enabled by CONFIG_HAVE_KVM_GMEM_PREPARE. For consistency do the same for CONFIG_HAVE_KVM_GMEM_INVALIDATE as well. Reviewed-by:Michael Roth <michael.roth@amd.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- arch/x86/kvm/Kconfig 2 additions, 2 deletionsarch/x86/kvm/Kconfig
- arch/x86/kvm/x86.c 2 additions, 2 deletionsarch/x86/kvm/x86.c
- include/linux/kvm_host.h 2 additions, 2 deletionsinclude/linux/kvm_host.h
- virt/kvm/Kconfig 2 additions, 2 deletionsvirt/kvm/Kconfig
- virt/kvm/guest_memfd.c 3 additions, 3 deletionsvirt/kvm/guest_memfd.c
Loading
Please register or sign in to comment