cloud-hypervisor/vmm
Wei Liu a52b614a61 vmm: device_manager: console input should be only consumed by one device
Cloud Hypervisor allows either the serial or virtio console to output to
TTY, but TTY input is pushed to both.

This is not correct. When Linux guest is configured to spawn TTYs on
both ttyS0 and hvc0, the user effectively issues the same commands twice
in different TTYs.

Fix this by only direct input to the one choice that is using host side
TTY.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2020-07-30 18:05:01 +02:00
..
src vmm: device_manager: console input should be only consumed by one device 2020-07-30 18:05:01 +02:00
Cargo.toml build(deps): bump libc from 0.2.73 to 0.2.74 2020-07-28 20:46:37 +00:00