KVM: selftests: Convert x86's set BSP ID test to printf style guest asserts
authorSean Christopherson <seanjc@google.com>
Sat, 29 Jul 2023 00:36:35 +0000 (17:36 -0700)
committerSean Christopherson <seanjc@google.com>
Wed, 2 Aug 2023 21:43:12 +0000 (14:43 -0700)
commit40b319d6b4e109d5e94ac1054d5147624e79088f
treef18c080663c9d993b62a0cb7b443fe6b67b8f88f
parentb13a307ce3c6435c288017d7edf1c6e2827470dc
KVM: selftests: Convert x86's set BSP ID test to printf style guest asserts

Convert the set_boot_cpu_id test to use printf-based guest asserts,
specifically the EQ and NE variants.

Link: https://lore.kernel.org/r/20230729003643.1053367-27-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/x86_64/set_boot_cpu_id.c