From: Jes Sorensen <jes.soren...@redhat.com> This patch introduces cutils.c: strtobytes() and gets rid of the multiple custom hacks for parsing byte sizes. In addition it add supports for specifying human style sizes such as 1.5G. Last it eliminates the horrible abuse of a float to store the byte size for migrate_set_speed in the monitor.
Jes Jes Sorensen (5): Introduce strtobytes() library function to convert string to byte count. Support human unit formats in strtobytes, eg. 1.0G Add support for 'o' octet (bytes) format as monitor parameter. Switch migrate_set_speed() to take an 'o' argument rather than a float. Remove obsolete 'f' double parameter type cutils.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ migration.c | 4 +- monitor.c | 44 ++++++++++++++++++++++++------------- qemu-common.h | 1 + qemu-monitor.hx | 2 +- vl.c | 26 ++++++---------------- 6 files changed, 103 insertions(+), 38 deletions(-) -- 1.7.2.2