]> git.proxmox.com Git - qemu-server.git/blob - test/cfg2cmd/spice-enhancments.conf.cmd
partially fix #3056: try to cancel backup without uuid
[qemu-server.git] / test / cfg2cmd / spice-enhancments.conf.cmd
1 /usr/bin/kvm \
2 -id 8006 \
3 -name vm8006 \
4 -chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server,nowait' \
5 -mon 'chardev=qmp,mode=control' \
6 -chardev 'socket,id=qmp-event,path=/var/run/qmeventd.sock,reconnect=5' \
7 -mon 'chardev=qmp-event,mode=control' \
8 -pidfile /var/run/qemu-server/8006.pid \
9 -daemonize \
10 -smbios 'type=1,uuid=363a6126-5f48-43e1-811f-013294a946a0' \
11 -smp '1,sockets=1,cores=1,maxcpus=1' \
12 -nodefaults \
13 -boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
14 -vnc unix:/var/run/qemu-server/8006.vnc,password \
15 -cpu kvm64,enforce,+kvm_pv_eoi,+kvm_pv_unhalt,+lahf_lm,+sep \
16 -m 512 \
17 -device 'pci-bridge,id=pci.1,chassis_nr=1,bus=pci.0,addr=0x1e' \
18 -device 'pci-bridge,id=pci.2,chassis_nr=2,bus=pci.0,addr=0x1f' \
19 -device 'vmgenid,guid=719b9591-1b0d-4e43-bca2-22b9ffbd3568' \
20 -device 'piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2' \
21 -device 'qxl-vga,id=vga,bus=pci.0,addr=0x2' \
22 -device 'virtio-serial,id=spice,bus=pci.0,addr=0x9' \
23 -chardev 'spicevmc,id=vdagent,name=vdagent' \
24 -device 'virtserialport,chardev=vdagent,name=com.redhat.spice.0' \
25 -chardev 'spiceport,id=foldershare,name=org.spice-space.webdav.0' \
26 -device 'virtserialport,chardev=foldershare,name=org.spice-space.webdav.0' \
27 -spice 'tls-port=61000,addr=127.0.0.1,tls-ciphers=HIGH,seamless-migration=on,streaming-video=all' \
28 -device 'virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3' \
29 -iscsi 'initiator-name=iqn.1993-08.org.debian:01:aabbccddeeff' \
30 -machine 'type=pc'