From 47e044b18af6030c195627cf66c3c4ec66da8fb3 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 19 Mar 2020 15:27:37 +0000 Subject: [PATCH] Direct the serial mon to stdout This is particularly useful when EFI booting --- quickemu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/quickemu.sh b/quickemu.sh index dc48590..596d187 100755 --- a/quickemu.sh +++ b/quickemu.sh @@ -152,6 +152,7 @@ function vm_boot() { -net nic,model=virtio \ -net user"${SAMBA}" \ -rtc base=localtime,clock=host \ + -serial mon:stdio \ -soundhw hda \ -usb -device usb-kbd -device usb-tablet \ -object rng-random,id=rng0,filename=/dev/urandom \