qemu script linux-spice : ajout d'options pour spice
This commit is contained in:
parent
9881409b40
commit
a658de6007
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
#!/bin/sh -ex
|
||||
exec linux \
|
||||
-vga qxl -spice port=5900,addr=127.0.0.1,disable-ticketing=on \
|
||||
-vga qxl \
|
||||
-device virtio-serial \
|
||||
-chardev spicevmc,id=vdagent,debug=0,name=vdagent \
|
||||
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
|
||||
-spice port=5900,addr=127.0.0.1,disable-ticketing=on \
|
||||
"$@"
|
||||
|
|
Loading…
Reference in a new issue