mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
tests: drop redundant virQEMUCapsFilterByMachineType
Introduced by commit <af204232>.
Made redundant by commit 1e9a083
which switched to using
qemuProcessCreatePretendCmd, where capabilities are filtered
in qemuProcessInit after being fetched from the cache.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
484e13f1a5
commit
b64b14cf8e
@ -425,8 +425,6 @@ testUpdateQEMUCaps(const struct testInfo *info,
|
|||||||
virQEMUCapsInitHostCPUModel(info->qemuCaps, caps->host.arch,
|
virQEMUCapsInitHostCPUModel(info->qemuCaps, caps->host.arch,
|
||||||
VIR_DOMAIN_VIRT_QEMU);
|
VIR_DOMAIN_VIRT_QEMU);
|
||||||
|
|
||||||
virQEMUCapsFilterByMachineType(info->qemuCaps, vm->def->os.machine);
|
|
||||||
|
|
||||||
ret = 0;
|
ret = 0;
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
|
Loading…
Reference in New Issue
Block a user