diff options
| -rwxr-xr-x | scripts/runqemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index baf53f3e8b..a691a80a46 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal | |||
| @@ -620,7 +620,7 @@ if [ "x$QEMUOPTIONS" = "x" ]; then | |||
| 620 | return 1 | 620 | return 1 |
| 621 | fi | 621 | fi |
| 622 | 622 | ||
| 623 | if [ $TCPSERIAL_PORTNUM != "" ]; then | 623 | if [ "$TCPSERIAL_PORTNUM" != "" ]; then |
| 624 | if [ "$MACHINE" = "qemuarm64" ]; then | 624 | if [ "$MACHINE" = "qemuarm64" ]; then |
| 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" | 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 |
