]> git.proxmox.com Git - qemu.git/commit
cutils: change strtosz_suffix_unit function
authorliguang <lig.fnst@cn.fujitsu.com>
Mon, 17 Dec 2012 01:49:22 +0000 (09:49 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 2 Jan 2013 15:08:54 +0000 (16:08 +0100)
commit37edbf7ea8067262a5c3d8bbe4786139348c8311
treef89f902195df28d1c86127a3bbcdbccffee9c18c
parent9e72c45033770b81b536ac6091e91807247cc25a
cutils: change strtosz_suffix_unit function

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 <lig.fnst@cn.fujitsu.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
cutils.c