mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 01:30:13 +00:00
In vmei_start() the HBM host client is created, it handles HBM protocol. The HBM client is a management object and is not exposed by the mei native driver. The communication between TX and RX threads is handed via internal pipe(2). Second, we connect all fixed address clients as the mei protocol doesn't provide connection mechanism for them, they appear always connected. Last, the hw_ready is set. Define virtio_mei_ops, ass all the handlers are now available. Tracked-On: #1536 Signed-off-by: Liu Shuo <shuo.a.liu@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>