diff options
author | Hao Chen <chenh@yusur.tech> | 2024-02-21 15:38:02 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2024-03-12 17:56:55 -0400 |
commit | cd341fd1ffded978b2aa0b5309b00be7c42e347c (patch) | |
tree | f887d38d976a0f534cb967083551a65447fade98 /MAINTAINERS | |
parent | 043e127a126bb3ceb5fc753deee27d261fd0c5ce (diff) |
hw/virtio: Add support for VDPA network simulation devices
This patch adds support for VDPA network simulation devices.
The device is developed based on virtio-net and tap backend,
and supports hardware live migration function.
For more details, please refer to "docs/system/devices/vdpa-net.rst"
Signed-off-by: Hao Chen <chenh@yusur.tech>
Message-Id: <20240221073802.2888022-1-chenh@yusur.tech>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4d96f855de..5abf6f54c4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2372,6 +2372,11 @@ 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 |