qemu : ajout des scripts de lancement de VM via Spice

This commit is contained in:
Hippolyte Chauvin 2023-11-28 13:57:29 +01:00
parent fb8615bab2
commit 165ff284e2
2 changed files with 8 additions and 0 deletions

4
qemu/bin/linux-spice Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh -ex
exec linux \
-vga qxl -spice port=5900,addr=127.0.0.1,disable-ticketing=on \
"$@"

4
qemu/bin/redox-spice Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh -ex
exec redox \
-vga qxl -spice port=5900,addr=127.0.0.1,disable-ticketing=on \
"$@"