From: Alex Bligh <alex@alex.org.uk>
To: qemu-devel@nongnu.org
Cc: Alex Bligh <alex@alex.org.uk>
Subject: [Qemu-devel] [PATCH] Add documentation of CPU flags for -cpu option
Date: Tue, 28 Apr 2015 22:26:11 +0100 [thread overview]
Message-ID: <1430256371-36371-1-git-send-email-alex@alex.org.uk> (raw)
The current documentation for -cpu merely refers the user to run
-cpu help, but whilst this lists the flags, it doesn't actually
say how to use them.
Signed-off-by: Alex Bligh <alex@alex.org.uk>
---
qemu-options.hx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qemu-options.hx b/qemu-options.hx
index 319d971..70e9b06 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -86,9 +86,9 @@ DEF("M", HAS_ARG, QEMU_OPTION_M, "", QEMU_ARCH_ALL)
DEF("cpu", HAS_ARG, QEMU_OPTION_cpu,
"-cpu cpu select CPU ('-cpu help' for list)\n", QEMU_ARCH_ALL)
STEXI
-@item -cpu @var{model}
+@item -cpu @var{model}[,[+|-]@var{flag}[,...]]
@findex -cpu
-Select CPU model (@code{-cpu help} for list and additional feature selection)
+Select CPU model (@code{-cpu help} for list and additional feature selection). Flags can be specified by appending a comma and a comma seperated list of flags, each preceded by '+' or '-' to the model.
ETEXI
DEF("smp", HAS_ARG, QEMU_OPTION_smp,
--
1.9.1
reply other threads:[~2015-04-28 21:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1430256371-36371-1-git-send-email-alex@alex.org.uk \
--to=alex@alex.org.uk \
--cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).