Message ID | 20201104234228.2257427-2-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Luiz Von Dentz |
Headers | show |
Series | [v2,1/8] doc: Add tester.config | expand |
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",
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> 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(-)