commit | d4df5a15602e8edc2e90f5ee880de3cf7dbd92cd | [log] [tgz] |
---|---|---|
author | Andrew Jones <drjones@redhat.com> | Tue Nov 06 14:57:07 2018 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 21 11:28:27 2018 +0100 |
tree | 07945b4ea906f6b9a1b1941cc56c6487a50b6650 | |
parent | b442324b581556e106010bb092dbb7e3ee25c94c [diff] |
kvm: selftests: dirty_log_test: don't identity map the test mem It isn't necessary and can even cause problems when testing high guest physical addresses. This patch leaves the test memory id- mapped by default, but when using '-t' the test memory virtual addresses stay the same even though the physical addresses switch to the topmost valid addresses. Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>