]> xenbits.xensource.com Git - libvirt.git/commit
qemuxml2argvtest: Remove unused separate parsing of arch
authorPeter Krempa <pkrempa@redhat.com>
Sat, 16 Dec 2023 07:58:55 +0000 (08:58 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 17 Jan 2024 16:31:12 +0000 (17:31 +0100)
commitafe5c6f504f89dde8989e2430d1d606a2fd9ab77
tree9d4d1eaba40f247868ee2349d684346a2fcd4332
parenteb994dee5b54eb16719f95c4e0d90e1f32ea1089
qemuxml2argvtest: Remove unused separate parsing of arch

Prior to all tests being converted to "DO_TEST_CAPS*" invocation the
fake-caps tests required knowing the architecture, which was pre-parsed
in qemuxml2argvtest. This code was now removed, but the arch parser was
forgotten.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvtest.c