qemu: move qemuDomainDefValidateFeatures to qemu_validate.c

This patch introduces a new file to host domain validations from
the QEMU driver. And to get things started, let's move
qemuDomainDefValidateFeatures() to this new file.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Daniel Henrique Barboza
2020-04-03 16:25:30 +02:00
committed by Ján Tomko
parent cf2f92f373
commit 906fddf733
5 changed files with 344 additions and 284 deletions
+1
View File
@@ -170,6 +170,7 @@
@SRCDIR@/src/qemu/qemu_qapi.c
@SRCDIR@/src/qemu/qemu_slirp.c
@SRCDIR@/src/qemu/qemu_tpm.c
@SRCDIR@/src/qemu/qemu_validate.c
@SRCDIR@/src/qemu/qemu_vhost_user.c
@SRCDIR@/src/qemu/qemu_vhost_user_gpu.c
@SRCDIR@/src/qemu/qemu_virtiofs.c