]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: check for QEMU_CAPS_DEVICE_VHOST_VSOCK
authorJán Tomko <jtomko@redhat.com>
Mon, 4 Jun 2018 17:37:20 +0000 (19:37 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 4 Jun 2018 19:42:40 +0000 (21:42 +0200)
commit8a7003f66944721ec391e13e65bbc5fdfdec3cea
tree4ace97ad5d13bda6503c6f772c6d4a2f7c526fb8
parent52a407892158248acd251ea2e1f4aeaf7ae33b31
qemu: check for QEMU_CAPS_DEVICE_VHOST_VSOCK

My commit b8b42ca added support for formatting the vsock
command line without actually checking if it's supported.

Add it to the per-device validation function.

https://bugzilla.redhat.com/show_bug.cgi?id=1291851

Reported-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_domain.c
tests/qemuxml2xmltest.c