]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
monitor: New argument type 'T'
authorMarkus Armbruster <armbru@redhat.com>
Mon, 25 Jan 2010 13:23:06 +0000 (14:23 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 3 Feb 2010 18:36:26 +0000 (12:36 -0600)
commitfccfb11e0d24ece016825ae064230a2a05d23ed8
tree8653df36806b46e2bcba38bdfb205dc82de6d5b7
parent5fd9083cd8753be3a0bb9d772efdf1d7aa71c59c
monitor: New argument type 'T'

This is a double value with optional suffixes ms, us, ns.  We'll need
this to get migrate_set_downtime() QMP-ready.

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