]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Convert vhost-{vsock,scsi} to qemuBuildVirtioDevStr
authorCole Robinson <crobinso@redhat.com>
Tue, 22 Jan 2019 19:25:22 +0000 (14:25 -0500)
committerCole Robinson <crobinso@redhat.com>
Thu, 24 Jan 2019 23:59:38 +0000 (18:59 -0500)
commit028f9a68864dfba9d5033be4c3d077306db85168
treed5783785b9d4a6368120e48d3726d5b0cb9868fb
parent5ac9889a696cac33c945243cb78e263c4f91f1e7
qemu: command: Convert vhost-{vsock,scsi} to qemuBuildVirtioDevStr

Current code essentially duplicates the same logic, but misses
some cases (like vhost-vsock-device).

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/qemu/qemu_command.c