2017-05-24 15:09:46 +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 QEMUGuest1 \
|
|
|
|
-S \
|
2018-03-29 10:51:55 +00:00
|
|
|
-machine pc,accel=tcg,usb=off,dump-guest-core=off \
|
2017-05-24 15:09:46 +00:00
|
|
|
-m 214 \
|
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
|
|
|
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
|
2018-03-29 10:51:55 +00:00
|
|
|
-display none \
|
2018-03-29 10:51:55 +00:00
|
|
|
-no-user-config \
|
2017-05-24 15:09:46 +00:00
|
|
|
-nodefaults \
|
2017-06-26 14:40:39 +00:00
|
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-QEMUGuest1/monitor.sock,\
|
|
|
|
server,nowait \
|
2018-03-28 22:04:58 +00:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
2018-03-29 10:51:55 +00:00
|
|
|
-rtc base=utc \
|
2018-03-29 10:51:55 +00:00
|
|
|
-no-shutdown \
|
2017-05-24 15:09:46 +00:00
|
|
|
-no-acpi \
|
2017-05-24 15:09:12 +00:00
|
|
|
-device virtio-scsi-pci,iommu_platform=on,ats=on,id=scsi0,bus=pci.0,addr=0x8 \
|
|
|
|
-device virtio-serial-pci,id=virtio-serial0,iommu_platform=on,ats=on,bus=pci.0,\
|
|
|
|
addr=0x9 \
|
2017-05-24 15:09:46 +00:00
|
|
|
-usb \
|
|
|
|
-drive file=/var/lib/libvirt/images/img1,format=raw,if=none,\
|
|
|
|
id=drive-virtio-disk0 \
|
2017-05-24 15:09:12 +00:00
|
|
|
-device virtio-blk-pci,iommu_platform=on,ats=on,bus=pci.0,addr=0xa,\
|
2018-08-09 11:26:17 +00:00
|
|
|
drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 \
|
2017-05-24 15:09:46 +00:00
|
|
|
-fsdev local,security_model=passthrough,id=fsdev-fs0,path=/export/fs1 \
|
2017-05-24 15:09:12 +00:00
|
|
|
-device virtio-9p-pci,id=fs0,fsdev=fsdev-fs0,mount_tag=fs1,iommu_platform=on,\
|
|
|
|
ats=on,bus=pci.0,addr=0x3 \
|
2017-05-24 15:09:46 +00:00
|
|
|
-fsdev local,security_model=mapped,writeout=immediate,id=fsdev-fs1,\
|
|
|
|
path=/export/fs2 \
|
2017-05-24 15:09:12 +00:00
|
|
|
-device virtio-9p-pci,id=fs1,fsdev=fsdev-fs1,mount_tag=fs2,iommu_platform=on,\
|
|
|
|
ats=on,bus=pci.0,addr=0x4 \
|
2018-03-28 21:36:13 +00:00
|
|
|
-netdev user,id=hostnet0 \
|
|
|
|
-device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:56:58:5a:5c,bus=pci.0,\
|
|
|
|
addr=0x6,iommu_platform=on,ats=on \
|
2017-05-24 15:09:12 +00:00
|
|
|
-device virtio-mouse-pci,id=input0,bus=pci.0,addr=0xe,iommu_platform=on,ats=on \
|
|
|
|
-device virtio-keyboard-pci,id=input1,bus=pci.0,addr=0x10,iommu_platform=on,\
|
|
|
|
ats=on \
|
|
|
|
-device virtio-tablet-pci,id=input2,bus=pci.0,addr=0x11,iommu_platform=on,\
|
|
|
|
ats=on \
|
2017-05-24 15:09:46 +00:00
|
|
|
-device virtio-input-host-pci,id=input3,evdev=/dev/input/event1234,bus=pci.0,\
|
2017-05-24 15:09:12 +00:00
|
|
|
addr=0x12,iommu_platform=on,ats=on \
|
|
|
|
-device virtio-gpu-pci,id=video0,virgl=on,bus=pci.0,addr=0x2,iommu_platform=on,\
|
|
|
|
ats=on \
|
|
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0xc,iommu_platform=on,\
|
|
|
|
ats=on \
|
2017-05-24 15:09:46 +00:00
|
|
|
-object rng-random,id=objrng0,filename=/dev/random \
|
2017-05-24 15:09:12 +00:00
|
|
|
-device virtio-rng-pci,rng=objrng0,id=rng0,iommu_platform=on,ats=on,bus=pci.0,\
|
|
|
|
addr=0xd
|