2015-11-06 13:20:06 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
|
|
|
HOME=/home/test \
|
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
|
|
|
QEMU_AUDIO_DRV=spice \
|
2017-04-06 16:19:48 +00:00
|
|
|
/usr/bin/qemu-system-i686 \
|
2015-11-06 14:29:41 +00:00
|
|
|
-name QEMUGuest1 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-S \
|
|
|
|
-M pc \
|
|
|
|
-m 214 \
|
2016-06-23 11:29:16 +00:00
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
2015-11-06 14:29:52 +00:00
|
|
|
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-nodefconfig \
|
|
|
|
-nodefaults \
|
2016-02-26 08:15:55 +00:00
|
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-QEMUGuest1/monitor.sock,\
|
|
|
|
server,nowait \
|
2015-11-06 13:20:06 +00:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=readline \
|
|
|
|
-no-acpi \
|
|
|
|
-boot c \
|
2012-05-08 13:00:28 +00:00
|
|
|
-device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x4.0x7 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,\
|
|
|
|
addr=0x4 \
|
2012-05-08 13:00:28 +00:00
|
|
|
-device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x4.0x1 \
|
|
|
|
-device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x4.0x2 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-spice port=5903,tls-port=5904,addr=127.0.0.1,x509-dir=/etc/pki/libvirt-spice,\
|
|
|
|
tls-channel=main,plaintext-channel=inputs,tls-channel=usbredir,\
|
2013-07-17 17:47:01 +00:00
|
|
|
image-compression=auto_glz,jpeg-wan-compression=auto,\
|
2015-11-06 13:20:06 +00:00
|
|
|
zlib-glz-wan-compression=auto,playback-compression=on,streaming-video=filter,\
|
|
|
|
disable-copy-paste \
|
2012-05-08 13:00:28 +00:00
|
|
|
-vga cirrus \
|
|
|
|
-chardev socket,id=charredir0,host=localhost,port=4000 \
|
2015-08-12 14:52:18 +00:00
|
|
|
-device usb-redir,chardev=charredir0,id=redir0,bus=usb.0,port=1 \
|
2012-05-08 13:00:28 +00:00
|
|
|
-chardev spicevmc,id=charredir1,name=usbredir \
|
|
|
|
-device usb-redir,chardev=charredir1,id=redir1,bus=usb.0,port=4 \
|
|
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
|