From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: kvm@vger.kernel.org
Cc: avi@redhat.com, Lucas Meneghel Rodrigues <lmr@redhat.com>
Subject: [PATCH] kvm-unit-tests - unittests.cfg: Make extra_params specification uniform
Date: Mon, 14 May 2012 14:20:57 -0300 [thread overview]
Message-ID: <1337016057-9510-1-git-send-email-lmr@redhat.com> (raw)
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
next reply other threads:[~2012-05-14 17:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-14 17:20 Lucas Meneghel Rodrigues [this message]
2012-05-16 21:23 ` [PATCH] kvm-unit-tests - unittests.cfg: Make extra_params specification uniform Marcelo Tosatti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1337016057-9510-1-git-send-email-lmr@redhat.com \
--to=lmr@redhat.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox