aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-05-28 08:47:35 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-05-29 05:50:09 -0400
commit71de9c93fbdb15978ffa2f290dd120d3005a9292 (patch)
treee4efc110fbe322377249041032ba6f793440595a
parentd875ed4d1614f84903167ff038bdd9e677f460c2 (diff)
downloadkvm-unit-tests-71de9c93fbdb15978ffa2f290dd120d3005a9292.tar.gz
access: disable phys-bits=36 for now
Support for guest-MAXPHYADDR < host-MAXPHYADDR is not upstream yet, it should not be enabled. Otherwise, all the pde.36 and pte.36 fail and the test takes so long that it times out. Reported-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r--x86/unittests.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index bf0d02e..504e04e 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -116,7 +116,7 @@ extra_params = -cpu qemu64,+x2apic,+tsc-deadline -append tscdeadline_immed
[access]
file = access.flat
arch = x86_64
-extra_params = -cpu host,phys-bits=36
+extra_params = -cpu host,host-phys-bits
[smap]
file = smap.flat