From 6a98f2db8d4cb9fe6c993ff2f5dc04b8fc33be63 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 2 Jul 2023 22:38:20 +0200 Subject: [PATCH] qemu spice script added --- qemu-spice.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 qemu-spice.sh diff --git a/qemu-spice.sh b/qemu-spice.sh new file mode 100644 index 0000000..46680be --- /dev/null +++ b/qemu-spice.sh @@ -0,0 +1,3 @@ +#!/bin/bash +# i think this optimizes the display connection to a qemu vm, im not sure honestly +qemu-system-x86_64 -vga qxl -device virtio-serial-pci -spice unix=on,addr=/tmp/vm_spice.socket,disable-ticketing=on -device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 -chardev spicevmc,id=spicechannel0,name=vdagent