diff options
author | Sean Christopherson <seanjc@google.com> | 2023-07-28 17:36:41 -0700 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2023-08-02 14:43:16 -0700 |
commit | 7ce7f8e754186f71ba7daffbc99543961a613bba (patch) | |
tree | e09f556adeaaf2c7f85369ebaa2b5e478a113998 /tools/testing/selftests/kvm/x86_64/nested_exceptions_test.c | |
parent | 4e15c38a1aca477d7f99b66b745e811bc95f9420 (diff) |
KVM: selftests: Rip out old, param-based guest assert macros
Drop the param-based guest assert macros and enable the printf versions
for all selftests. Note! This change can affect tests even if they
don't use directly use guest asserts! E.g. via library code, or due to
the compiler making different optimization decisions.
Link: https://lore.kernel.org/r/20230729003643.1053367-33-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'tools/testing/selftests/kvm/x86_64/nested_exceptions_test.c')
-rw-r--r-- | tools/testing/selftests/kvm/x86_64/nested_exceptions_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/kvm/x86_64/nested_exceptions_test.c b/tools/testing/selftests/kvm/x86_64/nested_exceptions_test.c index 4a29f59a76be..3670331adf21 100644 --- a/tools/testing/selftests/kvm/x86_64/nested_exceptions_test.c +++ b/tools/testing/selftests/kvm/x86_64/nested_exceptions_test.c @@ -1,6 +1,4 @@ // SPDX-License-Identifier: GPL-2.0-only -#define USE_GUEST_ASSERT_PRINTF 1 - #define _GNU_SOURCE /* for program_invocation_short_name */ #include "test_util.h" |