]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/kvm: Remove unused virt to phys translation in kvm_guest_cpu_init()
authorRafael Mendonca <rafaelmendsr@gmail.com>
Fri, 21 Oct 2022 02:01:13 +0000 (23:01 -0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Nov 2022 17:31:15 +0000 (12:31 -0500)
commit00009406f0dbc53b95b9062c0cc297d6893ff394
tree21da11605dc3e39a5e8ecea5ce27c04bffaaed45
parentbb5c8abea09453d8b137e6613980b8e257485868
x86/kvm: Remove unused virt to phys translation in kvm_guest_cpu_init()

Presumably, this was introduced due to a conflict resolution with
commit ef68017eb570 ("x86/kvm: Handle async page faults directly through
do_page_fault()"), given that the last posted version [1] of the blamed
commit was not based on the aforementioned commit.

[1] https://lore.kernel.org/kvm/20200525144125.143875-9-vkuznets@redhat.com/

Fixes: b1d405751cd5 ("KVM: x86: Switch KVM guest to using interrupts for page ready APF delivery")
Signed-off-by: Rafael Mendonca <rafaelmendsr@gmail.com>
Message-Id: <20221021020113.922027-1-rafaelmendsr@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kernel/kvm.c