util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
authorMarkus Armbruster <armbru@redhat.com>
Tue, 21 Feb 2017 20:13:59 +0000 (21:13 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 23 Feb 2017 19:35:36 +0000 (20:35 +0100)
commite591591b323772eea733de6027f5e8b50692d0ff
tree1ced565e53764f93f0f4951e07be2ad4ff183b40
parentd2734d2629266006b0413433778474d5801c60be
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()

With qemu_strtosz(), no suffix means mebibytes.  It's used rarely.
I'm going to add a similar function where no suffix means bytes.
Rename qemu_strtosz() to qemu_strtosz_MiB() to make the name
qemu_strtosz() available for the new function.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1487708048-2131-16-git-send-email-armbru@redhat.com>
hmp.c
hw/misc/ivshmem.c
include/qemu/cutils.h
monitor.c
tests/test-cutils.c
util/cutils.c