Re: [Qemu-devel] [PATCH v2 2/7] cutils: Add bytes_to_str() to format byte values

2010-10-13 Thread Markus Armbruster
Stefan Hajnoczi writes: > From: Anthony Liguori > > This common function converts byte counts to human-readable strings with > proper units. > > Signed-off-by: Anthony Liguori > Signed-off-by: Stefan Hajnoczi > --- > cutils.c | 15 +++ > qemu-common.h |1 + > 2 files ch

Re: [Qemu-devel] [PATCH v2 2/7] cutils: Add bytes_to_str() to format byte values

2010-10-13 Thread Stefan Hajnoczi
On Wed, Oct 13, 2010 at 11:28:42AM +0200, Kevin Wolf wrote: > Am 13.10.2010 11:15, schrieb Markus Armbruster: > > Stefan Hajnoczi writes: > > > >> From: Anthony Liguori > >> > >> This common function converts byte counts to human-readable strings with > >> proper units. > >> > >> Signed-off-by:

Re: [Qemu-devel] [PATCH v2 2/7] cutils: Add bytes_to_str() to format byte values

2010-10-13 Thread Kevin Wolf
Am 13.10.2010 11:15, schrieb Markus Armbruster: > Stefan Hajnoczi writes: > >> From: Anthony Liguori >> >> This common function converts byte counts to human-readable strings with >> proper units. >> >> Signed-off-by: Anthony Liguori >> Signed-off-by: Stefan Hajnoczi >> --- >> cutils.c |

[Qemu-devel] [PATCH v2 2/7] cutils: Add bytes_to_str() to format byte values

2010-10-08 Thread Stefan Hajnoczi
From: Anthony Liguori This common function converts byte counts to human-readable strings with proper units. Signed-off-by: Anthony Liguori Signed-off-by: Stefan Hajnoczi --- cutils.c | 15 +++ qemu-common.h |1 + 2 files changed, 16 insertions(+), 0 deletions(-) diff