Re: [Qemu-devel] [PATCH v2 1/4] qapi/qnull: Add own header

2017-06-23 Thread Max Reitz
On 2017-06-22 16:41, Markus Armbruster wrote: > Max Reitz writes: > >> On 2017-06-21 18:24, Markus Armbruster wrote: >>> Max Reitz writes: >>> Reviewed-by: Kevin Wolf Signed-off-by: Max Reitz --- include/qapi/qmp/qnull.h | 26 ++ include/qapi

Re: [Qemu-devel] [PATCH v2 1/4] qapi/qnull: Add own header

2017-06-22 Thread Markus Armbruster
Max Reitz writes: > On 2017-06-21 18:24, Markus Armbruster wrote: >> Max Reitz writes: >> >>> Reviewed-by: Kevin Wolf >>> Signed-off-by: Max Reitz >>> --- >>> include/qapi/qmp/qnull.h | 26 ++ >>> include/qapi/qmp/qobject.h | 8 >>> include/qapi/qmp/types.

Re: [Qemu-devel] [PATCH v2 1/4] qapi/qnull: Add own header

2017-06-21 Thread Max Reitz
On 2017-06-21 18:24, Markus Armbruster wrote: > Max Reitz writes: > >> Reviewed-by: Kevin Wolf >> Signed-off-by: Max Reitz >> --- >> include/qapi/qmp/qnull.h | 26 ++ >> include/qapi/qmp/qobject.h | 8 >> include/qapi/qmp/types.h | 1 + >> qobject/qnull.c

Re: [Qemu-devel] [PATCH v2 1/4] qapi/qnull: Add own header

2017-06-21 Thread Markus Armbruster
Max Reitz writes: > Reviewed-by: Kevin Wolf > Signed-off-by: Max Reitz > --- > include/qapi/qmp/qnull.h | 26 ++ > include/qapi/qmp/qobject.h | 8 > include/qapi/qmp/types.h | 1 + > qobject/qnull.c| 1 + > target/i386/cpu.c | 6 +--

[Qemu-devel] [PATCH v2 1/4] qapi/qnull: Add own header

2017-06-21 Thread Max Reitz
Reviewed-by: Kevin Wolf Signed-off-by: Max Reitz --- include/qapi/qmp/qnull.h | 26 ++ include/qapi/qmp/qobject.h | 8 include/qapi/qmp/types.h | 1 + qobject/qnull.c| 1 + target/i386/cpu.c | 6 +- tests/check-qnull.c| 2