2017-09-15 17:17:59 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
2019-03-06 12:29:01 +00:00
|
|
|
HOME=/tmp/lib/domain--1-QEMUGuest2 \
|
2017-09-15 17:17:59 +00:00
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
2019-03-08 11:15:07 +00:00
|
|
|
XDG_DATA_HOME=/tmp/lib/domain--1-QEMUGuest2/.local/share \
|
|
|
|
XDG_CACHE_HOME=/tmp/lib/domain--1-QEMUGuest2/.cache \
|
|
|
|
XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest2/.config \
|
2017-09-15 17:17:59 +00:00
|
|
|
QEMU_AUDIO_DRV=none \
|
2019-11-29 16:33:37 +00:00
|
|
|
/usr/bin/qemu-system-i386 \
|
2017-09-15 17:17:59 +00:00
|
|
|
-name QEMUGuest2 \
|
|
|
|
-S \
|
|
|
|
-object secret,id=masterKey0,format=raw,\
|
|
|
|
file=/tmp/lib/domain--1-QEMUGuest2/master-key.aes \
|
2018-03-29 10:51:55 +00:00
|
|
|
-machine pc,accel=tcg,usb=off,dump-guest-core=off \
|
2017-09-15 17:17:59 +00:00
|
|
|
-m 214 \
|
2019-04-12 08:03:36 +00:00
|
|
|
-realtime mlock=off \
|
2017-09-15 17:17:59 +00:00
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
|
|
|
-uuid c7a5fdbd-edaf-9466-926a-d65c16db1809 \
|
2018-03-29 10:51:55 +00:00
|
|
|
-display none \
|
2018-03-29 10:51:55 +00:00
|
|
|
-no-user-config \
|
2017-09-15 17:17:59 +00:00
|
|
|
-nodefaults \
|
|
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-QEMUGuest2/monitor.sock,\
|
|
|
|
server,nowait \
|
2018-03-28 22:04:58 +00:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
2018-03-29 10:51:55 +00:00
|
|
|
-rtc base=utc \
|
2018-03-29 10:51:55 +00:00
|
|
|
-no-shutdown \
|
2017-09-15 17:17:59 +00:00
|
|
|
-no-acpi \
|
|
|
|
-device virtio-scsi-pci,id=scsi0,bus=pci.0,addr=0x3 \
|
|
|
|
-usb \
|
|
|
|
-object secret,id=virtio-disk0-secret0,\
|
|
|
|
data=9eao5F8qtkGt+seB1HYivWIxbtwUu6MQtg1zpj/oDtUsPr1q8wBYM91uEHCn6j/1,\
|
|
|
|
keyid=masterKey0,iv=AAECAwQFBgcICQoLDA0ODw==,format=base64 \
|
|
|
|
-drive file.driver=iscsi,file.portal=example.org:6000,\
|
|
|
|
file.target=iqn.1992-01.com.example:storage,file.lun=1,file.transport=tcp,\
|
|
|
|
file.user=myname,file.password-secret=virtio-disk0-secret0,format=raw,if=none,\
|
|
|
|
id=drive-virtio-disk0 \
|
|
|
|
-device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,\
|
2018-08-09 11:26:17 +00:00
|
|
|
id=virtio-disk0,bootindex=1 \
|
2017-09-15 17:17:59 +00:00
|
|
|
-object secret,id=hostdev0-secret0,\
|
|
|
|
data=9eao5F8qtkGt+seB1HYivWIxbtwUu6MQtg1zpj/oDtUsPr1q8wBYM91uEHCn6j/1,\
|
|
|
|
keyid=masterKey0,iv=AAECAwQFBgcICQoLDA0ODw==,format=base64 \
|
|
|
|
-drive file.driver=iscsi,file.portal=example.org:6000,\
|
|
|
|
file.target=iqn.1992-01.com.example:storage,file.lun=2,file.transport=tcp,\
|
|
|
|
file.user=myname,file.password-secret=hostdev0-secret0,if=none,format=raw,\
|
|
|
|
id=drive-hostdev0 \
|
|
|
|
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=0,lun=0,\
|
|
|
|
drive=drive-hostdev0,id=hostdev0 \
|
|
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5
|