Re: [Qemu-devel] [PATCH RFC 1/4] get rid of signed range

2014-06-16 Thread Michael S. Tsirkin
On Sat, Jun 14, 2014 at 12:48:56PM +0800, Hu Tao wrote: > Signed-off-by: Hu Tao Breaks build with glib < 2.28. Replaced free_full with foreach + free. > --- > include/qemu/range.h | 144 > - > qapi/string-input-visitor.c| 116 ++

Re: [Qemu-devel] [PATCH RFC 1/4] get rid of signed range

2014-06-16 Thread Hu Tao
On Sun, Jun 15, 2014 at 12:00:55PM +0300, Michael S. Tsirkin wrote: > On Sat, Jun 14, 2014 at 12:48:56PM +0800, Hu Tao wrote: > > Signed-off-by: Hu Tao > > This also fixed make check failures that I was seeing on 32 bit systems. > Applied, but I split this patch up and applied as fixup > to the o

Re: [Qemu-devel] [PATCH RFC 1/4] get rid of signed range

2014-06-15 Thread Michael S. Tsirkin
On Sat, Jun 14, 2014 at 12:48:56PM +0800, Hu Tao wrote: > Signed-off-by: Hu Tao This also fixed make check failures that I was seeing on 32 bit systems. Applied, but I split this patch up and applied as fixup to the original. In the future you can request such fixes by making subject be "fixup! "

[Qemu-devel] [PATCH RFC 1/4] get rid of signed range

2014-06-13 Thread Hu Tao
Signed-off-by: Hu Tao --- include/qemu/range.h | 144 - qapi/string-input-visitor.c| 116 +- qapi/string-output-visitor.c | 97 + tests/test-string-input-visitor.c | 4 +- tests