2015-11-06 13:20:06 +00:00
LC_ALL=C \
PATH=/bin \
HOME=/home/test \
USER=test \
LOGNAME=test \
QEMU_AUDIO_DRV=none \
2017-04-06 18:19:48 +02:00
/usr/bin/qemu-system-x86_64 \
2015-11-06 14:29:41 +00:00
-name QEMUGuest1 \
2015-11-06 13:20:06 +00:00
-S \
2018-03-29 12:51:55 +02:00
-machine pc-0.15,accel=kvm,usb=off,dump-guest-core=off \
2015-11-06 13:20:06 +00:00
-m 1024 \
2016-06-23 13:29:16 +02:00
-smp 1,sockets=1,cores=1,threads=1 \
2015-11-06 14:29:52 +00:00
-uuid cdbebdfa-1d6d-65c3-be0f-fd74b978a773 \
2018-03-29 12:51:55 +02:00
-no-user-config \
2015-11-06 13:20:06 +00:00
-nodefaults \
2017-06-26 10:40:39 -04:00
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-QEMUGuest1/monitor.sock,\
server,nowait \
2018-03-29 00:04:58 +02:00
-mon chardev=charmonitor,id=monitor,mode=control \
2018-03-29 12:51:55 +02:00
-rtc base=utc \
2018-03-29 12:51:55 +02:00
-no-shutdown \
2015-11-06 13:20:06 +00:00
-no-acpi \
2012-12-14 15:09:17 +08:00
-usb \
2015-12-28 15:13:52 +01:00
-drive file=/var/lib/libvirt/images/QEMUGuest1,format=qcow2,if=none,\
id=drive-ide0-0-0,cache=none \
2018-08-09 13:26:17 +02:00
-device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,\
bootindex=1 \
2016-05-09 14:30:27 +02:00
-vnc 127.0.0.1:0 \
2015-11-06 13:20:06 +00:00
-device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,bus=pci.0,\
addr=0x3 \
2013-01-18 20:36:36 +02:00
-device qxl,id=video1,ram_size=67108864,vram_size=67108864,bus=pci.0,addr=0x4 \
-device qxl,id=video2,ram_size=67108864,vram_size=67108864,bus=pci.0,addr=0x5 \
2012-12-14 15:09:17 +08:00
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x2