]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_command.c: move CPU mode check to qemu_validate.c
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Sat, 10 Oct 2020 14:39:20 +0000 (11:39 -0300)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Thu, 15 Oct 2020 13:54:33 +0000 (10:54 -0300)
commit4b42c27ee71358a10fb4e562064a959adf518da6
tree8f923013c4e2946052f13a62354c30ebe0066b26
parent2d8a60fab1dc4a00fcc86d58045c6735bfd1ee19
qemu_command.c: move CPU mode check to qemu_validate.c

All but VIR_CPU_MODE_HOST_MODEL were moved. 'host_model' mode
has nuances that forbid the verification to be moved to parse
time.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_command.c
src/qemu/qemu_validate.c
tests/qemuxml2argvtest.c