[PATCH 0/4] Restrictive numatune mode related fixes

Michal Privoznik posted 4 patches 2 years ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1648823888.git.mprivozn@redhat.com
src/ch/ch_driver.c             |  2 +-
src/ch/ch_process.c            |  6 +++---
src/hypervisor/domain_cgroup.c | 25 ++-----------------------
src/hypervisor/domain_cgroup.h |  3 +--
src/lxc/lxc_controller.c       |  3 ++-
src/qemu/qemu_driver.c         | 12 ------------
src/qemu/qemu_process.c        | 11 ++++++-----
7 files changed, 15 insertions(+), 47 deletions(-)
[PATCH 0/4] Restrictive numatune mode related fixes
Posted by Michal Privoznik 2 years ago
*** BLURB HERE ***

Michal Prívozník (4):
  lib: Don't short circuit around virDomainCgroupSetupVcpuBW()
  hypervisor: Drop dead code in virDomainCgroupSetupGlobalCpuCgroup()
  ch: Explicitly forbid live changing nodeset for strict numatune
  lib: Set up cpuset controller for restrictive numatune

 src/ch/ch_driver.c             |  2 +-
 src/ch/ch_process.c            |  6 +++---
 src/hypervisor/domain_cgroup.c | 25 ++-----------------------
 src/hypervisor/domain_cgroup.h |  3 +--
 src/lxc/lxc_controller.c       |  3 ++-
 src/qemu/qemu_driver.c         | 12 ------------
 src/qemu/qemu_process.c        | 11 ++++++-----
 7 files changed, 15 insertions(+), 47 deletions(-)

-- 
2.35.1

Re: [PATCH 0/4] Restrictive numatune mode related fixes
Posted by Ján Tomko 2 years ago
On a Friday in 2022, Michal Privoznik wrote:
>*** BLURB HERE ***
>
>Michal Prívozník (4):
>  lib: Don't short circuit around virDomainCgroupSetupVcpuBW()
>  hypervisor: Drop dead code in virDomainCgroupSetupGlobalCpuCgroup()
>  ch: Explicitly forbid live changing nodeset for strict numatune
>  lib: Set up cpuset controller for restrictive numatune
>
> src/ch/ch_driver.c             |  2 +-
> src/ch/ch_process.c            |  6 +++---
> src/hypervisor/domain_cgroup.c | 25 ++-----------------------
> src/hypervisor/domain_cgroup.h |  3 +--
> src/lxc/lxc_controller.c       |  3 ++-
> src/qemu/qemu_driver.c         | 12 ------------
> src/qemu/qemu_process.c        | 11 ++++++-----
> 7 files changed, 15 insertions(+), 47 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano