2016-04-22 22:40:57 +08:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
|
|
|
HOME=/home/test \
|
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
2017-02-23 03:25:00 +08:00
|
|
|
QEMU_AUDIO_DRV=spice \
|
2017-04-07 00:19:48 +08:00
|
|
|
/usr/bin/qemu-system-i686 \
|
2016-04-23 06:39:09 +08:00
|
|
|
-name guest=foo=1,,bar=2,debug-threads=on \
|
2016-04-22 22:40:57 +08:00
|
|
|
-S \
|
2016-04-23 06:39:09 +08:00
|
|
|
-object secret,id=masterKey0,format=raw,file=/tmp/lib/domain--1-foo=1,,\
|
|
|
|
bar=2/master-key.aes \
|
2018-03-29 18:51:55 +08:00
|
|
|
-machine pc,accel=tcg,usb=off,dump-guest-core=off \
|
2016-04-22 22:40:57 +08:00
|
|
|
-m 214 \
|
2016-06-23 19:29:16 +08:00
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
2016-04-22 22:40:57 +08:00
|
|
|
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
|
2018-03-29 18:51:55 +08:00
|
|
|
-no-user-config \
|
2016-04-22 22:40:57 +08:00
|
|
|
-nodefaults \
|
2016-07-11 22:27:53 +08:00
|
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-foo=1,,\
|
|
|
|
bar=2/monitor.sock,server,nowait \
|
2018-03-29 06:04:58 +08:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
2018-03-29 18:51:55 +08:00
|
|
|
-rtc base=utc \
|
2018-03-29 18:51:55 +08:00
|
|
|
-no-shutdown \
|
2016-04-22 22:40:57 +08:00
|
|
|
-no-acpi \
|
|
|
|
-boot c \
|
|
|
|
-usb \
|
2018-06-19 01:57:23 +08:00
|
|
|
-chardev tty,id=charserial0,path=/dev/ttyS2,,foo \
|
|
|
|
-device isa-serial,chardev=charserial0,id=serial0 \
|
2018-06-19 01:57:24 +08:00
|
|
|
-chardev file,id=charserial1,path=/tmp/serial.log,,foo,append=on \
|
|
|
|
-device isa-serial,chardev=charserial1,id=serial1 \
|
2018-06-19 01:57:23 +08:00
|
|
|
-chardev pipe,id=charchannel0,path=/tmp/guestfwd,,foo \
|
|
|
|
-netdev user,guestfwd=tcp:10.0.2.1:4600-chardev:charchannel0,id=user-channel0 \
|
2017-06-10 17:38:57 +08:00
|
|
|
-vnc unix:/tmp/lib/domain--1-foo=1,,bar=2/vnc.sock \
|
|
|
|
-spice unix,addr=/tmp/lib/domain--1-foo=1,,bar=2/spice.sock \
|
2016-05-09 02:33:50 +08:00
|
|
|
-vga cirrus \
|
2016-04-22 22:40:57 +08:00
|
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
|