From 0f9b26937b397f3cb0c183ae95baf8d6fea5f7a8 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 8 Mar 2024 23:53:52 +0100 Subject: [PATCH] spice : passage aux sockets Unix --- qemu/launchers/spice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/launchers/spice b/qemu/launchers/spice index 61cc1ad..f031590 100755 --- a/qemu/launchers/spice +++ b/qemu/launchers/spice @@ -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 \ "$@"