]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9c17426397b7304f4ed1d729f3c46d516b0049af
tree0fa0e529edfd0d5b72e694da7e8ae3b57f44928a
parent71bcc415f75b7ef2f9406b08cf517ebfb88901e0
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]