monitor: New argument type 'b'
authorMarkus Armbruster <armbru@redhat.com>
Mon, 25 Jan 2010 13:23:03 +0000 (14:23 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 3 Feb 2010 18:36:26 +0000 (12:36 -0600)
commit01500b5873ef998b043605db11f2d8e98553779c
tree8ce560684a94f403abc422356c2206cbdb5e2cab
parent8a93bf5f0245bf01c75c25a7c2f4e2cdf19cae3b
monitor: New argument type 'b'

This is a double value with optional suffixes G, g, M, m, K, k.  We'll
need this to get migrate_set_speed() QMP-ready.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
monitor.c