mirror of https://github.com/kholia/OSX-KVM.git
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:
parent
593e805ec5
commit
81c219e6ea
|
@ -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[@]}"
|
||||
|
|
Loading…
Reference in New Issue