mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
tests/qemuxml2xmltest: remove NOP call of virQEMUCapsSetList
Commit 5572cd7f0e9e deprecated QEMU_CAPS_DEVICE capability but forgot to remove this call as well. Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
2bc7600c33
commit
060de8357a
@ -254,9 +254,6 @@ testInfoSet(struct testInfo *info,
|
||||
if (!(info->qemuCaps = virQEMUCapsNew()))
|
||||
goto error;
|
||||
|
||||
virQEMUCapsSetList(info->qemuCaps,
|
||||
QEMU_CAPS_LAST);
|
||||
|
||||
if (testQemuCapsSetGIC(info->qemuCaps, gic) < 0)
|
||||
goto error;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user