2015-11-06 16:20:06 +03:00
LC_ALL=C \
PATH=/bin \
HOME=/home/test \
USER=test \
LOGNAME=test \
QEMU_AUDIO_DRV=none \
2017-04-06 19:19:48 +03:00
/usr/bin/qemu-system-x86_64 \
2015-11-06 17:29:41 +03:00
-name QEMUGuest1 \
2015-11-06 16:20:06 +03:00
-S \
2018-03-29 13:51:55 +03:00
-machine pc-1.2,accel=kvm,usb=off,dump-guest-core=off \
2015-11-06 16:20:06 +03:00
-m 1024 \
2016-06-23 14:29:16 +03:00
-smp 1,sockets=1,cores=1,threads=1 \
2015-11-06 17:29:52 +03:00
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
2018-03-29 13:51:55 +03:00
-display none \
2018-03-29 13:51:55 +03:00
-no-user-config \
2015-11-06 16:20:06 +03:00
-nodefaults \
2017-06-26 17:40:39 +03:00
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-QEMUGuest1/monitor.sock,\
server,nowait \
2018-03-29 01:04:58 +03:00
-mon chardev=charmonitor,id=monitor,mode=control \
2018-03-29 13:51:55 +03:00
-rtc base=utc \
2018-03-29 13:51:55 +03:00
-no-shutdown \
2015-11-06 16:20:06 +03:00
-usb \
2018-07-19 14:46:05 +03:00
-drive file=ftp://host.name:21/url/path/file.iso,format=raw,if=none,\
2019-01-28 16:44:57 +03:00
id=drive-ide0-0-0,readonly=on \
-device ide-cd,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1 \
2018-07-19 14:46:05 +03:00
-drive file=ftps://host.name:990/url/path/file.iso,format=raw,if=none,\
2019-01-28 16:44:57 +03:00
id=drive-ide0-0-1,readonly=on \
-device ide-cd,bus=ide.0,unit=1,drive=drive-ide0-0-1,id=ide0-0-1 \
2015-12-28 17:13:52 +03:00
-drive file=https://host.name:443/url/path/file.iso,format=raw,if=none,\
2019-01-28 16:44:57 +03:00
id=drive-ide0-1-0,readonly=on \
-device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 \
2018-07-19 14:46:05 +03:00
-drive file=tftp://host.name:69/url/path/file.iso,format=raw,if=none,\
2019-01-28 16:44:57 +03:00
id=drive-ide0-1-1,readonly=on \
-device ide-cd,bus=ide.1,unit=1,drive=drive-ide0-1-1,id=ide0-1-1 \
2013-09-16 21:12:51 +04:00
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3