fix: Set machine name (#1383)

This commit is contained in:
Kroese
2026-08-16 08:45:26 +02:00
committed by GitHub
parent 768b8fa51a
commit 5fd954bea4
+1 -1
View File
@@ -29,7 +29,7 @@ configureMonitor() {
[ -n "$QMP" ] && MON_OPTS+=" -qmp $QMP"
[ -n "$MONITOR" ] && MON_OPTS+=" -monitor $MONITOR"
local name="${APP}// /-}"
local name="${APP// /-}"
MON_OPTS+=" -name $name,process=$PROCESS,debug-threads=on"
MON_OPTS+=" -pidfile $QEMU_PID"
MON_OPTS="${MON_OPTS# }"