]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: move vmGenID validation to qemu_domain.c
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Mon, 9 Dec 2019 23:15:19 +0000 (20:15 -0300)
committerCole Robinson <crobinso@redhat.com>
Mon, 16 Dec 2019 22:50:54 +0000 (17:50 -0500)
commitf64d67cdc5165b6b1e5fa7b4d73b2edd7246ffb4
tree61c2c2c256f81ca9cd3f42a28ba6af648d9967c2
parent3d21545f6d245dafbfc2003f0c1efdda37643476
qemu: command: move vmGenID validation to qemu_domain.c

QEMU_CAPS_DEVICE_VMGENID is now being validated by
qemuDomainDefValidate().

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