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 ++
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
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! "
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