diff options
author | 2021-05-28 15:10:58 -0400 | |
---|---|---|
committer | 2021-05-29 06:28:06 -0400 | |
commit | 000ac42953395a4f0a63d5db640c5e4c88a548c5 (patch) | |
tree | 3197315271b7f39ad59bcd63439dc1a3bc2add0e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'kvmarm-fixes-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD (diff) | |
download | linux-dev-000ac42953395a4f0a63d5db640c5e4c88a548c5.tar.xz linux-dev-000ac42953395a4f0a63d5db640c5e4c88a548c5.zip |
selftests: kvm: fix overlapping addresses in memslot_perf_test
vm_create allocates memory and maps it close to GPA. This memory
is separate from what is allocated in subsequent calls to
vm_userspace_mem_region_add, so it is incorrect to pass the
test memory size to vm_create_default. Just pass a small
fixed amount of memory which can be used later for page table,
otherwise GPAs are already allocated at MEM_GPA and the
test aborts.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions