[pve-devel] [PATCH 0/5] fix #3593: Added vm core pinning
Daniel Bowder
daniel at bowdernet.com
Wed Jun 8 13:54:23 CEST 2022
These five patches add the ability to pin a QEMU VMs processes to a defined set of CPU cores. The changes required spanned multiple repos and have all been included in these five patches. The patches add "cpuset" as an option in the qm configuration file and enable the editing of this parameter via the gui.
pve-docs
qm.conf.5-opts.adoc | 4 ++++
1 file changed, 4 insertions(+)
pve-guest-common
src/PVE/GuestHelpers.pm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
qemu-server
PVE/QemuServer.pm | 49 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
proxmox-widget-toolkit
src/Toolkit.js | 5 +++++
src/Utils.js | 2 ++
2 files changed, 7 insertions(+)
pve-manager
www/manager6/qemu/Options.js | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
More information about the pve-devel
mailing list