Re: [Spice-devel] [PATCH spice-gtk v3] glib: add SpiceQmpPort helper

2018-09-27 Thread Marc-André Lureau
Hi On Thu, Sep 27, 2018 at 12:26 PM Javier Celaya wrote: > El vie, 21-09-2018 a las 14:34 +0400, marcandre.lur...@redhat.com > escribió: > > From: Marc-André Lureau > > > Add a few helper functions to deal with a QMP port channel, in order > > to ease json handling, and wrapping a few commands.

Re: [Spice-devel] [PATCH spice-gtk v3] glib: add SpiceQmpPort helper

2018-09-27 Thread Javier Celaya
El vie, 21-09-2018 a las 14:34 +0400, marcandre.lur...@redhat.com escribió: > From: Marc-André Lureau > Add a few helper functions to deal with a QMP port channel, in > orderto ease json handling, and wrapping a few commands. > (by convention, the port should have the > name"org.qemu.monitor.qmp.0

Re: [Spice-devel] [PATCH spice-gtk v3] glib: add SpiceQmpPort helper

2018-09-21 Thread Victor Toso
On Fri, Sep 21, 2018 at 02:34:58PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Add a few helper functions to deal with a QMP port channel, in order > to ease json handling, and wrapping a few commands. > > (by convention, the port should have the name > "org.qemu.moni

[Spice-devel] [PATCH spice-gtk v3] glib: add SpiceQmpPort helper

2018-09-21 Thread marcandre . lureau
From: Marc-André Lureau Add a few helper functions to deal with a QMP port channel, in order to ease json handling, and wrapping a few commands. (by convention, the port should have the name "org.qemu.monitor.qmp.0", but it's not strictly required) This helper is put into use in the virt-viewer