mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-16 17:09:24 +01:00
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:
parent
9762c61b4d
commit
993e48cab2
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user