diff mbox series

[2/2] qemu: Remove unsupported command line arguments

Message ID 20240726150846.146628-2-denkenz@gmail.com (mailing list archive)
State New
Headers show
Series [1/2] monitor: Use genl APIs instead of open coding | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-ci-gitlint success GitLint

Commit Message

Denis Kenzior July 26, 2024, 3:08 p.m. UTC
[denkenz@archdev ~]$ qemu-system-x86_64 --version
QEMU emulator version 9.0.1
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers

QEMU now seems to complain that 'no-hpet' and 'no-acpi' command line
arguments are unrecognized.
---
 tools/runner.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tools/runner.py b/tools/runner.py
index e50ba9c08d20..6b27540b8cb7 100644
--- a/tools/runner.py
+++ b/tools/runner.py
@@ -414,7 +414,7 @@  class QemuRunner(RunnerAbstract):
 			'-machine', 'type=q35,accel=kvm:tcg',
 			'-nodefaults', '-no-user-config', '-monitor', 'none',
 			'-display', 'none', '-m', '%dM' % ram, '-nographic', '-vga',
-			'none', '-no-acpi', '-no-hpet',
+			'none',
 			'-no-reboot', '-fsdev',
 			'local,id=fsdev-root,path=/,readonly=on,security_model=none,multidevs=remap',
 			'-device',