Diff between edc57cc19a629f4cf5dcd760fed1a403ba078ad6 and ddcdb8591f16662830388c67cb1437215ff7f034
Changed Files
| File | Additions | Deletions | Status |
| tools/test-runner.c | +2 | -0 | modified |
Full Patch
diff --git a/tools/test-runner.c b/tools/test-runner.c
index 3fc03fd..4b032f2 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