spice : passage aux sockets Unix

This commit is contained in:
Ahurac 2024-03-08 23:53:52 +01:00
parent 52b584b926
commit 0f9b26937b

View file

@ -7,6 +7,6 @@ exec "$base" \
-chardev spicevmc,id=vdagent,debug=0,name=vdagent \
-device virtio-serial \
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
-spice port="$(first-free-port 5900)",addr=127.0.0.1,disable-ticketing=on \
-spice unix,addr="$(pathof spice)",disable-ticketing=on \
-audiodev spice,id=snd0 \
"$@"