Currently, extra_params is using ":" rather than "="
on unittests.cfg. Let's fix this and make all configuration
assignments uniform on that file.

Signed-off-by: Lucas Meneghel Rodrigues <l...@redhat.com>
---
 x86/unittests.cfg |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 065020a..83489d0 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -7,7 +7,7 @@
 [apic]
 file = apic.flat
 smp = 2
-extra_params: -cpu qemu64,+x2apic
+extra_params = -cpu qemu64,+x2apic
 
 [smptest]
 file = smptest.flat
-- 
1.7.10.1

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to