From: Markus Armbruster Date: Mon, 25 Jan 2010 13:23:01 +0000 (+0100) Subject: monitor: Document argument type 'M' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9fec543fa69b03b82b5ffe4d1bf280701efaad1e;p=qemu.git monitor: Document argument type 'M' Was forgotten in commit b6e098d7. Signed-off-by: Markus Armbruster Signed-off-by: Anthony Liguori --- diff --git a/monitor.c b/monitor.c index fb7c57231a..381f348562 100644 --- a/monitor.c +++ b/monitor.c @@ -68,6 +68,8 @@ * 's' string (accept optional quote) * 'i' 32 bit integer * 'l' target long (32 or 64 bit) + * 'M' just like 'l', except in user mode the value is + * multiplied by 2^20 (think Mebibyte) * '/' optional gdb-like print format (like "/10x") * * '?' optional type (for all types, except '/')