]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: move validation of vmport to qemu_domain.c
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Mon, 9 Dec 2019 23:15:08 +0000 (20:15 -0300)
committerCole Robinson <crobinso@redhat.com>
Mon, 16 Dec 2019 22:50:21 +0000 (17:50 -0500)
commit28f79bb34211b9351e67b375bc9cf3a212c94445
treec8f4e0e6dbecf9d13fa0c36d81ab0b33f3a74216
parent96178e223827751e61f5a672c8375b965be501c2
qemu: command: move validation of vmport to qemu_domain.c

virQEMUCapsSupportsVmport() is now being called inside
qemuDomainDefValidateFeatures() for VIR_DOMAIN_FEATURE_VMPORT
feature.

qemuxml2xmltest.c was changed to account for this caps being
now validated at domain define time.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2xmltest.c