commit | 32d1b3ab588c1231dbfa9eb08819c50529ce77d7 | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Wed May 05 17:18:21 2021 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri May 07 06:06:12 2021 -0400 |
tree | 76263cc61558294d620cbcd26a752a0bd9e59899 | |
parent | f5c7e8425f18fdb9bdb7d13340651d7876890329 [diff] |
KVM: selftests: evmcs_test: Check that VMLAUNCH with bogus EVMPTR is causing #UD 'run->exit_reason == KVM_EXIT_SHUTDOWN' check is not ideal as we may be getting some unexpected exception. Directly check for #UD instead. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Message-Id: <20210505151823.1341678-2-vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>