]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: process: Call the domain config validator when starting a new VM
authorPeter Krempa <pkrempa@redhat.com>
Fri, 27 May 2016 11:54:26 +0000 (13:54 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 7 Jun 2016 11:02:20 +0000 (13:02 +0200)
commitd071d292ca3af10ef4ebe841f4f7c4028ea232ea
treeb27f45a1d16a4fc282d173ad3ab26dbe56bf3e0f
parent0d1c17aa6841b19bbdb99c5c6dd9cd670c3386c2
qemu: process: Call the domain config validator when starting a new VM

To avoid duplicating all the checks when starting a fresh VM from a
possibly unchecked config, call the domain def validator.
src/qemu/qemu_process.c