Provide a hint for spice in qemu config

In case somebody prefers connecting via spice, it can come handy.

Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com>
This commit is contained in:
Miroslav Vadkerti 2024-02-04 09:42:17 +01:00
parent a9b20147de
commit 513fa261de
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ args=(
# -netdev user,id=net0 -device vmxnet3,netdev=net0,id=net0,mac=52:54:00:c9:18:27 # Note: Use this line for High Sierra # -netdev user,id=net0 -device vmxnet3,netdev=net0,id=net0,mac=52:54:00:c9:18:27 # Note: Use this line for High Sierra
-monitor stdio -monitor stdio
-device vmware-svga -device vmware-svga
# -spice port=5900,addr=127.0.0.1,disable-ticketing=on
) )
qemu-system-x86_64 "${args[@]}" qemu-system-x86_64 "${args[@]}"