Re: [libvirt] [PATCH 4/7] qemu: assume 'info chardev' is always available

2015-11-06 Thread Daniel P. Berrange
On Thu, Nov 05, 2015 at 03:18:12PM -0500, John Ferlan wrote: > > > On 11/05/2015 12:33 PM, Daniel P. Berrange wrote: > > As of QEMU 0.11.0 the 'info chardev' monitor command can be > > used to report on allocated chardev paths, so we can drop > > support for parsing QEMU stderr to locate the PTY

[libvirt] [PATCH 4/7] qemu: assume 'info chardev' is always available

2015-11-05 Thread Daniel P. Berrange
As of QEMU 0.11.0 the 'info chardev' monitor command can be used to report on allocated chardev paths, so we can drop support for parsing QEMU stderr to locate the PTY paths. Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_process.c | 193

Re: [libvirt] [PATCH 4/7] qemu: assume 'info chardev' is always available

2015-11-05 Thread John Ferlan
On 11/05/2015 12:33 PM, Daniel P. Berrange wrote: > As of QEMU 0.11.0 the 'info chardev' monitor command can be > used to report on allocated chardev paths, so we can drop > support for parsing QEMU stderr to locate the PTY paths. > > Signed-off-by: Daniel P. Berrange >

Re: [libvirt] [PATCH 4/7] qemu: assume 'info chardev' is always available

2015-11-05 Thread John Ferlan
On 11/05/2015 12:33 PM, Daniel P. Berrange wrote: > As of QEMU 0.11.0 the 'info chardev' monitor command can be > used to report on allocated chardev paths, so we can drop > support for parsing QEMU stderr to locate the PTY paths. > > Signed-off-by: Daniel P. Berrange >