Re: [Qemu-devel] [PATCH 1/4] cutils: Add qemu_strtol() wrapper

2015-07-08 Thread Paolo Bonzini
On 08/07/2015 03:09, Carlos L. Torres wrote: > From: "Carlos L. Torres" > > Add wrapper for strtol() function. Include unit tests. > > Signed-off-by: Carlos L. Torres Very thorough work, just a couple comments below. > --- > include/qemu-common.h | 2 + > tests/test-cutils.c | 292 > +

[Qemu-devel] [PATCH 1/4] cutils: Add qemu_strtol() wrapper

2015-07-08 Thread Carlos L. Torres
From: "Carlos L. Torres" Add wrapper for strtol() function. Include unit tests. Signed-off-by: Carlos L. Torres --- include/qemu-common.h | 2 + tests/test-cutils.c | 292 ++ util/cutils.c | 58 ++ 3 files changed, 352 insert