commit | 0119cb365c93621535187c7527486c3b378a622d | [log] [tgz] |
---|---|---|
author | Ben Gardon <bgardon@google.com> | Thu Feb 20 18:09:59 2020 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Mar 16 17:56:58 2020 +0100 |
tree | 6655f3ffdc7c21652ff27ba57306b2f1d6aeb245 | |
parent | 4f72180eb4da9ce0bad2f284e81875bb15ecfbb7 [diff] |
KVM: selftests: Add configurable demand paging delay When running the demand paging test with the -u option, the User Fault FD handler essentially adds an arbitrary delay to page fault resolution. To enable better simulation of a real demand paging scenario, add a configurable delay to the UFFD handler. Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: Ben Gardon <bgardon@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>