2016-01-09 21:00:01 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
|
|
|
HOME=/home/test \
|
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
|
|
|
QEMU_AUDIO_DRV=none \
|
|
|
|
/usr/bin/qemu-kvm \
|
|
|
|
-name q35 \
|
|
|
|
-S \
|
|
|
|
-M pc-q35-2.5 \
|
|
|
|
-m 1024 \
|
2016-06-23 11:29:16 +00:00
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
2016-01-09 21:00:01 +00:00
|
|
|
-uuid 56f5055c-1b8d-490c-844a-ad646a1caaaa \
|
|
|
|
-nographic \
|
|
|
|
-nodefaults \
|
2016-02-26 08:15:55 +00:00
|
|
|
-monitor unix:/tmp/lib/domain--1-q35/monitor.sock,server,nowait \
|
2016-01-09 21:00:01 +00:00
|
|
|
-no-acpi \
|
|
|
|
-global ICH9-LPC.disable_s3=1 \
|
|
|
|
-global ICH9-LPC.disable_s4=1 \
|
|
|
|
-boot n \
|
|
|
|
-device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e \
|
2016-03-02 20:29:33 +00:00
|
|
|
-device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x0 \
|
2016-01-09 21:00:01 +00:00
|
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.2,addr=0x1
|