cloud-hypervisor/virtio-devices
Sebastien Boeuf a391bce781 virtio-devices: console: Detect PTY connection/disconnection
Through multiple changes, this patch aims at providing a reliable
solution for detecting the state of the PTY's connection. Being able to
find out when the other end of the PTY is connected is essential to
prevent the loss of data being output through the PTY. When the PTY
isn't connected, the output is buffered through the SerialBuffer, the
same solution that was created for the serial port initially.

Fixes #4521

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-08-30 13:47:51 +02:00
..
src virtio-devices: console: Detect PTY connection/disconnection 2022-08-30 13:47:51 +02:00
Cargo.toml virtio-devices: console: Detect PTY connection/disconnection 2022-08-30 13:47:51 +02:00