qemu: Remove unsupported command line arguments

[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.
This commit is contained in:
Denis Kenzior 2024-07-26 10:06:13 -05:00
parent 9762c61b4d
commit 993e48cab2
1 changed files with 1 additions and 1 deletions

View File

@ -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',