mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-04-30 21:33:07 +00:00
fix #4115: enable option to name QEMU threads after their main purpose
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e88ceecac1
commit
6884a7d7fa
@ -3540,7 +3540,7 @@ sub config_to_command {
|
||||
|
||||
my $vmname = $conf->{name} || "vm$vmid";
|
||||
|
||||
push @$cmd, '-name', $vmname;
|
||||
push @$cmd, '-name', "$vmname,debug-threads=on";
|
||||
|
||||
push @$cmd, '-no-shutdown';
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name simple \
|
||||
-name 'simple,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name simple \
|
||||
-name 'simple,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name simple \
|
||||
-name 'simple,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name customcpu-defaults \
|
||||
-name 'customcpu-defaults,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name customcpu \
|
||||
-name 'customcpu,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name customcpu \
|
||||
-name 'customcpu,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name netdev \
|
||||
-name 'netdev,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name pinned \
|
||||
-name 'pinned,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name pinned \
|
||||
-name 'pinned,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name pinned \
|
||||
-name 'pinned,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name seabiosserial \
|
||||
-name 'seabiosserial,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name simple \
|
||||
-name 'simple,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name simple \
|
||||
-name 'simple,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name simple \
|
||||
-name 'simple,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name simple \
|
||||
-name 'simple,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name simple \
|
||||
-name 'simple,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name vm8006 \
|
||||
-name 'vm8006,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name spicelinux \
|
||||
-name 'spicelinux,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name spiceusb3 \
|
||||
-name 'spiceusb3,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/bin/kvm \
|
||||
-id 8006 \
|
||||
-name spiceusb3 \
|
||||
-name 'spiceusb3,debug-threads=on' \
|
||||
-no-shutdown \
|
||||
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
||||
-mon 'chardev=qmp,mode=control' \
|
||||
|
Loading…
Reference in New Issue
Block a user