mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-09 08:17:53 -06:00
monitor: Document argument type 'M'
Was forgotten in commit b6e098d7
.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
9da92c4944
commit
9fec543fa6
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@
|
||||||
* 's' string (accept optional quote)
|
* 's' string (accept optional quote)
|
||||||
* 'i' 32 bit integer
|
* 'i' 32 bit integer
|
||||||
* 'l' target long (32 or 64 bit)
|
* '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 gdb-like print format (like "/10x")
|
||||||
*
|
*
|
||||||
* '?' optional type (for all types, except '/')
|
* '?' optional type (for all types, except '/')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue