qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Add documentation of CPU flags for -cpu option


From: Alex Bligh
Subject: [Qemu-devel] [PATCH] Add documentation of CPU flags for -cpu option
Date: Tue, 28 Apr 2015 22:26:11 +0100

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 <address@hidden>
---
 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
address@hidden -cpu @var{model}
address@hidden -cpu @var{model}[,[+|address@hidden,...]]
 @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 via email to

[Prev in Thread] Current Thread [Next in Thread]