]> git.proxmox.com Git - mirror_qemu.git/commit
cutils: Add qemu_strtoull() wrapper
authorCarlos L. Torres <carlos.torres@rackspace.com>
Sun, 19 Jul 2015 23:02:20 +0000 (18:02 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Sep 2015 13:34:54 +0000 (15:34 +0200)
commit3904e6bf042391abc749d717465022e96e276fc7
treed405fac7b50d5b4a6c69b74ad873f8f11816eda3
parent8ac4df40cc5de606a8ac9174e2340c21093b4e3b
cutils: Add qemu_strtoull() wrapper

Add wrapper for strtoull() function. Include unit tests.

Signed-off-by: Carlos L. Torres <carlos.torres@rackspace.com>
Message-Id: <e0f0f611c9a81f3c29f451d0b17d755dfab1e90a.1437346779.git.carlos.torres@rackspace.com>
[Use uint64_t in prototype. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu-common.h
tests/test-cutils.c
util/cutils.c