2019-01-11 20:06:05 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
|
|
|
HOME=/home/test \
|
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
|
|
|
QEMU_AUDIO_DRV=none \
|
|
|
|
/usr/bin/qemu-system-x86_64 \
|
|
|
|
-name guest=QEMUGuest1,debug-threads=on \
|
|
|
|
-S \
|
|
|
|
-object secret,id=masterKey0,format=raw,\
|
|
|
|
file=/tmp/lib/domain--1-QEMUGuest1/master-key.aes \
|
|
|
|
-machine pc-q35-3.1,accel=tcg,usb=off,dump-guest-core=off \
|
|
|
|
-m 214 \
|
|
|
|
-realtime mlock=off \
|
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
|
|
|
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
|
|
|
|
-display none \
|
|
|
|
-no-user-config \
|
|
|
|
-nodefaults \
|
|
|
|
-chardev socket,id=charmonitor,fd=1729,server,nowait \
|
|
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
|
|
|
-rtc base=utc \
|
|
|
|
-no-shutdown \
|
|
|
|
-no-acpi \
|
|
|
|
-boot strict=on \
|
|
|
|
-device pcie-root-port,port=0x8,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,\
|
|
|
|
addr=0x1 \
|
|
|
|
-device pcie-root-port,port=0x9,chassis=2,id=pci.2,bus=pcie.0,addr=0x1.0x1 \
|
2019-01-17 17:52:32 +00:00
|
|
|
-device pcie-root-port,port=0xa,chassis=3,id=pci.3,bus=pcie.0,addr=0x1.0x2 \
|
2019-01-17 17:52:33 +00:00
|
|
|
-device pcie-root-port,port=0xb,chassis=4,id=pci.4,bus=pcie.0,addr=0x1.0x3 \
|
2019-01-11 20:06:05 +00:00
|
|
|
-drive file=/dev/HostVG/QEMUGuest1,format=raw,if=none,id=drive-virtio-disk0 \
|
2019-01-17 17:52:32 +00:00
|
|
|
-device virtio-blk-pci,disable-legacy=on,disable-modern=off,scsi=off,bus=pci.2,\
|
2019-01-11 21:30:10 +00:00
|
|
|
addr=0x0,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 \
|
2019-01-17 17:52:32 +00:00
|
|
|
-netdev user,id=hostnet0 \
|
|
|
|
-device virtio-net-pci,disable-legacy=on,disable-modern=off,netdev=hostnet0,\
|
|
|
|
id=net0,mac=00:11:22:33:44:55,bus=pci.1,addr=0x0 \
|
2019-01-17 17:52:33 +00:00
|
|
|
-device vhost-scsi-pci,wwpn=naa.5123456789abcde0,vhostfd=3,id=hostdev0,\
|
|
|
|
bus=pci.3,addr=0x0 \
|
2019-01-11 20:06:05 +00:00
|
|
|
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
|
|
|
|
resourcecontrol=deny \
|
|
|
|
-msg timestamp=on
|