]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: domain: Move some validation out of DeviceDefPostParse
authorCole Robinson <crobinso@redhat.com>
Wed, 28 Jun 2017 14:53:23 +0000 (10:53 -0400)
committerCole Robinson <crobinso@redhat.com>
Sun, 27 Aug 2017 13:38:12 +0000 (09:38 -0400)
commit5db046211f27c339bacba216dad646c42b4d52c7
treea948b69d2ea8f14f3b54e02e9464a40cdf492a7d
parent42845acb0b41bd885ea71e3d900da9652a21ede8
qemu: domain: Move some validation out of DeviceDefPostParse

And into DeviceDefValidate which is the expected place

Reviewed-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/qemu/qemu_domain.c