kvm: selftests: dirty_log_test: always use -t
authorAndrew Jones <drjones@redhat.com>
Tue, 6 Nov 2018 13:57:08 +0000 (14:57 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Dec 2018 10:28:28 +0000 (11:28 +0100)
commit6498e1da84daec4b3ef97e2174b07ea0af3ff06e
tree809588e5d6819b62874c559515cafff96720b497
parentd4df5a15602e8edc2e90f5ee880de3cf7dbd92cd
kvm: selftests: dirty_log_test: always use -t

There's no reason not to always test the topmost physical
addresses, and if the user wants to try lower addresses
then '-p' (used to be '-o before this patch) can be used.
Let's remove the '-t' option and just always do what it did.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
tools/testing/selftests/kvm/dirty_log_test.c