From 73743914343d1ca3efca83c59f86551ac58a415c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 28 Feb 2020 08:51:31 +0100 Subject: [PATCH] Revert "test/run-qemu: add "-serial stdio"" This reverts commit c6c588d64866579267600f73c5de5b15d44ea807. --- test/run-qemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)} -- 2.39.2