]> git.proxmox.com Git - qemu.git/commit - migration.c
Switch migrate_set_speed() to take an 'o' argument rather than a float.
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 21 Oct 2010 15:15:48 +0000 (17:15 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 3 Nov 2010 17:48:09 +0000 (12:48 -0500)
commited3d4a8075ac6f2437e100bc063bad82ff3a8671
tree5121177630def6c89c41bbbe0a8977ebf970a8e3
parentdbc0c67faff9f44ff6917eb4157a9c471902a453
Switch migrate_set_speed() to take an 'o' argument rather than a float.

Clarify default value of MB in migration speed argument in monitor, if
no suffix is specified. This differ from previous default of bytes,
but is consistent with the rest of the places where we accept a size
argument.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hmp-commands.hx
migration.c