diff mbox series

[kvm-unit-tests,3/3] Revert "access: disable phys-bits=36 for now"

Message ID 20200806124358.4928-4-mgamal@redhat.com (mailing list archive)
State New, archived
Headers show
Series x86: Add guest physical bits tests | expand

Commit Message

Mohammed Gamal Aug. 6, 2020, 12:43 p.m. UTC
From: Mohammed Gamal <m.gamal005@gmail.com>

This reverts commit 71de9c93fbdb15978ffa2f290dd120d3005a9292.

Now that guest_maxphyaddr < host_maxphyaddr patches are sent.
Revert this change in kvm-unit-test

Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com>
---
 x86/unittests.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 4fa42fa..3c0b992 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,host-phys-bits
+extra_params = -cpu host,phys-bits=36
 timeout = 180
 
 [smap]