]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Implement support for vDPA block devices
authorJonathon Jongsma <jjongsma@redhat.com>
Fri, 17 Mar 2023 14:58:36 +0000 (09:58 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Tue, 12 Sep 2023 16:06:41 +0000 (11:06 -0500)
commit4ef2bcfd3fd8d40ac2671f2bb9c1784d20d71a65
treebb752df141437aa2869d60274d08ad1d72da68a3
parent2efa9ba66a248a1a7ecc1bcc2decfcdbbf2c6b5d
qemu: Implement support for vDPA block devices

Requires recent qemu with support for the virtio-blk-vhost-vdpa device
and the ability to pass a /dev/fdset/N path for the vdpa path (8.1.0)

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1900770
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_block.c
src/qemu/qemu_process.c
src/qemu/qemu_validate.c
tests/qemuxml2argvdata/disk-vhostvdpa.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/disk-vhostvdpa.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/testutilsqemu.c
tests/testutilsqemu.h