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 |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-gitlint | success | GitLint |
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',