mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
test-runner: Drop options no longer supported by qemu
-nodefconfig doesn't exist anymore and according to the docs it either had the same meaning or was implied by -no-user-config so it wouldn't be needed anyway. -balloon doesn't exist anymore and according to https://lists.gnu.org/archive/html/qemu-devel/2018-02/msg06985.html "-balloon none" was a nop, but I suspect -nodefaults may have already had the effect of disabling creation of the virtio-balloon device.
This commit is contained in:
parent
51553415bd
commit
d256bc91ad
@ -298,7 +298,6 @@ static char *const qemu_argv[] = {
|
|||||||
"",
|
"",
|
||||||
"-machine", "type=q35,accel=kvm:tcg",
|
"-machine", "type=q35,accel=kvm:tcg",
|
||||||
"-nodefaults",
|
"-nodefaults",
|
||||||
"-nodefconfig",
|
|
||||||
"-no-user-config",
|
"-no-user-config",
|
||||||
"-monitor", "none",
|
"-monitor", "none",
|
||||||
"-display", "none",
|
"-display", "none",
|
||||||
@ -306,7 +305,6 @@ static char *const qemu_argv[] = {
|
|||||||
"-nographic",
|
"-nographic",
|
||||||
"-vga", "none",
|
"-vga", "none",
|
||||||
"-net", "none",
|
"-net", "none",
|
||||||
"-balloon", "none",
|
|
||||||
"-no-acpi",
|
"-no-acpi",
|
||||||
"-no-hpet",
|
"-no-hpet",
|
||||||
"-no-reboot",
|
"-no-reboot",
|
||||||
|
Loading…
Reference in New Issue
Block a user