mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
Since the processing of the console inputs was moved from the VMM thread to the virtio-console thread (#3061), we have been using the 'FILE_EVENT' to handle input from stdin/pty/file, which made 'INPUT_EVENT' obsoleted. Signed-off-by: Bo Chen <chen.bo@intel.com>