diff options
| -rwxr-xr-x | scripts/runqemu-internal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index b317358f94..baf53f3e8b 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal | |||
| @@ -622,9 +622,9 @@ fi | |||
| 622 | 622 | ||
| 623 | if [ $TCPSERIAL_PORTNUM != "" ]; then | 623 | if [ $TCPSERIAL_PORTNUM != "" ]; then |
| 624 | if [ "$MACHINE" = "qemuarm64" ]; then | 624 | if [ "$MACHINE" = "qemuarm64" ]; then |
| 625 | QEMUOPTIONS="$QEMUOPTIONS -device virtio-serial-device -chardev socket,id=virtcon,port=$TCPSERIAL_PORTNUM,host=127.0.0.1 -device virtconsole,chardev=virtcon" | 625 | SCRIPT_QEMU_EXTRA_OPT="$SCRIPT_QEMU_EXTRA_OPT -device virtio-serial-device -chardev socket,id=virtcon,port=$TCPSERIAL_PORTNUM,host=127.0.0.1 -device virtconsole,chardev=virtcon" |
| 626 | else | 626 | else |
| 627 | QEMUOPTIONS="$QEMUOPTIONS -serial tcp:127.0.0.1:$TCPSERIAL_PORTNUM" | 627 | SCRIPT_QEMU_EXTRA_OPT="$SCRIPT_QEMU_EXTRA_OPT -serial tcp:127.0.0.1:$TCPSERIAL_PORTNUM" |
| 628 | fi | 628 | fi |
| 629 | fi | 629 | fi |
| 630 | 630 | ||
