cutils: Add qemu_strtol() wrapper
authorCarlos L. Torres <carlos.torres@rackspace.com>
Sun, 19 Jul 2015 23:02:17 +0000 (18:02 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Sep 2015 13:34:54 +0000 (15:34 +0200)
commit764e0fa497ff5bbc9c9d7c116da2f00f34e71716
tree3cefe45e5dca9385edd29e6c7ee025631bb5a26b
parentd1142fb83efdcf8a6c2dee825569892203e16d2c
cutils: Add qemu_strtol() wrapper

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

Signed-off-by: Carlos L. Torres <carlos.torres@rackspace.com>
Message-Id: <07199f1c0ff3892790c6322123aee1e92f580550.1437346779.git.carlos.torres@rackspace.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu-common.h
tests/test-cutils.c
util/cutils.c