]> git.proxmox.com Git - qemu.git/commit
monitor: Introduce 'M' argument type
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 18 Dec 2009 15:25:04 +0000 (13:25 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 19 Dec 2009 14:26:28 +0000 (08:26 -0600)
commit31d85f6a6b0f10ac71985c013e6bdfa1048f88f8
treee464d6b0cb54b5c81d6149c3004f8c1687094736
parent9c49a2533ce75063743ecf9cc2ddb96110c20f0a
monitor: Introduce 'M' argument type

This is a target long value in megabytes which should be
converted to bytes.

It will be used by handlers which accept a megabyte value
when in "user mode".

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 7cfe34fe4e3b518485c15aa9a78b4cf9cbd11a4d)
monitor.c