Provide a hint for spice in qemu config (#233)

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-04-13 13:36:06 +02:00 committed by GitHub
parent 593e805ec5
commit 81c219e6ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
-monitor stdio
-device vmware-svga
# -spice port=5900,addr=127.0.0.1,disable-ticketing=on
)
qemu-system-x86_64 "${args[@]}"