mirror of https://gitee.com/openkylin/libvirt.git
Revert "qemucaps2xmltest: fix test to successfully run without kvm support"
This reverts commit 49bf09d16c
. That
commit is wrong and doesn't fix the issue.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
0614976bc9
commit
a894d61ba1
|
@ -118,8 +118,8 @@ testGetCaps(char *capsData, const testQemuData *data)
|
|||
if (virQEMUCapsInitGuestFromBinary(caps,
|
||||
"/usr/bin/qemu-system-i386",
|
||||
qemuCaps,
|
||||
"/usr/bin/qemu-system-i386",
|
||||
qemuCaps,
|
||||
NULL,
|
||||
NULL,
|
||||
data->guestarch) < 0) {
|
||||
fprintf(stderr, "failed to create the capabilities from qemu");
|
||||
goto error;
|
||||
|
|
Loading…
Reference in New Issue