cloud-hypervisor/vmm
Rob Bradford a749063c8a vmm: Don't assume that resize_pipe is initialised
If the underlying kernel is old PTY resize is disabled and this is
represented by the use of None in the provided Option<File> type. In the
virtio-console PTY path don't blindly unwrap() the value that will be
preserved across a reboot.

Fixes: #3496

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-01-04 12:04:50 +00:00
..
src vmm: Don't assume that resize_pipe is initialised 2022-01-04 12:04:50 +00:00
Cargo.toml build: bump serde_derive from 1.0.132 to 1.0.133 2022-01-04 03:58:23 +00:00