Re: [Qemu-devel] [PATCH 09/17] qnum: fix get_int() with values > INT64_MAX

2017-05-16 Thread Markus Armbruster
Marc-André Lureau writes: > Now that the visitor has been switch to use qnum_uint, fix the bad > get_int() to use get_uint() instead. Remove compatibility code. > > Signed-off-by: Marc-André Lureau > --- > hw/i386/acpi-build.c | 2 +- >

[Qemu-devel] [PATCH 09/17] qnum: fix get_int() with values > INT64_MAX

2017-05-09 Thread Marc-André Lureau
Now that the visitor has been switch to use qnum_uint, fix the bad get_int() to use get_uint() instead. Remove compatibility code. Signed-off-by: Marc-André Lureau --- hw/i386/acpi-build.c | 2 +- qobject/qnum.c | 4 ++-- tests/check-qnum.c | 9 - 3