cloud-hypervisor/vmm
William Douglas 46f6d9597d vmm: Switch to using the serial_manager for serial input
This change switches from handling serial input in the VMM thread to
its own thread controlled by the SerialManager.

The motivation for this change is to avoid the VMM thread being unable
to process events while serial input is happening and vice versa.

The change also makes future work flushing the serial buffer on PTY
connections easier.

Signed-off-by: William Douglas <william.douglas@intel.com>
2021-09-17 11:15:35 +01:00
..
src vmm: Switch to using the serial_manager for serial input 2021-09-17 11:15:35 +01:00
Cargo.toml build: bump vmm-sys-util from 0.8.0 to 0.9.0 2021-09-16 14:01:19 +01:00