qemu spice script added

This commit is contained in:
Christoph J. Scherr 2023-07-02 22:38:20 +02:00
parent 87ba8f1f44
commit 6a98f2db8d
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
1 changed files with 3 additions and 0 deletions

3
qemu-spice.sh Normal file
View File

@ -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