On 2/14/20 1:51 PM, Daniel P. Berrangé wrote:
Libvirt has never configured the QEMU agent to support
running on a PTY implicitly. In theory an end user may
have written such an XML config, but this is reasonably
unlikely since when a bare <channel> is provided, libvirt
will auto-expand it to a UNIX socket backend.
With this change a user who has use the PTY backend will
have to switch to the UNIX backend if they wish to use
libvirt APIs for interacting with the agent. This will
not have guest ABI impact.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/qemu/qemu_agent.c | 36 ++----------------------------------
1 file changed, 2 insertions(+), 34 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal