cloud-hypervisor/vmm
William Douglas 7b4f56e372 vmm: Add new serial_manager for serial input handling
This change adds a SerialManager with its own epoll handling that
should be created and run by the DeviceManager when creating an
appropriately configured console (serial tty or pty).

Both stdin and pty input are handled by the SerialManager. The stdin
and pty specific methods used by the VMM should be removed in a future
commit.

Signed-off-by: William Douglas <william.douglas@intel.com>
2021-09-17 11:15:35 +01:00
..
src vmm: Add new serial_manager for serial input handling 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