qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 24/29] monitor: Update supported types documentation


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH 24/29] monitor: Update supported types documentation
Date: Fri, 28 Aug 2009 15:27:27 -0300

Signed-off-by: Luiz Capitulino <address@hidden>
---
 monitor.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/monitor.c b/monitor.c
index 5e0abd0..a242b4b 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')
  *
  */
 
-- 
1.6.4.1.184.g2e117





reply via email to

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