mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
f63d4a7418
When not running on a tty (tested with libc's isatty()) disable stdin and do not reconfigure the terminal. This is required to ensure that the VM responds correctly when running in a headless environment such as Jenkins. Signed-off-by: Rob Bradford <robert.bradford@intel.com>