2016-07-18 15:16:33 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
|
|
|
HOME=/home/test \
|
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
|
|
|
QEMU_AUDIO_DRV=none \
|
2017-04-06 16:19:48 +00:00
|
|
|
/usr/bin/qemu-system-i686 \
|
2016-07-18 15:16:33 +00:00
|
|
|
-name QEMUGuest1 \
|
|
|
|
-S \
|
|
|
|
-M pc \
|
|
|
|
-m 214 \
|
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
|
|
|
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
|
|
|
|
-nographic \
|
|
|
|
-nodefconfig \
|
|
|
|
-nodefaults \
|
|
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-QEMUGuest1/monitor.sock,\
|
|
|
|
server,nowait \
|
|
|
|
-mon chardev=charmonitor,id=monitor,mode=readline \
|
|
|
|
-no-acpi \
|
|
|
|
-boot c \
|
|
|
|
-device nec-usb-xhci,p2=8,p3=8,id=usb,bus=pci.0,addr=0x3 \
|
2015-08-12 14:52:18 +00:00
|
|
|
-device usb-hub,id=hub0,bus=usb.0,port=1 \
|
|
|
|
-device usb-hub,id=hub1,bus=usb.0,port=2 \
|
|
|
|
-device usb-mouse,id=input0,bus=usb.0,port=3 \
|
|
|
|
-device usb-mouse,id=input1,bus=usb.0,port=4 \
|
|
|
|
-device usb-mouse,id=input2,bus=usb.0,port=5
|