1
0
Fork 0
alistair23-linux/tools/testing/selftests/kvm/include
Peter Xu 3b4cd0ff54 kvm: selftest: add dirty logging test
Test KVM dirty logging functionality.

The test creates a standalone memory slot to test tracking the dirty
pages since we can't really write to the default memory slot which still
contains the guest ELF image.

We have two threads running during the test:

(1) the vcpu thread continuously dirties random guest pages by writting
    a iteration number to the first 8 bytes of the page

(2) the host thread continuously fetches dirty logs for the testing
    memory region and verify each single bit of the dirty bitmap by
    checking against the values written onto the page

Note that since the guest cannot calls the general userspace APIs like
random(), it depends on the host to provide random numbers for the
page indexes to dirty.

Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-08-22 16:48:39 +02:00
..
kvm_util.h kvm: selftest: add dirty logging test 2018-08-22 16:48:39 +02:00
sparsebit.h kvm: selftests: add API testing infrastructure 2018-04-04 19:11:00 +02:00
test_util.h kvm: selftest: include the tools headers 2018-08-22 16:48:38 +02:00
vmx.h KVM: selftests: add tests for shadow VMCS save/restore 2018-08-06 17:58:44 +02:00
x86.h kvm: selftests: add basic test for state save and restore 2018-08-06 17:32:04 +02:00