tools: Look for local copies of the QEMU binaries

This commit is contained in:
Marcel Holtmann 2015-04-01 14:51:32 -07:00
parent edc57cc19a
commit ddcdb8591f

View File

@ -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