From 5a2233bd04df6d728f879864aecc1de018e111fa Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sat, 9 Mar 2024 00:14:07 +0100 Subject: [PATCH] =?UTF-8?q?spice=20:=20retour=20aux=20sockets=20r=C3=A9sea?= =?UTF-8?q?u?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qemu/launchers/spice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/launchers/spice b/qemu/launchers/spice index f031590..91f5aab 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 unix,addr="$(pathof spice)",disable-ticketing=on \ + -spice port="$(first-free-port 5900)",addr=::1,disable-ticketing=on \ -audiodev spice,id=snd0 \ "$@"