]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c
authorBabu Moger <babu.moger@amd.com>
Fri, 11 Sep 2020 19:29:05 +0000 (14:29 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Sep 2020 11:57:16 +0000 (07:57 -0400)
commit3f3393b3ce383600fc7255f5ec04385209b6f404
tree2d93f69c82e62c8d35343accbdf2e37ed51f0d34
parent830bd71f2c0684b530970d0aea792a12c0cbcdd2
KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c

Handling of kvm_read/write_guest_virt*() errors can be moved to common
code. The same code can be used by both VMX and SVM.

Signed-off-by: Babu Moger <babu.moger@amd.com>
Reviewed-by: Jim Mattson <jmattson@google.com>
Message-Id: <159985254493.11252.6603092560732507607.stgit@bmoger-ubuntu>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/vmx/vmx.h
arch/x86/kvm/x86.c
arch/x86/kvm/x86.h