]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
KVM: VMX: Enable machine check support for 32bit targets
authorUros Bizjak <ubizjak@gmail.com>
Tue, 14 Apr 2020 07:14:14 +0000 (09:14 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 14 Apr 2020 08:22:10 +0000 (04:22 -0400)
commitfb56baae5ea509e63c2a068d66a4d8ea91969fca
treed9f9d4d6fadaf6145689bb6298d2069eca8d6f84
parentf14eec0a32038f2d6c05b8ea91c7701f65ce7418
KVM: VMX: Enable machine check support for 32bit targets

There is no reason to limit the use of do_machine_check
to 64bit targets. MCE handling works for both target familes.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Sean Christopherson <sean.j.christopherson@intel.com>
Cc: stable@vger.kernel.org
Fixes: a0861c02a981 ("KVM: Add VT-x machine check support")
Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Message-Id: <20200414071414.45636-1-ubizjak@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c