Re: [Qemu-devel] [PATCH 2/5] Support human unit formats in strtobytes, eg. 1.0G

2010-09-28 Thread Markus Armbruster
jes.soren...@redhat.com writes: > From: Jes Sorensen > > Signed-off-by: Jes Sorensen > --- > cutils.c | 34 ++ > 1 files changed, 26 insertions(+), 8 deletions(-) > > diff --git a/cutils.c b/cutils.c > index dabbed4..67767a9 100644 > --- a/cutils.c > +++ b/cuti

[Qemu-devel] [PATCH 2/5] Support human unit formats in strtobytes, eg. 1.0G

2010-09-16 Thread Jes . Sorensen
From: Jes Sorensen Signed-off-by: Jes Sorensen --- cutils.c | 34 ++ 1 files changed, 26 insertions(+), 8 deletions(-) diff --git a/cutils.c b/cutils.c index dabbed4..67767a9 100644 --- a/cutils.c +++ b/cutils.c @@ -259,34 +259,52 @@ int fcntl_setfl(int fd, in

[Qemu-devel] [PATCH 2/5] Support human unit formats in strtobytes, eg. 1.0G

2010-09-15 Thread Jes . Sorensen
From: Jes Sorensen Signed-off-by: Jes Sorensen --- cutils.c | 27 ++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/cutils.c b/cutils.c index a3087fe..d34ed08 100644 --- a/cutils.c +++ b/cutils.c @@ -259,16 +259,38 @@ int fcntl_setfl(int fd, int flag)