KVM: selftests: Use a single binary for dirty/clear log test
authorPeter Xu <peterx@redhat.com>
Thu, 1 Oct 2020 01:22:33 +0000 (21:22 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 8 Nov 2020 11:03:31 +0000 (06:03 -0500)
commitafdb1960071935cfd5c1908691a34cc6e36931f7
treeb5965bb36580fb8c2a9a7509d46e1b2ff25ecaa7
parent3031e0288e60f09533339e61117b83099a6e126e
KVM: selftests: Use a single binary for dirty/clear log test

Remove the clear_dirty_log test, instead merge it into the existing
dirty_log_test.  It should be cleaner to use this single binary to do
both tests, also it's a preparation for the upcoming dirty ring test.

The default behavior will run all the modes in sequence.

Reviewed-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20201001012233.6013-1-peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/Makefile
tools/testing/selftests/kvm/clear_dirty_log_test.c [deleted file]
tools/testing/selftests/kvm/dirty_log_test.c