2016-04-21 12:07:00 -04:00
LC_ALL=C \
PATH=/bin \
HOME=/home/test \
USER=test \
LOGNAME=test \
QEMU_AUDIO_DRV=none \
2017-04-06 18:19:48 +02:00
/usr/bin/qemu-system-s390x \
2016-04-21 12:07:00 -04:00
-name QEMUGuest1 \
-S \
2018-03-29 12:51:55 +02:00
-machine s390-ccw,accel=tcg,usb=off,dump-guest-core=off \
2016-04-21 12:07:00 -04:00
-m 214 \
2016-06-23 13:29:16 +02:00
-smp 1,sockets=1,cores=1,threads=1 \
2016-04-21 12:07:00 -04:00
-object iothread,id=iothread1 \
-object iothread,id=iothread2 \
-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 \
2017-06-26 10:40:39 -04:00
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-QEMUGuest1/monitor.sock,\
server,nowait \
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 \
2016-04-21 12:07:00 -04:00
-boot c \
-device virtio-scsi-ccw,iothread=iothread2,id=scsi0,devno=fe.0.0001 \
-drive file=/dev/HostVG/QEMUGuest1,format=raw,if=none,id=drive-virtio-disk0 \
-device virtio-blk-ccw,iothread=iothread1,devno=fe.0.0000,\
drive=drive-virtio-disk0,id=virtio-disk0 \
-drive file=/dev/HostVG/QEMUGuest2,format=raw,if=none,id=drive-scsi0-0-2-0 \
2016-07-11 16:27:53 +02:00
-device scsi-disk,bus=scsi0.0,channel=0,scsi-id=2,lun=0,\
drive=drive-scsi0-0-2-0,id=scsi0-0-2-0 \
2016-04-21 12:07:00 -04:00
-device virtio-balloon-ccw,id=balloon0,devno=fe.0.000a