qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH for-1.4 6/7] doc help: A few options are under inapp


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH for-1.4 6/7] doc help: A few options are under inappropriate headings, fix
Date: Wed, 13 Feb 2013 19:49:42 +0100

--device is under heading "USB options".  --name and --uuid are under
"Virtual File system pass-through options".  Move all three to
"Standard options".

Signed-off-by: Markus Armbruster <address@hidden>
---
 qemu-options.hx | 80 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 39 insertions(+), 41 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 071b1b3..a252908 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -535,6 +535,45 @@ Enable virtio balloon device (default), optionally with 
PCI address
 @var{addr}.
 ETEXI
 
+DEF("device", HAS_ARG, QEMU_OPTION_device,
+    "-device driver[,prop[=value][,...]]\n"
+    "                add device (based on driver)\n"
+    "                prop=value,... sets driver properties\n"
+    "                use '-device help' to print all possible drivers\n"
+    "                use '-device driver,help' to print all possible 
properties\n",
+    QEMU_ARCH_ALL)
+STEXI
address@hidden -device @var{driver}[,@address@hidden,...]]
address@hidden -device
+Add device @var{driver}.  @address@hidden sets driver
+properties.  Valid properties depend on the driver.  To get help on
+possible drivers and properties, use @code{-device help} and
address@hidden @var{driver},help}.
+ETEXI
+
+DEF("name", HAS_ARG, QEMU_OPTION_name,
+    "-name string1[,process=string2]\n"
+    "                set the name of the guest\n"
+    "                string1 sets the window title and string2 the process 
name (on Linux)\n",
+    QEMU_ARCH_ALL)
+STEXI
address@hidden -name @var{name}
address@hidden -name
+Sets the @var{name} of the guest.
+This name will be displayed in the SDL window caption.
+The @var{name} will also be used for the VNC server.
+Also optionally set the top visible process name in Linux.
+ETEXI
+
+DEF("uuid", HAS_ARG, QEMU_OPTION_uuid,
+    "-uuid %08x-%04x-%04x-%04x-%012x\n"
+    "                specify machine UUID\n", QEMU_ARCH_ALL)
+STEXI
address@hidden -uuid @var{uuid}
address@hidden -uuid
+Set system UUID.
+ETEXI
+
 STEXI
 @end table
 ETEXI
@@ -599,22 +638,6 @@ Network adapter that supports CDC ethernet and RNDIS 
protocols.
 @end table
 ETEXI
 
-DEF("device", HAS_ARG, QEMU_OPTION_device,
-    "-device driver[,prop[=value][,...]]\n"
-    "                add device (based on driver)\n"
-    "                prop=value,... sets driver properties\n"
-    "                use '-device help' to print all possible drivers\n"
-    "                use '-device driver,help' to print all possible 
properties\n",
-    QEMU_ARCH_ALL)
-STEXI
address@hidden -device @var{driver}[,@address@hidden,...]]
address@hidden -device
-Add device @var{driver}.  @address@hidden sets driver
-properties.  Valid properties depend on the driver.  To get help on
-possible drivers and properties, use @code{-device help} and
address@hidden @var{driver},help}.
-ETEXI
-
 STEXI
 @end table
 ETEXI
@@ -758,31 +781,6 @@ STEXI
 Create synthetic file system image
 ETEXI
 
-DEFHEADING()
-
-DEF("name", HAS_ARG, QEMU_OPTION_name,
-    "-name string1[,process=string2]\n"
-    "                set the name of the guest\n"
-    "                string1 sets the window title and string2 the process 
name (on Linux)\n",
-    QEMU_ARCH_ALL)
-STEXI
address@hidden -name @var{name}
address@hidden -name
-Sets the @var{name} of the guest.
-This name will be displayed in the SDL window caption.
-The @var{name} will also be used for the VNC server.
-Also optionally set the top visible process name in Linux.
-ETEXI
-
-DEF("uuid", HAS_ARG, QEMU_OPTION_uuid,
-    "-uuid %08x-%04x-%04x-%04x-%012x\n"
-    "                specify machine UUID\n", QEMU_ARCH_ALL)
-STEXI
address@hidden -uuid @var{uuid}
address@hidden -uuid
-Set system UUID.
-ETEXI
-
 STEXI
 @end table
 ETEXI
-- 
1.7.11.7




reply via email to

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