aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mei/hw-virtio.c
AgeCommit message (Collapse)AuthorFilesLines
2020-08-18mei: virtio: virtualization frontend driverTomas Winkler1-0/+874
This frontend driver implements MEI hw interface based on virtio framework to let MEI driver work without changes under virtualization. It requires a backend service in the ACRN device-model on the service OS side to make it work. The backend service will emulate mei routing and assign vtags for each mei vritio device. The backend service is available in ACRN device-model at github. For more information, please refer to https://projectacrn.org The ACRN virtio sub device id for MEI is is 0x8602. Signed-off-by: Tomas Winkler <[email protected]> Signed-off-by: Alexander Usyskin <[email protected]> Signed-off-by: Wang Yu <[email protected]> Signed-off-by: Liu Shuo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>