]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: add vdpa support
authorJonathon Jongsma <jjongsma@redhat.com>
Wed, 14 Oct 2020 17:08:27 +0000 (12:08 -0500)
committerLaine Stump <laine@redhat.com>
Tue, 20 Oct 2020 18:48:02 +0000 (14:48 -0400)
commit0b1a05ffb59ab36f59cacf49a2fbbadbac44b41f
treea7da6aa5533db8b2261c240d5cd84851177f75f2
parent9825f71b53014bd2b418680ffeb2b27dd768a7fc
qemu: add vdpa support

Enable <interface type='vdpa'> for qemu domains. This provides basic
support and does not support hotplug or migration.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
14 files changed:
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_domain.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_interface.c
src/qemu/qemu_interface.h
src/qemu/qemu_migration.c
src/qemu/qemu_validate.c
tests/qemuxml2argvdata/net-vdpa.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/net-vdpa.xml [new file with mode: 0644]
tests/qemuxml2argvmock.c
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/net-vdpa.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c