Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit264f53b

Browse files
mstsirkingregkh
authored andcommitted
Revert "mei: virtio: virtualization frontend driver"
This reverts commitd162219.The device uses a VIRTIO device ID out of a not-for-production range.Releasing Linux using an ID out of this range will make it conflict withdevelopment setups. An official request to reserve an ID for an MEIdevice is yet to be submitted to the virtio TC, thus there's no chanceit will be reserved and fixed in time before the next release.Once requested it usually takes 2-3 weeks to land in the spec, whichmeans the device can be supported with the official ID in the next Linuxversion if contributors act quickly.Signed-off-by: Michael S. Tsirkin <mst@redhat.com>Cc: Tomas Winkler <tomas.winkler@intel.com>Cc: Alexander Usyskin <alexander.usyskin@intel.com>Cc: Wang Yu <yu1.wang@intel.com>Cc: Liu Shuo <shuo.a.liu@intel.com>Link:https://lore.kernel.org/r/20201205193625.469773-1-mst@redhat.comSigned-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent1a16af3 commit264f53b

File tree

3 files changed

+0
-887
lines changed

3 files changed

+0
-887
lines changed

‎drivers/misc/mei/Kconfig‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,4 @@ config INTEL_MEI_TXE
4646
Supported SoCs:
4747
Intel Bay Trail
4848

49-
config INTEL_MEI_VIRTIO
50-
tristate "Intel MEI interface emulation with virtio framework"
51-
select INTEL_MEI
52-
depends on X86 && PCI && VIRTIO_PCI
53-
help
54-
This module implements mei hw emulation over virtio transport.
55-
The module will be called mei_virtio.
56-
Enable this if your virtual machine supports virtual mei
57-
device over virtio.
58-
5949
source "drivers/misc/mei/hdcp/Kconfig"

‎drivers/misc/mei/Makefile‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ obj-$(CONFIG_INTEL_MEI_TXE) += mei-txe.o
2222
mei-txe-objs := pci-txe.o
2323
mei-txe-objs += hw-txe.o
2424

25-
obj-$(CONFIG_INTEL_MEI_VIRTIO) += mei-virtio.o
26-
mei-virtio-objs := hw-virtio.o
27-
2825
mei-$(CONFIG_EVENT_TRACING) += mei-trace.o
2926
CFLAGS_mei-trace.o = -I$(src)
3027

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp