[libvirt PATCH 1/2] ch: drop the check to have a single console/serial

2022-07-29 Thread Praveen K Paladugu
Starting with version 18.0, cloud-hypervisor supports a console and a serial device in parallel. https://github.com/cloud-hypervisor/cloud-hypervisor/issues/3012 Signed-off-by: Praveen K Paladugu --- src/ch/ch_domain.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/s

Re: [libvirt PATCH 1/2] ch: drop the check to have a single console/serial

2022-08-01 Thread Peter Krempa
On Fri, Jul 29, 2022 at 20:36:56 +, Praveen K Paladugu wrote: > Starting with version 18.0, cloud-hypervisor supports a console > and a serial device in parallel. > https://github.com/cloud-hypervisor/cloud-hypervisor/issues/3012 > > Signed-off-by: Praveen K Paladugu > --- > src/ch/ch_domain