From 64a26d922ec70901eb896a13e547d5074993e15e Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 3 Nov 2020 15:15:08 -0800 Subject: [PATCH] test-runner: Fix using removed options This removes -nodefconfig and -balloon which are not longer valid options: qemu-system-x86_64: -nodefconfig: invalid option qemu-system-x86_64: -balloon: invalid option --- tools/test-runner.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/test-runner.c b/tools/test-runner.c index 6b7c33734..5d2dbb992 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", -- 2.47.3