qemuxml2argv-machine-keywrap-none.args 541 字节
Newer Older
1 2 3 4 5 6 7
LC_ALL=C \
PATH=/bin \
HOME=/home/test \
USER=test \
LOGNAME=test \
QEMU_AUDIO_DRV=none \
/usr/bin/qemu-system-s390x \
8
-name QEMUGuest1 \
9
-S \
10
-machine s390-ccw-virtio,accel=tcg \
11
-m 214 \
12
-smp 1,sockets=1,cores=1,threads=1 \
13
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
14 15
-nographic \
-nodefaults \
16
-monitor unix:/tmp/lib/domain--1-QEMUGuest1/monitor.sock,server,nowait \
17
-boot c \
18
-drive file=/dev/HostVG/QEMUGuest1,format=raw,if=none,id=drive-virtio-disk0 \
19 20
-device virtio-blk-ccw,devno=fe.0.0000,drive=drive-virtio-disk0,\
id=virtio-disk0