2015-11-06 07:20:06 -06:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
|
|
|
HOME=/home/test \
|
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
|
|
|
QEMU_AUDIO_DRV=none \
|
|
|
|
/usr/bin/qemu \
|
2015-11-06 08:29:41 -06:00
|
|
|
-name QEMUGuest1 \
|
2015-11-06 07:20:06 -06:00
|
|
|
-S \
|
|
|
|
-M pc-q35-2.4 \
|
|
|
|
-m 214 \
|
|
|
|
-smp 1 \
|
2015-11-06 08:29:52 -06:00
|
|
|
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
|
2015-11-06 07:20:06 -06:00
|
|
|
-nographic \
|
|
|
|
-nodefaults \
|
2015-06-22 08:20:55 -05:00
|
|
|
-monitor unix:/tmp/test-monitor,server,nowait \
|
|
|
|
-no-acpi \
|
|
|
|
-device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e \
|
|
|
|
-device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x1 \
|
2015-11-06 12:20:20 -06:00
|
|
|
-drive file=/tmp/firmware.img,if=none,id=drive-fdc0-0-0,format=raw \
|
2015-06-22 08:20:55 -05:00
|
|
|
-device isa-fdc,driveA=drive-fdc0-0-0,bootindexA=1 \
|
|
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.2,addr=0x3
|