From b64b14cf8e50dacd206f05c018f91b1870c81d0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Sat, 8 Sep 2018 23:25:10 +0200 Subject: [PATCH] tests: drop redundant virQEMUCapsFilterByMachineType MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Introduced by commit . 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 --- tests/qemuxml2argvtest.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index 04b6c00eba..816a3055a2 100644 --- a/tests/qemuxml2argvtest.c +++ b/tests/qemuxml2argvtest.c @@ -425,8 +425,6 @@ testUpdateQEMUCaps(const struct testInfo *info, virQEMUCapsInitHostCPUModel(info->qemuCaps, caps->host.arch, VIR_DOMAIN_VIRT_QEMU); - virQEMUCapsFilterByMachineType(info->qemuCaps, vm->def->os.machine); - ret = 0; cleanup: -- 2.47.2