Re: [PATCH 4/4] KVM: selftests: x86: Use TAP interface in the userspace_msr_exit test

From: Philippe Mathieu-Daudé
Date: Tue Jul 18 2023 - 08:26:46 EST


On 12/7/23 09:59, Thomas Huth wrote:
Use the kselftest_harness.h interface in this test to get TAP
output, so that it is easier for the user to see what the test
is doing.

Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx>
---
.../kvm/x86_64/userspace_msr_exit_test.c | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>