Re: [Qemu-devel] [RFC v3 06/27] qjson: add "opaque" field to JSONMessageParser
On Mon, 11/06 17:46, Peter Xu wrote: > It'll be passed to emit() as well when it happens. Since at it, add a > typedef for the emitter function. > > Signed-off-by: Peter Xu Reviewed-by: Fam Zheng
[Qemu-devel] [RFC v3 06/27] qjson: add "opaque" field to JSONMessageParser
It'll be passed to emit() as well when it happens. Since at it, add a typedef for the emitter function. Signed-off-by: Peter Xu --- include/qapi/qmp/json-streamer.h | 10 -- monitor.c| 7 --- qga/main.c | 5 +++-- qobject/json-streamer