From: Harald Hoyer Date: Fri, 28 Feb 2020 07:51:31 +0000 (+0100) Subject: Revert "test/run-qemu: add "-serial stdio"" X-Git-Tag: 050~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73743914343d1ca3efca83c59f86551ac58a415c;p=thirdparty%2Fdracut.git Revert "test/run-qemu: add "-serial stdio"" This reverts commit c6c588d64866579267600f73c5de5b15d44ea807. --- diff --git a/test/run-qemu b/test/run-qemu index 38ed2d51f..4859bab87 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 -serial stdio" +ARGS="$ARGS -smp 2 -m 512 -nodefaults -vga none -display none -no-reboot -device virtio-rng-pci" KVERSION=${KVERSION-$(uname -r)}