]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: remove kvm_arch_post_init_vm
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jan 2025 15:26:22 +0000 (10:26 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Feb 2025 16:27:45 +0000 (11:27 -0500)
commit6f61269495260531e15d84d090ee63618110c470
tree44152bbd728404403e8d4d18fdb326ee7d99f4f0
parent203a53029a9c6935ad38e0343d048e51488797cf
KVM: remove kvm_arch_post_init_vm

The only statement in a kvm_arch_post_init_vm implementation
can be moved into the x86 kvm_arch_init_vm.  Do so and remove all
traces from architecture-independent code.

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