qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/5] Introduce strtobytes and make use of it


From: Jes . Sorensen
Subject: [Qemu-devel] [PATCH v2 0/5] Introduce strtobytes and make use of it
Date: Thu, 16 Sep 2010 16:52:24 +0200

From: Jes Sorensen <address@hidden>

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.

New in v2 I changed it to use strtod() instead, losely based on
Paolo's suggestion, plus fixed a typo as pointed out by Chris Krumme.
Only patches 2 and 3 have changed.
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        |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 migration.c     |    4 +-
 monitor.c       |   44 +++++++++++++++++++++++++++---------------
 qemu-common.h   |    1 +
 qemu-monitor.hx |    2 +-
 vl.c            |   26 ++++++------------------
 6 files changed, 96 insertions(+), 38 deletions(-)

-- 
1.7.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]