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

2021-09-08 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 | 84

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

2021-07-14 Thread William Douglas
Add functionality to allow libvirt console to connect to the cloud-hypervisor created PTY associated with a VM. This will need to be run once the VM is created by cloud-hypervisor. Signed-off-by: William Douglas --- src/ch/ch_process.c | 64 + 1 file