]> git.baikalelectronics.ru Git - 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)
commit86f902db86e38699a2d9583b3eab2e13317df45e
treed9f9d4d6fadaf6145689bb6298d2069eca8d6f84
parent1ba843189359533e6519830f4f865c1f1e951406
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: 12abc4c23f58 ("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