
9 Nov
2015
9 Nov
'15
11:23 p.m.
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 <berrange@redhat.com> --- src/qemu/qemu_process.c | 204 +----------------------------------------------- 1 file changed, 3 insertions(+), 201 deletions(-)
After this patch no one calls virQEMUCapsUsedQMP, although there are places where [!]usedQMP is still checked. I could be removed... John