Change in docker-playground[master]: scripts/kernel-test/run-qemu.sh: update qemu args

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Fri Dec 17 15:22:20 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/26599 )

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

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
---
M scripts/kernel-test/run-qemu.sh
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  pespin: Looks good to me, but someone else must approve
  fixeria: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved; Verified



diff --git a/scripts/kernel-test/run-qemu.sh b/scripts/kernel-test/run-qemu.sh
index 1873af4..9951e94 100755
--- a/scripts/kernel-test/run-qemu.sh
+++ b/scripts/kernel-test/run-qemu.sh
@@ -23,7 +23,7 @@
 	$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 \

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/26599
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I4a00f90980bf6d141ef8d86786e08d405db6db0b
Gerrit-Change-Number: 26599
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211217/54951de5/attachment.htm>


More information about the gerrit-log mailing list