osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/33776 )
Change subject: scripts/kernel-test/run-qemu: update qemu args
......................................................................
scripts/kernel-test/run-qemu: update qemu args
Fix these warnings:
warning: short-form boolean option 'server' deprecated
warning: short-form boolean option 'nowait' deprecated
Change-Id: Iba84d8e61c2d9cbd687d803066db0c04aca9f805
---
M scripts/kernel-test/run-qemu.sh
1 file changed, 16 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/76/33776/1
diff --git a/scripts/kernel-test/run-qemu.sh b/scripts/kernel-test/run-qemu.sh
index 5eb7ead..0c4fa26 100755
--- a/scripts/kernel-test/run-qemu.sh
+++ b/scripts/kernel-test/run-qemu.sh
@@ -25,13 +25,13 @@
-smp 1 \
-m 512M \
-no-user-config -nodefaults -display none \
- -gdb unix:/cache/kernel-test/gdb.pipe,server,nowait \
+ -gdb unix:/cache/kernel-test/gdb.pipe,server=on,wait=off \
-no-reboot \
-kernel /cache/kernel-test/linux \
-initrd /cache/kernel-test/initrd \
-append "${KERNEL_CMDLINE}" \
-serial stdio \
- -chardev socket,id=charserial1,path=/cache/kernel-test/gdb-serial.pipe,server,nowait \
+ -chardev
socket,id=charserial1,path=/cache/kernel-test/gdb-serial.pipe,server=on,wait=off \
-device isa-serial,chardev=charserial1,id=serial1 \
-netdev
tap,id=nettest,script=/kernel-test/qemu-ifup.sh,downscript=/kernel-test/qemu-ifdown.sh \
-device virtio-net-pci,netdev=nettest,mac="$(random_mac)"
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/33776
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Iba84d8e61c2d9cbd687d803066db0c04aca9f805
Gerrit-Change-Number: 33776
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange