Re: [Qemu-devel] [PATCH v4 10/10] qmp: common 'id' handling & make QGA conform to QMP spec

2018-10-08 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > On Sat, Sep 1, 2018 at 4:06 PM Marc-André Lureau > wrote: >> >> On Sat, Sep 1, 2018 at 12:59 PM, Markus Armbruster wrote: >> > Marc-André Lureau writes: >> > >> >> Let qmp_dispatch() copy the 'id' field. That way any qmp client will >> >> conform to the speci

Re: [Qemu-devel] [PATCH v4 10/10] qmp: common 'id' handling & make QGA conform to QMP spec

2018-10-02 Thread Marc-André Lureau
Hi On Sat, Sep 1, 2018 at 4:06 PM Marc-André Lureau wrote: > > On Sat, Sep 1, 2018 at 12:59 PM, Markus Armbruster wrote: > > Marc-André Lureau writes: > > > >> Let qmp_dispatch() copy the 'id' field. That way any qmp client will > >> conform to the specification, including QGA. Furthermore, it

Re: [Qemu-devel] [PATCH v4 10/10] qmp: common 'id' handling & make QGA conform to QMP spec

2018-09-02 Thread Markus Armbruster
Marc-André Lureau writes: > On Sat, Sep 1, 2018 at 12:59 PM, Markus Armbruster wrote: >> Marc-André Lureau writes: >> >>> Let qmp_dispatch() copy the 'id' field. That way any qmp client will >>> conform to the specification, including QGA. Furthermore, it >>> simplifies the work for qemu monito

Re: [Qemu-devel] [PATCH v4 10/10] qmp: common 'id' handling & make QGA conform to QMP spec

2018-09-01 Thread Marc-André Lureau
On Sat, Sep 1, 2018 at 12:59 PM, Markus Armbruster wrote: > Marc-André Lureau writes: > >> Let qmp_dispatch() copy the 'id' field. That way any qmp client will >> conform to the specification, including QGA. Furthermore, it >> simplifies the work for qemu monitor. >> >> Signed-off-by: Marc-André

Re: [Qemu-devel] [PATCH v4 10/10] qmp: common 'id' handling & make QGA conform to QMP spec

2018-09-01 Thread Markus Armbruster
Marc-André Lureau writes: > Let qmp_dispatch() copy the 'id' field. That way any qmp client will > conform to the specification, including QGA. Furthermore, it > simplifies the work for qemu monitor. > > Signed-off-by: Marc-André Lureau > Reviewed-by: Markus Armbruster > Reviewed-by: Michael Ro

[Qemu-devel] [PATCH v4 10/10] qmp: common 'id' handling & make QGA conform to QMP spec

2018-08-29 Thread Marc-André Lureau
Let qmp_dispatch() copy the 'id' field. That way any qmp client will conform to the specification, including QGA. Furthermore, it simplifies the work for qemu monitor. Signed-off-by: Marc-André Lureau Reviewed-by: Markus Armbruster Reviewed-by: Michael Roth --- monitor.c | 33 +++