Differences From Artifact [9a410b149a]:
- File start.template — part of check-in [9c13f0d95f] at 2015-07-18 19:42:36 on branch trunk — make vm template script self-sufficient and eliminate vm conf because it conflicts with design goal - VWS VM moved to other host machine shouldn't require VWS, and should happily run with bare QEMU (user: vitus, size: 764) [annotate] [blame] [check-ins using]
To Artifact [c7b07ec5e9]:
- File start.template — part of check-in [9cb375894f] at 2015-07-20 18:33:22 on branch trunk — Added example of usb-redirection (1 port) to VM template) (user: vitus, size: 981) [annotate] [blame] [check-ins using]
| ︙ | |||
20 21 22 23 24 25 26 27 | 20 21 22 23 24 25 26 27 28 29 30 31 | + + + + |
{sound} \
-chardev socket,server,nowait,path=/home/vitus/asta.monitor,id=monitor \
-mon chardev=monitor,mode=readline \
-vga qxl \
-spice port=$SPICE_PORT,$SPICE_AUTH \
-device virtio-serial -chardev spicevmc,id=vdagent,name=vdagent \
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
-device ich9-usb-ehci1,id=usb \
-device ich9-usb-uhci1,masterbus=usb.0,firstport=0,multifunction=on \
-chardev spicevmc,name=usbredir,id=usbredirchardev1 \
-device usb-redir,chardev=usbredirchardev1,id=usbredirdev1 \
-daemonize -pidfile pid
|