]> git.ipfire.org Git - thirdparty/qemu.git/commit - hw/virtio/virtio-pci.c
hw/virtio: Add support for VDPA network simulation devices
authorHao Chen <chenh@yusur.tech>
Wed, 21 Feb 2024 07:38:02 +0000 (15:38 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 12 Mar 2024 21:56:55 +0000 (17:56 -0400)
commitcd341fd1ffded978b2aa0b5309b00be7c42e347c
treef887d38d976a0f534cb967083551a65447fade98
parent043e127a126bb3ceb5fc753deee27d261fd0c5ce
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>
MAINTAINERS
docs/system/device-emulation.rst
docs/system/devices/vdpa-net.rst [new file with mode: 0644]
hw/net/virtio-net.c
hw/virtio/virtio-pci.c
hw/virtio/virtio.c
include/hw/virtio/virtio-pci.h
include/hw/virtio/virtio.h
include/standard-headers/linux/virtio_pci.h