mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-28 14:44:39 +08:00
tools: Look for local copies of the QEMU binaries
This commit is contained in:
parent
edc57cc19a
commit
ddcdb8591f
@ -57,6 +57,8 @@ static const char *qemu_binary = NULL;
|
||||
static const char *kernel_image = NULL;
|
||||
|
||||
static const char *qemu_table[] = {
|
||||
"qemu-system-x86_64",
|
||||
"qemu-system-i386",
|
||||
"/usr/bin/qemu-system-x86_64",
|
||||
"/usr/bin/qemu-system-i386",
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user