commit | 8065dbd1ee0ef04321d80da7999b4f0086e0a407 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Thu Aug 23 13:56:48 2018 -0700 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Thu Aug 30 16:20:43 2018 +0200 |
tree | da11242c84dd1d3673413f796cd4844387ff52e5 | |
parent | 35be0aded76b54a24dc8aa678a71bca22273e8d8 [diff] |
KVM: x86: Invert emulation re-execute behavior to make it opt-in Re-execution of an instruction after emulation decode failure is intended to be used only when emulating shadow page accesses. Invert the flag to make allowing re-execution opt-in since that behavior is by far in the minority. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Cc: stable@vger.kernel.org Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>