Re: [libvirt] [PATCHv2 08/11] qemu_capabilities: QMPCommandPtr without maintaining shadow qmperr

2018-07-13 Thread Jiri Denemark
On Mon, Jul 09, 2018 at 22:56:52 -0500, Chris Venteicher wrote: > Previously QMPCommandPtr (handle for issuing QMP commands) required an > external char * qmperr to persist over the lifespan of QMPCommand to > expose a QMP error string outside of QMPCommand. > > Before this change, an external

[libvirt] [PATCHv2 08/11] qemu_capabilities: QMPCommandPtr without maintaining shadow qmperr

2018-07-09 Thread Chris Venteicher
Previously QMPCommandPtr (handle for issuing QMP commands) required an external char * qmperr to persist over the lifespan of QMPCommand to expose a QMP error string outside of QMPCommand. Before this change, an external char *qmperr had to be maintained between calls to