public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kvm-unit-tests - unittests.cfg: Make extra_params specification uniform
@ 2012-05-14 17:20 Lucas Meneghel Rodrigues
  2012-05-16 21:23 ` Marcelo Tosatti
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Meneghel Rodrigues @ 2012-05-14 17:20 UTC (permalink / raw)
  To: kvm; +Cc: avi, Lucas Meneghel Rodrigues

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 <lmr@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kvm-unit-tests - unittests.cfg: Make extra_params specification uniform
  2012-05-14 17:20 [PATCH] kvm-unit-tests - unittests.cfg: Make extra_params specification uniform Lucas Meneghel Rodrigues
@ 2012-05-16 21:23 ` Marcelo Tosatti
  0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2012-05-16 21:23 UTC (permalink / raw)
  To: Lucas Meneghel Rodrigues; +Cc: kvm, avi

On Mon, May 14, 2012 at 02:20:57PM -0300, Lucas Meneghel Rodrigues wrote:
> 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 <lmr@redhat.com>
> ---
>  x86/unittests.cfg |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-16 21:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 17:20 [PATCH] kvm-unit-tests - unittests.cfg: Make extra_params specification uniform Lucas Meneghel Rodrigues
2012-05-16 21:23 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox