commit | 6498e1da84daec4b3ef97e2174b07ea0af3ff06e | [log] [tgz] |
---|---|---|
author | Andrew Jones <drjones@redhat.com> | Tue Nov 06 14:57:08 2018 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 21 11:28:28 2018 +0100 |
tree | 809588e5d6819b62874c559515cafff96720b497 | |
parent | d4df5a15602e8edc2e90f5ee880de3cf7dbd92cd [diff] |
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>