]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move GIC checks to qemuDomainDefValidateFeatures()
authorAndrea Bolognani <abologna@redhat.com>
Fri, 2 Feb 2018 15:05:51 +0000 (16:05 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 13 Feb 2018 13:39:55 +0000 (14:39 +0100)
commitf55fcb7e8f997d0f15b344c8653725624c7b37ee
treeae77b595b5bb375e82056bffc6a1190dd76280b6
parentce24802a6b1c86f13735ce9533acff15346138a3
qemu: Move GIC checks to qemuDomainDefValidateFeatures()

Keep them along with other arch/machine type checks for
features instead of waiting until command line generation
time.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2argvtest.c