]> Git Repo - qemu.git/commitdiff
monitor: Update supported types documentation
authorLuiz Capitulino <[email protected]>
Fri, 28 Aug 2009 18:27:27 +0000 (15:27 -0300)
committerAnthony Liguori <[email protected]>
Fri, 4 Sep 2009 14:37:33 +0000 (09:37 -0500)
Signed-off-by: Luiz Capitulino <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
monitor.c

index 5322bc8dc7d7bcd5658b429ee1fb4f94b06e3f4a..f5f4d0e084c722e385f2bff2a388446d0c81973c 100644 (file)
--- 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')
  *
  */
 
This page took 0.030126 seconds and 4 git commands to generate.