Diff between 16ebd945639243785a19eead5a2cc0125f44810f and 64a26d922ec70901eb896a13e547d5074993e15e
Changed Files
| File | Additions | Deletions | Status |
| tools/test-runner.c | +0 | -2 | modified |
Full Patch
diff --git a/tools/test-runner.c b/tools/test-runner.c
index 6b7c337..5d2dbb9 100644
--- a/tools/test-runner.c
+++ b/tools/test-runner.c
@@ -181,7 +181,6 @@ static void prepare_sandbox(void)
static char *const qemu_argv[] = {
"",
"-nodefaults",
- "-nodefconfig",
"-no-user-config",
"-monitor", "none",
"-display", "none",
@@ -190,7 +189,6 @@ static char *const qemu_argv[] = {
"-nographic",
"-vga", "none",
"-net", "none",
- "-balloon", "none",
"-no-acpi",
"-no-hpet",
"-no-reboot",