2016-04-21 19:07:00 +03:00
LC_ALL=C \
PATH=/bin \
2019-03-06 15:29:01 +03:00
HOME=/tmp/lib/domain--1-QEMUGuest1 \
2016-04-21 19:07:00 +03:00
USER=test \
LOGNAME=test \
2019-03-08 14:15:07 +03:00
XDG_DATA_HOME=/tmp/lib/domain--1-QEMUGuest1/.local/share \
XDG_CACHE_HOME=/tmp/lib/domain--1-QEMUGuest1/.cache \
XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest1/.config \
2016-04-21 19:07:00 +03:00
QEMU_AUDIO_DRV=none \
2017-04-06 19:19:48 +03:00
/usr/bin/qemu-system-s390x \
2019-01-28 16:17:15 +03:00
-name guest=QEMUGuest1,debug-threads=on \
2016-04-21 19:07:00 +03:00
-S \
2019-01-28 16:17:15 +03:00
-object secret,id=masterKey0,format=raw,\
file=/tmp/lib/domain--1-QEMUGuest1/master-key.aes \
2020-01-23 12:11:12 +03:00
-machine s390-ccw-virtio,accel=tcg,usb=off,dump-guest-core=off \
2020-01-23 15:20:25 +03:00
-cpu qemu \
2016-04-21 19:07:00 +03:00
-m 214 \
2019-05-03 11:47:00 +03:00
-overcommit mem-lock=off \
2016-06-23 14:29:16 +03:00
-smp 1,sockets=1,cores=1,threads=1 \
2016-04-21 19:07:00 +03:00
-object iothread,id=iothread1 \
-object iothread,id=iothread2 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
2018-03-29 13:51:55 +03:00
-display none \
2018-03-29 13:51:55 +03:00
-no-user-config \
2016-04-21 19:07:00 +03:00
-nodefaults \
2019-01-28 16:17:15 +03:00
-chardev socket,id=charmonitor,fd=1729,server,nowait \
2018-03-29 01:04:58 +03:00
-mon chardev=charmonitor,id=monitor,mode=control \
2018-03-29 13:51:55 +03:00
-rtc base=utc \
2018-03-29 13:51:55 +03:00
-no-shutdown \
2019-01-28 16:17:15 +03:00
-boot strict=on \
2016-04-21 19:07:00 +03:00
-device virtio-scsi-ccw,iothread=iothread2,id=scsi0,devno=fe.0.0001 \
2020-03-24 14:34:28 +03:00
-blockdev '{"driver":"host_device","filename":"/dev/HostVG/QEMUGuest1",\
"node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}' \
-blockdev '{"node-name":"libvirt-2-format","read-only":false,"driver":"raw",\
"file":"libvirt-2-storage"}' \
2019-01-28 16:17:15 +03:00
-device virtio-blk-ccw,iothread=iothread1,scsi=off,devno=fe.0.0000,\
2020-03-24 14:34:28 +03:00
drive=libvirt-2-format,id=virtio-disk0,bootindex=1 \
-blockdev '{"driver":"host_device","filename":"/dev/HostVG/QEMUGuest2",\
"node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \
-blockdev '{"node-name":"libvirt-1-format","read-only":false,"driver":"raw",\
"file":"libvirt-1-storage"}' \
2019-05-03 11:47:00 +03:00
-device scsi-hd,bus=scsi0.0,channel=0,scsi-id=2,lun=0,\
2020-03-24 14:34:28 +03:00
device_id=drive-scsi0-0-2-0,drive=libvirt-1-format,id=scsi0-0-2-0 \
2019-01-28 16:17:15 +03:00
-device virtio-balloon-ccw,id=balloon0,devno=fe.0.000a \
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
resourcecontrol=deny \
-msg timestamp=on