fix: Download error messages (#756)

This commit is contained in:
Kroese
2024-06-05 18:18:29 +02:00
committed by GitHub
parent 0d8c693c65
commit 2ece865417
8 changed files with 61 additions and 47 deletions

View File

@@ -67,7 +67,7 @@ else
SERIAL_OPTS="-serial mon:stdio"
fi
SERIAL_OPTS="$SERIAL_OPTS \
SERIAL_OPTS+=" \
-device virtio-serial-pci,id=virtio-serial0,bus=pcie.0,addr=0x3 \
-chardev socket,id=charchannel0,host=127.0.0.1,port=12345,reconnect=10 \
-device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=vchannel"