From 34cfee7ed0186726079b537946f64cdfbbbed6f3 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 8 Nov 2024 13:13:00 -0500 Subject: [PATCH] test-runner: Fix using removed options -no-acpi and -no-hpet are not longer available on most recent release (e.g. fc41). --- tools/test-runner.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/test-runner.c b/tools/test-runner.c index f0dbb4c48..cd8b86d7a 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -214,8 +214,6 @@ static char *const qemu_argv[] = { "-m", "192M", "-nographic", "-net", "none", - "-no-acpi", - "-no-hpet", "-no-reboot", "-fsdev", "local,id=fsdev-root,path=/,readonly,security_model=none," "multidevs=remap", -- 2.47.3