2019-12-17 23:35:03 +03:00
LC_ALL=C \
PATH=/bin \
2023-03-02 21:05:53 +03:00
HOME=/var/lib/libvirt/qemu/domain--1-delete \
2019-12-17 23:35:03 +03:00
USER=test \
LOGNAME=test \
2023-03-02 21:05:53 +03:00
XDG_DATA_HOME=/var/lib/libvirt/qemu/domain--1-delete/.local/share \
XDG_CACHE_HOME=/var/lib/libvirt/qemu/domain--1-delete/.cache \
XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-delete/.config \
2019-12-17 23:35:03 +03:00
/usr/bin/qemu-system-x86_64 \
2021-08-10 17:39:38 +03:00
-name guest=delete,debug-threads=on \
2019-12-17 23:35:03 +03:00
-S \
2023-03-02 21:05:53 +03:00
-object secret,id=masterKey0,format=raw,file=/var/lib/libvirt/qemu/domain--1-delete/master-key.aes \
2021-11-05 11:38:10 +03:00
-machine pc,usb=off,dump-guest-core=off \
-accel kvm \
2019-12-17 23:35:03 +03:00
-m 256 \
2022-02-10 14:57:26 +03:00
-overcommit mem-lock=off \
2019-12-17 23:35:03 +03:00
-smp 4,sockets=4,cores=1,threads=1 \
-uuid 583a8e8e-f0ce-4f53-89ab-092862148b25 \
-display none \
-no-user-config \
-nodefaults \
2022-02-03 15:31:28 +03:00
-chardev socket,id=charmonitor,fd=1729,server=on,wait=off \
2019-12-17 23:35:03 +03:00
-mon chardev=charmonitor,id=monitor,mode=control \
-rtc base=utc \
-no-shutdown \
-no-acpi \
2021-09-20 17:22:59 +03:00
-boot strict=on \
2019-12-17 23:35:03 +03:00
-usb \
2022-06-22 16:36:23 +03:00
-audiodev '{"id":"audio1","driver":"none"}' \
2021-03-30 18:48:46 +03:00
-device vfio-pci,host=0005:90:01.0,id=hostdev0,bus=pci.0,addr=0x2 \
-device vfio-pci,host=0005:90:01.2,id=hostdev2,bus=pci.0,addr=0x3 \
-device vfio-pci,host=0005:90:01.3,id=hostdev3,bus=pci.0,addr=0x4 \
2021-08-10 18:07:10 +03:00
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5 \
-msg timestamp=on