mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
qemucaps2xmltest: fix test to successfully run without kvm support
Function virQEMUCapsInitGuestFromBinary detect kvm support by testing whether /dev/kvm exists or whether we pass path to kvmbin. Provide the path we are testing via kvmbin for testing purpose instead of detecting presence of /dev/kvm to successfully run the tests on all hosts. Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
726072f0d2
commit
49bf09d16c
@ -118,8 +118,8 @@ testGetCaps(char *capsData, const testQemuData *data)
|
||||
if (virQEMUCapsInitGuestFromBinary(caps,
|
||||
"/usr/bin/qemu-system-i386",
|
||||
qemuCaps,
|
||||
NULL,
|
||||
NULL,
|
||||
"/usr/bin/qemu-system-i386",
|
||||
qemuCaps,
|
||||
data->guestarch) < 0) {
|
||||
fprintf(stderr, "failed to create the capabilities from qemu");
|
||||
goto error;
|
||||
|
Loading…
x
Reference in New Issue
Block a user