qemu-devel
[Top][All Lists]
Advanced

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

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


From: Jes . Sorensen
Subject: [Qemu-devel] [PATCH 0/5] Introduce strtobytes and make use of it
Date: Wed, 15 Sep 2010 14:23:55 +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.

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




reply via email to

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