]> git.proxmox.com Git - qemu-server.git/commit
fix #3593: add affinity to qemu
authorDaniel Bowder <daniel@bowdernet.com>
Fri, 1 Jul 2022 00:09:45 +0000 (17:09 -0700)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 10 Nov 2022 08:39:28 +0000 (09:39 +0100)
commit83870398192b0916da632c3fdbe14a133ed5e6ac
tree205e79dca48be625fb6483d7cbef9dfc1743b3bb
parent6fa358a33487208022674e394dfbd5ab405b467b
fix #3593: add affinity to qemu

Reuse the PVE::CpuSet to validate cpuset formatting.
Add new qemu property called 'affinity' to store the cpuset.
Push taskset command in front of kvm if 'affinity' is set.

Signed-off-by: Daniel Bowder <daniel@bowdernet.com>
PVE/QemuServer.pm