[libvirt] [PATCH v2 04/17] qemu: assume 'info chardev' is always available

2015-11-09 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 | 204

Re: [libvirt] [PATCH v2 04/17] qemu: assume 'info chardev' is always available

2015-11-09 Thread John Ferlan
On 11/09/2015 11:24 AM, 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 >