[SerialICE] r72 - trunk/qemu-0.11.0

svn at coresystems.de svn at coresystems.de
Thu Nov 26 16:52:41 CET 2009


Author: stepan
Date: 2009-11-26 16:52:41 +0100 (Thu, 26 Nov 2009)
New Revision: 72

Modified:
   trunk/qemu-0.11.0/qemu-options.hx
Log:
fix warning while building documentation and put -serialice into "Debug/Expert
Options"
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/qemu-0.11.0/qemu-options.hx
===================================================================
--- trunk/qemu-0.11.0/qemu-options.hx	2009-11-26 15:51:48 UTC (rev 71)
+++ trunk/qemu-0.11.0/qemu-options.hx	2009-11-26 15:52:41 UTC (rev 72)
@@ -1644,7 +1644,16 @@
 to the specified user.
 ETEXI
 
+#ifdef CONFIG_SERIALICE
+DEF("serialice", HAS_ARG, QEMU_OPTION_serialice, \
+    "-serialice dev  Enable SerialICE debugging on serial device 'dev'\n")
+#endif
 STEXI
+ at item -serialice @var{dev}
+Enable SerialICE debugging on serial device @var{dev}.
+ETEXI
+
+STEXI
 @end table
 ETEXI
 
@@ -1661,14 +1670,3 @@
 DEF("old-param", 0, QEMU_OPTION_old_param,
     "-old-param      old param mode\n")
 #endif
-
-#ifdef CONFIG_SERIALICE
-DEF("serialice", HAS_ARG, QEMU_OPTION_serialice,
-    "-serialice dev  Enable SerialICE debugging on serial device 'dev'\n")
-STEXI
- at item -serialice @var{dev}
-Enable SerialICE debugging on serial device @var{dev}.
-ETEXI
-#endif
-
-




More information about the SerialICE mailing list