2016-04-21 12:07:00 -04:00
LC_ALL=C \
PATH=/bin \
2023-03-02 19:05:53 +01:00
HOME=/var/lib/libvirt/qemu/domain--1-QEMUGuest1 \
2016-04-21 12:07:00 -04:00
USER=test \
LOGNAME=test \
2023-03-02 19:05:53 +01:00
XDG_DATA_HOME=/var/lib/libvirt/qemu/domain--1-QEMUGuest1/.local/share \
XDG_CACHE_HOME=/var/lib/libvirt/qemu/domain--1-QEMUGuest1/.cache \
XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-QEMUGuest1/.config \
2017-04-06 18:19:48 +02:00
/usr/bin/qemu-system-s390x \
2019-01-28 14:17:15 +01:00
-name guest=QEMUGuest1,debug-threads=on \
2016-04-21 12:07:00 -04:00
-S \
2023-03-02 19:05:53 +01:00
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain--1-QEMUGuest1/master-key.aes"}' \
2021-11-05 09:38:10 +01:00
-machine s390-ccw-virtio,usb=off,dump-guest-core=off,memory-backend=s390.ram \
-accel tcg \
2020-01-23 13:20:25 +01:00
-cpu qemu \
2023-06-21 16:31:46 +02:00
-m size=219136k \
2021-05-18 10:40:20 +02:00
-object '{"qom-type":"memory-backend-ram","id":"s390.ram","size":224395264}' \
2019-05-03 10:47:00 +02:00
-overcommit mem-lock=off \
2016-06-23 13:29:16 +02:00
-smp 1,sockets=1,cores=1,threads=1 \
2021-05-18 10:40:20 +02:00
-object '{"qom-type":"iothread","id":"iothread1"}' \
-object '{"qom-type":"iothread","id":"iothread2"}' \
2016-04-21 12:07:00 -04:00
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
2018-03-29 12:51:55 +02:00
-display none \
2018-03-29 12:51:55 +02:00
-no-user-config \
2016-04-21 12:07:00 -04:00
-nodefaults \
2021-02-16 11:29:24 +00:00
-chardev socket,id=charmonitor,fd=1729,server=on,wait=off \
2018-03-29 00:04:58 +02:00
-mon chardev=charmonitor,id=monitor,mode=control \
2018-03-29 12:51:55 +02:00
-rtc base=utc \
2018-03-29 12:51:55 +02:00
-no-shutdown \
2019-01-28 14:17:15 +01:00
-boot strict=on \
2023-07-05 08:20:24 +02:00
-device '{"driver":"virtio-scsi-ccw","iothread":"iothread2","id":"scsi0","devno":"fe.0.0001"}' \
2021-03-31 10:46:36 +02: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"}' \
2023-07-05 08:20:24 +02:00
-device '{"driver":"virtio-blk-ccw","iothread":"iothread1","devno":"fe.0.0000","drive":"libvirt-2-format","id":"virtio-disk0","bootindex":1}' \
2021-03-31 10:46:36 +02:00
-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"}' \
2023-07-05 08:20:24 +02:00
-device '{"driver":"scsi-hd","bus":"scsi0.0","channel":0,"scsi-id":2,"lun":0,"device_id":"drive-scsi0-0-2-0","drive":"libvirt-1-format","id":"scsi0-0-2-0"}' \
2021-11-09 16:58:22 +01:00
-audiodev '{"id":"audio1","driver":"none"}' \
2023-07-05 08:20:24 +02:00
-device '{"driver":"virtio-balloon-ccw","id":"balloon0","devno":"fe.0.000a"}' \
2021-03-31 10:46:36 +02:00
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \
2019-01-28 14:17:15 +01:00
-msg timestamp=on