* [Qemu-devel] [PATCH] Add documentation of CPU flags for -cpu option
@ 2015-04-28 21:26 Alex Bligh
0 siblings, 0 replies; only message in thread
From: Alex Bligh @ 2015-04-28 21:26 UTC (permalink / raw)
To: qemu-devel; +Cc: Alex Bligh
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-28 21:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 21:26 [Qemu-devel] [PATCH] Add documentation of CPU flags for -cpu option Alex Bligh
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).