mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 21:47:22 +00:00
Project ACRN hypervisor
This patch implement HECI virtualization backend service based on virtio userspace framework. This service introduce a virtio-heci device model for DM, and can be enabled by DM parameter '-s [BUS NO],virtio-heci'. The HECI virtualization need both backend service in device-model and frontend driver in guest to work. Backend service mainly emulates HECI device's behaviors to satisfy frontend driver. They are based on virtio userspace framework. Currently, it is using two virtqueues, one is for TX and another is for RX. Signed-off-by: Liu Shuo <shuo.a.liu@intel.com> Reviewed-by: Li Hao <hao.l.li@intel.com> Reviewed-by: Wang Yu <yu1.wang@intel.com> Reviewed-by: Zhao, Yakui <yakui.zhao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com> |
||
---|---|---|
devicemodel | ||
doc | ||
hypervisor |