From: Harald Hoyer Date: Fri, 28 Feb 2020 07:47:52 +0000 (+0100) Subject: test/run-qemu: add "-serial stdio" X-Git-Tag: 050~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6c588d64866579267600f73c5de5b15d44ea807;p=thirdparty%2Fdracut.git test/run-qemu: add "-serial stdio" --- diff --git a/test/run-qemu b/test/run-qemu index 4859bab87..38ed2d51f 100755 --- a/test/run-qemu +++ b/test/run-qemu @@ -18,7 +18,7 @@ $(lsmod | grep -q '^kqemu ') && BIN=/usr/bin/qemu && ARGS="-kernel-kqemu -cpu ho } # Provide rng device sourcing the hosts /dev/urandom and other standard parameters -ARGS="$ARGS -smp 2 -m 512 -nodefaults -vga none -display none -no-reboot -device virtio-rng-pci" +ARGS="$ARGS -smp 2 -m 512 -nodefaults -vga none -display none -no-reboot -device virtio-rng-pci -serial stdio" KVERSION=${KVERSION-$(uname -r)}