2015-11-06 16:20:06 +03:00
LC_ALL=C \
PATH=/bin \
HOME=/home/test \
USER=test \
LOGNAME=test \
QEMU_AUDIO_DRV=none \
2013-12-03 14:58:50 +04:00
/usr/bin/qemu \
2015-11-06 17:29:41 +03:00
-name QEMUGuest1 \
2013-12-03 14:58:50 +04:00
-S \
-M pc \
-m 214 \
-smp 1 \
2015-11-06 17:29:52 +03:00
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
2013-12-03 14:58:50 +04:00
-nographic \
-nodefaults \
2016-02-26 11:15:55 +03:00
-monitor unix:/tmp/lib/domain--1-QEMUGuest1/monitor.sock,server,nowait \
2013-12-03 14:58:50 +04:00
-no-acpi \
-boot strict=on \
-usb \
2015-12-28 17:13:52 +03:00
-drive file=/tmp/vda.img,format=raw,if=none,id=drive-virtio-disk0 \
2013-12-03 14:58:50 +04:00
-device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk0,\
id=virtio-disk0,bootindex=3 \
2015-12-28 17:13:52 +03:00
-drive file=/tmp/vdb.img,format=raw,if=none,id=drive-virtio-disk1 \
2013-12-03 14:58:50 +04:00
-device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk1,\
id=virtio-disk1 \
2015-12-28 17:13:52 +03:00
-drive file=/dev/HostVG/hda,format=raw,if=none,id=drive-ide0-0-0 \
2013-12-03 14:58:50 +04:00
-device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 \
2015-12-28 17:13:52 +03:00
-drive file=/dev/HostVG/hdb,format=raw,if=none,id=drive-ide0-0-1 \
2013-12-03 14:58:50 +04:00
-device ide-drive,bus=ide.0,unit=1,drive=drive-ide0-0-1,id=ide0-0-1 \
2016-05-20 14:49:15 +03:00
-drive file=/dev/HostVG/hdc,format=raw,if=none,media=cdrom,id=drive-ide0-1-0,\
readonly=on \
2015-11-06 16:20:06 +03:00
-device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=1 \
2015-12-28 17:13:52 +03:00
-drive file=/dev/fd0,format=raw,if=none,id=drive-fdc0-0-0 \
2013-12-03 14:58:50 +04:00
-global isa-fdc.driveA=drive-fdc0-0-0 \
-global isa-fdc.bootindexA=4 \
2015-12-28 17:13:52 +03:00
-drive file=/dev/fd1,format=raw,if=none,id=drive-fdc0-0-1 \
2013-12-03 14:58:50 +04:00
-global isa-fdc.driveB=drive-fdc0-0-1 \
2015-11-06 16:20:06 +03:00
-device virtio-net-pci,vlan=0,id=net0,mac=00:11:22:33:44:11,bus=pci.0,addr=0x3,\
bootindex=2 \
2013-12-03 14:58:50 +04:00
-net user,vlan=0,name=hostnet0 \
2015-11-06 16:20:06 +03:00
-device virtio-net-pci,vlan=1,id=net1,mac=00:11:22:33:44:22,bus=pci.0,addr=0x4 \
2013-12-03 14:58:50 +04:00
-net user,vlan=1,name=hostnet1