On Thu, Oct 19, 2023 at 11:59:00AM +0200, Thomas Huth wrote: > Date: Thu, 19 Oct 2023 11:59:00 +0200 > From: Thomas Huth <thuth@xxxxxxxxxx> > Subject: [PATCH] KVM: selftests: Use TAP in the steal_time test > > For easier use of the tests in automation and for having some > status information for the user while the test is running, let's > provide some TAP output in this test. > > Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> > --- > NB: This patch does not use the interface from kselftest_harness.h > since it is not very suitable for the for-loop in this patch. > > tools/testing/selftests/kvm/steal_time.c | 46 ++++++++++++------------ > 1 file changed, 23 insertions(+), 23 deletions(-) > Reviewed-by: Zhao Liu <zhao1.liu@xxxxxxxxx>