Project ACRN hypervisor
Go to file
Jian Jun Chen 772a43ac50 dm: virtio-input: implement input event tx/rx
Input events are read from host evdev fd and cached into a local queue.
When SYN_REPORT is read, the cached input events are sent to guest via
EVENT virtqueue. Guest input events are read from STATUS virtqueue then
written to host evdev fd.

Signed-off-by: Jian Jun Chen <jian.jun.chen@intel.com>
Reviewed-by: Hao Li <hao.l.li@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-05-15 17:25:58 +08:00
devicemodel dm: virtio-input: implement input event tx/rx 2018-05-15 17:25:58 +08:00
doc doc: GSG formating fix, RTD theme tweak 2018-05-15 17:25:58 +08:00
hypervisor refine external interrupt VM exit handler 2018-05-15 17:25:58 +08:00