Direct the serial mon to stdout

This is particularly useful when EFI booting
This commit is contained in:
Martin Wimpress 2020-03-19 15:27:37 +00:00
parent da411be3eb
commit 47e044b18a
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 1 additions and 0 deletions

View File

@ -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 \