qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT fb46660] monitor: Update supported types document


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT fb46660] monitor: Update supported types documentation
Date: Fri, 04 Sep 2009 14:44:06 -0000

From: Luiz Capitulino <address@hidden>

Signed-off-by: Luiz Capitulino <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

diff --git a/monitor.c b/monitor.c
index 5322bc8..f5f4d0e 100644
--- a/monitor.c
+++ b/monitor.c
@@ -61,7 +61,9 @@
  * 'l'          target long (32 or 64 bit)
  * '/'          optional gdb-like print format (like "/10x")
  *
- * '?'          optional type (for 'F', 's' and 'i')
+ * '?'          optional type (for all types, except '/')
+ * '.'          other form of optional type (for 'i' and 'l')
+ * '-'          optional parameter (eg. '-f')
  *
  */
 




reply via email to

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