]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit27d48d9709ed38917f3ffadbfc8f8abc370f5623
treeb5965bb36580fb8c2a9a7509d46e1b2ff25ecaa7
parentf4a272daf5e22f721ddaf45e02a340f69919e81e
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