mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 11:36:23 +00:00
![]() With systemd-run qemu's --daemonize forks often happen before systemd finishes setting up the scopes, which means the limits we apply often don't work. We now use enter_systemd_scope() to create the scope before running qemu directly without systemd-run. Note that vm_start() runs in a forked-worker or qm cli command, so entering the scope in such a process should not affect the rest of the pve daemon. |
||
---|---|---|
PVE | ||
test | ||
.gitignore | ||
changelog.Debian | ||
control.in | ||
copyright | ||
Makefile | ||
modules-load.conf | ||
pcitest.pl | ||
pve-bridge | ||
pve-bridge-hotplug | ||
pve-bridgedown | ||
pve-q35.cfg | ||
pve-usb.cfg | ||
qm | ||
qmextract | ||
qmrestore | ||
sparsecp.c | ||
triggers | ||
utils.c | ||
vmtar.c |