]> git.ipfire.org Git - thirdparty/qemu.git/commit
cutils: Add qemu_strtoll() wrapper
authorCarlos L. Torres <carlos.torres@rackspace.com>
Sun, 19 Jul 2015 23:02:19 +0000 (18:02 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Sep 2015 13:34:54 +0000 (15:34 +0200)
commit8ac4df40cc5de606a8ac9174e2340c21093b4e3b
treedbc6bf4eb2de63a72b86be0872a5d3194734d7c5
parentc817c01548b1500753d0bea3852938d919161778
cutils: Add qemu_strtoll() wrapper

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

Signed-off-by: Carlos L. Torres <carlos.torres@rackspace.com>
Message-Id: <7454a6bb9ec03b629e8beb4f109dd30dc2c9804c.1437346779.git.carlos.torres@rackspace.com>
[Use int64_t in prototype, since that's what QEMU uses. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu-common.h
tests/test-cutils.c
util/cutils.c