kvm: selftests: port dirty_log_test to aarch64
authorAndrew Jones <drjones@redhat.com>
Tue, 18 Sep 2018 17:54:32 +0000 (19:54 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Oct 2018 22:29:36 +0000 (00:29 +0200)
commitfff8dcd7b4a242e3752d6f316967b02f933031d0
tree0fa0e529edfd0d5b72e694da7e8ae3b57f44928a
parent81d1cca0c062a589953eef7e98f1e68b8222a918
kvm: selftests: port dirty_log_test to aarch64

While we're messing with the code for the port and to support guest
page sizes that are less than the host page size, we also make some
code formatting cleanups and apply sync_global_to_guest().

Signed-off-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/.gitignore
tools/testing/selftests/kvm/Makefile
tools/testing/selftests/kvm/dirty_log_test.c [new file with mode: 0644]
tools/testing/selftests/kvm/x86_64/dirty_log_test.c [deleted file]