mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-02 23:23:49 +00:00
Add a test that supports configuring serial and console as TTY mode at the same time. With this configuration, the VM can set up a legacy serial device as an early printk console device, and then change to a virito console device after the virito console device is initialized. In this case, we can capture the logs printed by legacy serial on early boot, and later by the virtio console. Signed-off-by: Yong He <alexyonghe@tencent.com>