spice : retour aux sockets réseau

This commit is contained in:
Ahurac 2024-03-09 00:14:07 +01:00
parent ab9adc1680
commit 5a2233bd04

View file

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