2015-11-06 13:20:06 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
2019-03-06 12:29:01 +00:00
|
|
|
HOME=/tmp/lib/domain--1-fdr \
|
2015-11-06 13:20:06 +00:00
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
2019-03-08 11:15:07 +00:00
|
|
|
XDG_DATA_HOME=/tmp/lib/domain--1-fdr/.local/share \
|
|
|
|
XDG_CACHE_HOME=/tmp/lib/domain--1-fdr/.cache \
|
|
|
|
XDG_CONFIG_HOME=/tmp/lib/domain--1-fdr/.config \
|
2015-11-06 13:20:06 +00:00
|
|
|
QEMU_AUDIO_DRV=spice \
|
2017-04-06 16:19:48 +00:00
|
|
|
/usr/bin/qemu-system-x86_64 \
|
2015-11-06 14:29:41 +00:00
|
|
|
-name fdr \
|
2015-11-06 13:20:06 +00:00
|
|
|
-S \
|
2020-01-22 16:42:42 +00:00
|
|
|
-machine pc,accel=kvm,usb=off,dump-guest-core=off \
|
2015-11-06 13:20:06 +00:00
|
|
|
-m 4096 \
|
2019-04-12 08:03:36 +00:00
|
|
|
-realtime mlock=off \
|
2016-06-23 11:29:16 +00:00
|
|
|
-smp 4,sockets=4,cores=1,threads=1 \
|
2015-11-06 14:29:52 +00:00
|
|
|
-uuid d091ea82-29e6-2e34-3005-f02617b36e87 \
|
2018-03-29 10:51:55 +00:00
|
|
|
-no-user-config \
|
2015-11-06 13:20:06 +00:00
|
|
|
-nodefaults \
|
2016-02-26 08:15:55 +00:00
|
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-fdr/monitor.sock,server,\
|
|
|
|
nowait \
|
2018-03-28 22:04:58 +00:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
2018-03-29 10:51:55 +00:00
|
|
|
-rtc base=utc \
|
2018-03-29 10:51:55 +00:00
|
|
|
-no-shutdown \
|
2018-08-09 11:26:17 +00:00
|
|
|
-boot menu=off \
|
2015-11-06 13:20:06 +00:00
|
|
|
-device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 \
|
|
|
|
-device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x7 \
|
2015-08-12 14:52:18 +00:00
|
|
|
-device usb-hub,id=hub0,bus=usb.0,port=1 \
|
2019-01-15 15:50:22 +00:00
|
|
|
-device usb-ccid,id=ccid0,bus=usb.0,port=1.1 \
|
2015-12-28 14:13:52 +00:00
|
|
|
-drive file=/tmp/fdr.img,format=raw,if=none,id=drive-virtio-disk0,cache=none,\
|
2015-11-06 18:20:20 +00:00
|
|
|
aio=native \
|
2015-11-06 13:20:06 +00:00
|
|
|
-device virtio-blk-pci,bus=pci.0,addr=0x5,drive=drive-virtio-disk0,\
|
2018-08-09 11:26:17 +00:00
|
|
|
id=virtio-disk0,bootindex=1 \
|
2015-12-28 14:13:52 +00:00
|
|
|
-drive file=/tmp/Fedora-17-x86_64-Live-Desktop.iso,format=raw,if=none,\
|
2019-01-28 13:44:57 +00: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-03-28 21:36:13 +00:00
|
|
|
-netdev user,id=hostnet0 \
|
|
|
|
-device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:4d:4b:19,bus=pci.0,\
|
2018-08-09 11:26:17 +00:00
|
|
|
addr=0x3,bootindex=2 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-chardev spicevmc,id=charsmartcard0,name=smartcard \
|
|
|
|
-device ccid-card-passthru,chardev=charsmartcard0,id=smartcard0,bus=ccid0.0 \
|
|
|
|
-chardev pty,id=charserial0 \
|
|
|
|
-device isa-serial,chardev=charserial0,id=serial0 \
|
|
|
|
-chardev spicevmc,id=charchannel0,name=vdagent \
|
2013-07-17 17:47:01 +00:00
|
|
|
-device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,\
|
|
|
|
id=channel0,name=com.redhat.spice.0 \
|
2015-08-12 14:52:18 +00:00
|
|
|
-device usb-tablet,id=input0,bus=usb.0,port=1.2 \
|
2019-02-07 09:59:19 +00:00
|
|
|
-spice port=5901,tls-port=5902,addr=0.0.0.0,x509-dir=/etc/pki/libvirt-spice,\
|
|
|
|
seamless-migration=on \
|
2015-11-09 15:39:54 +00:00
|
|
|
-vga cirrus \
|
2015-11-06 13:20:06 +00:00
|
|
|
-device intel-hda,id=sound0,bus=pci.0,addr=0x4 \
|
|
|
|
-device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 \
|
2015-08-12 14:52:18 +00:00
|
|
|
-device usb-host,hostbus=14,hostaddr=6,id=hostdev0,bus=usb.0,port=2 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
|