Am 08.10.2010 17:48, schrieb Stefan Hajnoczi: > From: Anthony Liguori <aligu...@us.ibm.com> > > This common function converts byte counts to human-readable strings with > proper units. > > Signed-off-by: Anthony Liguori <aligu...@us.ibm.com> > Signed-off-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>
I wonder how many similar implementations we have in the tree. I know at least of cvtstr() in cmd.c, which is used by qemu-io, but I would be surprised if it was the only one. Adding such a function to cutils.c sounds like a good idea, but we should probably try to change everything to use this common function. Kevin