Re: [Qemu-devel] [RFC PATCH 02/56] qdict: New helpers to put and get unsigned integers

2017-08-22 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > Is this based on > https://lists.gnu.org/archive/html/qemu-devel/2017-06/msg01894.html ? I guess not, because I forgot it exists. > If so, you should probably keep me signed-off. I'll replace my patch by yours. > My patch had also a test :) Always welcome.

Re: [Qemu-devel] [RFC PATCH 02/56] qdict: New helpers to put and get unsigned integers

2017-08-22 Thread Marc-André Lureau
Hi Is this based on https://lists.gnu.org/archive/html/qemu-devel/2017-06/msg01894.html ? If so, you should probably keep me signed-off. My patch had also a test :) - Original Message - > Signed-off-by: Markus Armbruster > --- > include/qapi/qmp/qdict.h | 5 + > qobject/qdict.c

[Qemu-devel] [RFC PATCH 02/56] qdict: New helpers to put and get unsigned integers

2017-08-07 Thread Markus Armbruster
Signed-off-by: Markus Armbruster --- include/qapi/qmp/qdict.h | 5 + qobject/qdict.c | 43 --- 2 files changed, 41 insertions(+), 7 deletions(-) diff --git a/include/qapi/qmp/qdict.h b/include/qapi/qmp/qdict.h index 363e431..3b52481 100644 --