forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commitd162219
mei: virtio: virtualization frontend driver
This frontend driver implements MEI hw interface based on virtioframework to let MEI driver work without changes under virtualization.It requires a backend service in the ACRN device-model on the serviceOS side to make it work. The backend service will emulate mei routingand assign vtags for each mei vritio device.The backend service is available in ACRN device-model at github.For more information, please refer tohttps://projectacrn.orgThe ACRN virtio sub device id for MEI is is 0x8602.Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>Signed-off-by: Wang Yu <yu1.wang@intel.com>Signed-off-by: Liu Shuo <shuo.a.liu@intel.com>Link:https://lore.kernel.org/r/20200818115147.2567012-14-tomas.winkler@intel.comSigned-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parent2257b74 commitd162219
3 files changed
+887
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
49 | 59 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments
Comments
(0)