iothreads-virtio-scsi-pci.x86_64-latest.args 2.2 KB
Newer Older
1 2
LC_ALL=C \
PATH=/bin \
3
HOME=/tmp/lib/domain--1-QEMUGuest1 \
4 5
USER=test \
LOGNAME=test \
6 7 8
XDG_DATA_HOME=/tmp/lib/domain--1-QEMUGuest1/.local/share \
XDG_CACHE_HOME=/tmp/lib/domain--1-QEMUGuest1/.cache \
XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest1/.config \
9
QEMU_AUDIO_DRV=none \
10
/usr/bin/qemu-system-i686 \
11
-name guest=QEMUGuest1,debug-threads=on \
12
-S \
13 14
-object secret,id=masterKey0,format=raw,\
file=/tmp/lib/domain--1-QEMUGuest1/master-key.aes \
15
-machine pc,accel=tcg,usb=off,dump-guest-core=off \
16
-m 214 \
17
-overcommit mem-lock=off \
18
-smp 2,sockets=2,cores=1,threads=1 \
19 20 21
-object iothread,id=iothread1 \
-object iothread,id=iothread2 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
J
Ján Tomko 已提交
22
-display none \
23
-no-user-config \
24
-nodefaults \
25
-chardev socket,id=charmonitor,fd=1729,server,nowait \
26
-mon chardev=charmonitor,id=monitor,mode=control \
J
Ján Tomko 已提交
27
-rtc base=utc \
28
-no-shutdown \
29
-no-acpi \
30 31
-boot strict=on \
-device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 \
32
-device virtio-scsi-pci,iothread=iothread2,id=scsi0,bus=pci.0,addr=0xb \
P
Peter Krempa 已提交
33 34 35 36 37 38 39 40 41 42
-blockdev '{"driver":"host_device","filename":"/dev/HostVG/QEMUGuest1",\
"node-name":"libvirt-3-storage","auto-read-only":true,"discard":"unmap"}' \
-blockdev '{"node-name":"libvirt-3-format","read-only":false,"driver":"raw",\
"file":"libvirt-3-storage"}' \
-device ide-hd,bus=ide.0,unit=0,drive=libvirt-3-format,id=ide0-0-0,bootindex=1 \
-blockdev '{"driver":"file",\
"filename":"/var/lib/libvirt/images/iothrtest1.img",\
"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"}' \
43
-device virtio-blk-pci,iothread=iothread1,scsi=off,bus=pci.0,addr=0x4,\
P
Peter Krempa 已提交
44 45 46 47 48 49
drive=libvirt-2-format,id=virtio-disk1 \
-blockdev '{"driver":"file",\
"filename":"/var/lib/libvirt/images/iothrtest2.img",\
"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"}' \
50
-device scsi-hd,bus=scsi0.0,channel=0,scsi-id=0,lun=3,\
P
Peter Krempa 已提交
51
device_id=drive-scsi0-0-0-3,drive=libvirt-1-format,id=scsi0-0-0-3 \
52 53 54
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
resourcecontrol=deny \
-msg timestamp=on