From ddcdb8591f16662830388c67cb1437215ff7f034 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 1 Apr 2015 14:51:32 -0700 Subject: [PATCH] tools: Look for local copies of the QEMU binaries --- tools/test-runner.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/test-runner.c b/tools/test-runner.c index 3fc03fd65..4b032f2ae 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -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 -- 2.47.3