summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2009-08-28 15:27:27 -0300
committerAnthony Liguori <aliguori@us.ibm.com>2009-09-04 09:37:33 -0500
commitfb46660e98bfe239b374bcf336b96c95d16ea7e8 (patch)
tree343cf0066d0b282086b1725608430d90457b6507 /monitor.c
parent675ebef9e2801d4a61cbe1cbd54abe01a3b62122 (diff)
downloadqemu-fb46660e98bfe239b374bcf336b96c95d16ea7e8.tar.gz
monitor: Update supported types documentation
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c
index 5322bc8dc7..f5f4d0e084 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')
*
*/