Skip to content

Commit

Permalink
maybe fix serial?
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Jan 31, 2025
1 parent 20981a0 commit 0443ea6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,14 @@ else
exit 1
fi
qemu_command+=( -cpu max )
qemu_command+=( -smp 2 )
qemu_command+=( -m 2048 )
qemu_command+=( -hda "${VM_IMAGE}" )
qemu_command+=( -virtfs "local,path=${TEST_TMPDIR},mount_tag=${MOUNT_TAG},security_model=none,id=host0" )
qemu_command+=( -nographic )
qemu_command+=( -display none )
qemu_command+=( -vnc :0 )
qemu_command+=( -monitor unix:qemu-monitor-socket,server,nowait )
qemu_command+=( -serial pty )
"${qemu_command[@]}" &>qemu.log &
QEMU_PID="$!"
Expand Down

0 comments on commit 0443ea6

Please sign in to comment.