2020-01-22 11:56:09 +01:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
|
|
|
HOME=/tmp/lib/domain--1-default-video-type-r \
|
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
|
|
|
XDG_DATA_HOME=/tmp/lib/domain--1-default-video-type-r/.local/share \
|
|
|
|
XDG_CACHE_HOME=/tmp/lib/domain--1-default-video-type-r/.cache \
|
|
|
|
XDG_CONFIG_HOME=/tmp/lib/domain--1-default-video-type-r/.config \
|
|
|
|
/usr/bin/qemu-system-riscv64 \
|
|
|
|
-name guest=default-video-type-riscv64-test,debug-threads=on \
|
|
|
|
-S \
|
2021-03-31 10:46:36 +02:00
|
|
|
-object secret,id=masterKey0,format=raw,file=/tmp/lib/domain--1-default-video-type-r/master-key.aes \
|
2021-11-05 09:38:10 +01:00
|
|
|
-machine virt,usb=off,dump-guest-core=off \
|
|
|
|
-accel tcg \
|
2020-01-22 11:56:09 +01:00
|
|
|
-m 1024 \
|
|
|
|
-overcommit mem-lock=off \
|
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
|
|
|
-uuid 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f \
|
|
|
|
-no-user-config \
|
|
|
|
-nodefaults \
|
2021-02-16 11:29:24 +00:00
|
|
|
-chardev socket,id=charmonitor,fd=1729,server=on,wait=off \
|
2020-01-22 11:56:09 +01:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
|
|
|
-rtc base=utc \
|
|
|
|
-no-shutdown \
|
|
|
|
-boot strict=on \
|
2021-10-04 23:07:44 +02:00
|
|
|
-device pcie-root-port,port=8,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x1 \
|
|
|
|
-device pcie-root-port,port=9,chassis=2,id=pci.2,bus=pcie.0,addr=0x1.0x1 \
|
2021-11-09 16:58:22 +01:00
|
|
|
-audiodev '{"id":"audio1","driver":"spice"}' \
|
2020-01-22 11:56:09 +01:00
|
|
|
-spice port=0,seamless-migration=on \
|
|
|
|
-device virtio-gpu-pci,id=video0,max_outputs=1,bus=pci.1,addr=0x0 \
|
2021-03-31 10:46:36 +02:00
|
|
|
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \
|
2020-01-22 11:56:09 +01:00
|
|
|
-msg timestamp=on
|