mirror of https://gitee.com/openkylin/libvirt.git
tests/qemuxml2xmltest: remove NOP call of virQEMUCapsSetList
Commit 5572cd7f0e
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…
Reference in New Issue