Overview
Comment: | Added example of usb-redirection (1 port) to VM template) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9cb375894f35ad9081f71cfb062d40c6 |
User & Date: | vitus on 2015-07-20 18:33:22 |
Other Links: | manifest | tags |
Context
2015-11-09
| ||
15:34 | make some commands work. check-in: fa99d9b0d0 user: vitus tags: trunk | |
2015-07-20
| ||
18:33 | Added example of usb-redirection (1 port) to VM template) check-in: 9cb375894f user: vitus tags: trunk | |
13:45 | implemented command-line parsing check-in: e7fb60a50e user: vitus tags: trunk | |
Changes
Modified start.template from [9a410b149a] to [c7b07ec5e9].
︙ | ︙ | |||
20 21 22 23 24 25 26 27 | {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 \ -daemonize -pidfile pid | > > > > | 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 |