2018-07-19 15:30:07 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
2019-03-06 12:29:01 +00:00
|
|
|
HOME=/tmp/lib/domain--1-QEMUGuest1 \
|
2018-07-19 15:30:07 +00:00
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
2019-03-08 11:15:07 +00:00
|
|
|
XDG_DATA_HOME=/tmp/lib/domain--1-QEMUGuest1/.local/share \
|
|
|
|
XDG_CACHE_HOME=/tmp/lib/domain--1-QEMUGuest1/.cache \
|
|
|
|
XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest1/.config \
|
2019-11-29 16:33:37 +00:00
|
|
|
/usr/bin/qemu-system-i386 \
|
2018-07-19 15:30:07 +00:00
|
|
|
-name guest=QEMUGuest1,debug-threads=on \
|
|
|
|
-S \
|
2021-03-31 08:46:36 +00:00
|
|
|
-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/tmp/lib/domain--1-QEMUGuest1/master-key.aes"}' \
|
2020-05-25 11:56:45 +00:00
|
|
|
-machine pc,accel=tcg,usb=off,dump-guest-core=off,memory-backend=pc.ram \
|
2020-01-23 12:20:25 +00:00
|
|
|
-cpu qemu64 \
|
2018-07-19 15:30:07 +00:00
|
|
|
-m 214 \
|
2021-03-12 15:28:11 +00:00
|
|
|
-object '{"qom-type":"memory-backend-ram","id":"pc.ram","size":224395264}' \
|
2019-04-12 08:25:40 +00:00
|
|
|
-overcommit mem-lock=off \
|
2018-07-19 15:30:07 +00:00
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
|
|
|
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
|
|
|
|
-display none \
|
|
|
|
-no-user-config \
|
|
|
|
-nodefaults \
|
2021-02-16 11:29:24 +00:00
|
|
|
-chardev socket,id=charmonitor,fd=1729,server=on,wait=off \
|
2018-07-19 15:30:07 +00:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
|
|
|
-rtc base=utc \
|
|
|
|
-no-shutdown \
|
|
|
|
-no-acpi \
|
|
|
|
-boot strict=on \
|
|
|
|
-device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 \
|
2021-03-31 08:46:36 +00:00
|
|
|
-blockdev '{"driver":"host_device","filename":"/dev/HostVG/QEMUGuest1","node-name":"libvirt-3-storage","auto-read-only":true,"discard":"unmap"}' \
|
|
|
|
-blockdev '{"node-name":"libvirt-3-format","read-only":false,"driver":"raw","file":"libvirt-3-storage"}' \
|
2019-01-07 10:45:19 +00:00
|
|
|
-device ide-hd,bus=ide.0,unit=0,drive=libvirt-3-format,id=ide0-0-0,bootindex=1 \
|
2021-03-31 08:46:36 +00:00
|
|
|
-blockdev '{"driver":"host_device","filename":"/dev/fd0","node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}' \
|
|
|
|
-blockdev '{"node-name":"libvirt-2-format","read-only":false,"driver":"raw","file":"libvirt-2-storage"}' \
|
2019-01-07 10:45:19 +00:00
|
|
|
-device floppy,unit=0,drive=libvirt-2-format,id=fdc0-0-0 \
|
2021-03-31 08:46:36 +00:00
|
|
|
-blockdev '{"driver":"file","filename":"/tmp/firmware.img","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \
|
|
|
|
-blockdev '{"node-name":"libvirt-1-format","read-only":false,"driver":"raw","file":"libvirt-1-storage"}' \
|
2019-01-07 10:45:19 +00:00
|
|
|
-device floppy,unit=1,drive=libvirt-1-format,id=fdc0-0-1 \
|
2021-02-24 14:40:19 +00:00
|
|
|
-audiodev id=audio1,driver=none \
|
2021-03-31 08:46:36 +00:00
|
|
|
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \
|
2018-07-19 15:30:07 +00:00
|
|
|
-msg timestamp=on
|