scripts/kernel-test/run-qemu.sh: update qemu args

Get rid of -nodefconfig, it has been removed in qemu 3.1. We are
supposed to use -no-user-config instead, which we already do.

Fix for this error we see since migrating to debian-bullseye:
  qemu-system-x86_64: -nodefconfig: invalid option

Related: OS#4969
Related: https://qemu.readthedocs.io/en/stable/about/removed-features.html#nodefconfig-removed-in-3-1
Change-Id: I4a00f90980bf6d141ef8d86786e08d405db6db0b
This commit is contained in:
Oliver Smith 2021-12-17 10:17:25 +01:00
parent dc29c67909
commit a7865832fa
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ qemu-system-x86_64 \
$MACHINE_ARG \
-smp 1 \
-m 512M \
-nodefconfig -no-user-config -nodefaults -display none \
-no-user-config -nodefaults -display none \
-gdb unix:/cache/kernel-test/gdb.pipe,server,nowait \
-no-reboot \
-kernel /cache/kernel-test/linux \