diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2024-04-08 05:47:29 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2024-04-09 02:30:18 -0400 |
commit | 4034159c1a4f5c433ae4987ff35e037a071272b7 (patch) | |
tree | 282e707846f1ccf7c341acbf62021e98e867dd4d /MAINTAINERS | |
parent | ce64e6224affb8b4e4b019f76d2950270b391af5 (diff) | |
download | qemu-4034159c1a4f5c433ae4987ff35e037a071272b7.zip qemu-4034159c1a4f5c433ae4987ff35e037a071272b7.tar.gz qemu-4034159c1a4f5c433ae4987ff35e037a071272b7.tar.bz2 |
Revert "hw/virtio: Add support for VDPA network simulation devices"
This reverts commit cd341fd1ffded978b2aa0b5309b00be7c42e347c.
The patch adds non-upstream code in
include/standard-headers/linux/virtio_pci.h
which would make maintainance harder.
Revert for now.
Suggested-by: Jason Wang <jasowang@redhat.com>
Message-Id: <df6b6b465753e754a19459e8cd61416548f89a42.1712569644.git.mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e71183e..249b678 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2370,11 +2370,6 @@ F: hw/virtio/vhost-user-scmi* F: include/hw/virtio/vhost-user-scmi.h F: tests/qtest/libqos/virtio-scmi.* -vdpa-net -M: Hao Chen <chenh@yusur.tech> -S: Maintained -F: docs/system/devices/vdpa-net.rst - virtio-crypto M: Gonglei <arei.gonglei@huawei.com> S: Supported |