Re: [libvirt] [PATCH 11/12] qemu: command: support -chardev for platform devices

2017-07-07 Thread Andrea Bolognani
On Mon, 2017-06-26 at 14:01 -0400, Cole Robinson wrote: > @@ -1877,8 +1877,8 @@ qemuProcessMonitorReportLogError(qemuMonitorPtr mon > ATTRIBUTE_UNUSED, >   >   >  static int > -qemuProcessLookupPTYs(virDomainDefPtr def, > -  virQEMUCapsPtr qemuCaps, > +qemuProcessLookupPTYs(vir

[libvirt] [PATCH 11/12] qemu: command: support -chardev for platform devices

2017-06-26 Thread Cole Robinson
Some qemu arch/machine types have built in platform devices that are always implicitly available. For platform serial devices, the current code assumes that only old style -serial config can be used for these devices. Apparently though since -chardev was introduced, we can use -chardev in these ca