mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The goal here is to decouple the Guest instance from the ssh connection to send some commands to the guest. The reason being to allow ssh commands to be issued from a different thread, which can be useful to wait for the end of a command with a thread.join(). Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>