Re: [PATCH 6/8] ch_process: Handle enabled console devices

2021-08-27 Thread Daniel P . Berrangé
On Thu, Aug 26, 2021 at 02:59:20PM -0700, William Douglas wrote: > Add functionality to allow libvirt console to connect to the > cloud-hypervisor created PTY associated with a VM by updating the > domain with console path information. This has to be run after the VM > is created by

[PATCH 6/8] ch_process: Handle enabled console devices

2021-08-26 Thread William Douglas
Add functionality to allow libvirt console to connect to the cloud-hypervisor created PTY associated with a VM by updating the domain with console path information. This has to be run after the VM is created by cloud-hypervisor. Signed-off-by: William Douglas --- src/ch/ch_process.c | 67