]> Git Repo - qemu.git/commit
cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"
authorPhilippe Mathieu-Daudé <[email protected]>
Tue, 3 Sep 2019 12:05:55 +0000 (14:05 +0200)
committerLaurent Vivier <[email protected]>
Thu, 19 Sep 2019 09:57:34 +0000 (11:57 +0200)
commit31e404151bddbfd7215e471b5822ea2e96024e02
treef04d3747f1e342dd4ab96f695c51004be039537f
parentf75ca627234bbe69d0540dfceba35228d4eadacd
cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"

"qemu/cutils.h" contains various qemu_strtosz_*() functions
useful to convert strings to size. It seems natural to have
the opposite usage (from size to string) there too.

The function definition is already in util/cutils.c.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: John Snow <[email protected]>
Reviewed-by: Peter Xu <[email protected]>
Message-Id: <20190903120555[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
block/qapi.c
include/qemu-common.h
include/qemu/cutils.h
qapi/string-output-visitor.c
This page took 0.026878 seconds and 4 git commands to generate.