mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
qemu: remove check for 'qemu' binary
The 'qemu' binary used to provide the i386 emulator until it was renamed to qemu-system-i386 in QEMU 1.0. Since we don't support such old versions we don't need to check for 'qemu' when probing capabilities. Reviewed-by: Erik Skultety <eskultet@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
4a8d9d4953
commit
6bb582bff8
@ -744,12 +744,6 @@ virQEMUCapsFindBinaryForArch(virArch hostarch,
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Third attempt, i686 only: try 'qemu' */
|
|
||||||
if (guestarch == VIR_ARCH_I686) {
|
|
||||||
if ((ret = virQEMUCapsFindBinary("%s", "qemu")) != NULL)
|
|
||||||
goto out;
|
|
||||||
}
|
|
||||||
|
|
||||||
out:
|
out:
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user