Re: [Qemu-devel] [PATCH v3 1/2] cutils:change strtosz_suffix_unit function

2012-12-18 Thread Stefan Hajnoczi
On Mon, Dec 17, 2012 at 09:49:22AM +0800, liguang wrote: > if value to be translated is larger than INT64_MAX, > this function will not be convenient for caller to > be aware of it, so change a little for this. > > Signed-off-by: liguang > --- > cutils.c |6 -- > 1 files changed, 4 inser

[Qemu-devel] [PATCH v3 1/2] cutils:change strtosz_suffix_unit function

2012-12-16 Thread liguang
if value to be translated is larger than INT64_MAX, this function will not be convenient for caller to be aware of it, so change a little for this. Signed-off-by: liguang --- cutils.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cutils.c b/cutils.c index 4f0692f.