test-runner: Fix using removed options
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 3 Nov 2020 23:15:08 +0000 (15:15 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:33 +0000 (19:08 +0530)
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

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
tools/test-runner.c

index 3c33e16..c8b94f5 100755 (executable)
@@ -180,7 +180,6 @@ static void prepare_sandbox(void)
 static char *const qemu_argv[] = {
        "",
        "-nodefaults",
-       "-nodefconfig",
        "-no-user-config",
        "-monitor", "none",
        "-display", "none",
@@ -189,7 +188,6 @@ static char *const qemu_argv[] = {
        "-nographic",
        "-vga", "none",
        "-net", "none",
-       "-balloon", "none",
        "-no-acpi",
        "-no-hpet",
        "-no-reboot",