commit | 4f72180eb4da9ce0bad2f284e81875bb15ecfbb7 | [log] [tgz] |
---|---|---|
author | Ben Gardon <bgardon@google.com> | Thu Feb 20 18:09:12 2020 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Mar 16 17:56:48 2020 +0100 |
tree | 8e376498fe8a6a2e8c061e4e4bd5cfc912fc5134 | |
parent | 025eed7b3519be30cc2310711137ab4ff827fbe3 [diff] |
KVM: selftests: Add demand paging content to the demand paging test The demand paging test is currently a simple page access test which, while potentially useful, doesn't add much versus the existing dirty logging test. To improve the demand paging test, add a basic userfaultfd demand paging implementation. Signed-off-by: Ben Gardon <bgardon@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>