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@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 +@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 -@item -serialice @var{dev} -Enable SerialICE debugging on serial device @var{dev}. -ETEXI -#endif - -