[PATCH 0/5] Allow freepage/allocpages on numactl-less builds

Michal Privoznik posted 5 patches 2 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1629383171.git.mprivozn@redhat.com
libvirt.spec.in          |  2 +-
src/conf/capabilities.c  |  9 +++++++++
src/conf/capabilities.h  |  2 ++
src/libvirt_private.syms |  1 +
src/lxc/lxc_driver.c     | 23 +++++++++++++++++++++--
src/qemu/qemu_driver.c   | 23 +++++++++++++++++++++--
src/util/virhostmem.c    | 24 ++++++++++++++++++------
src/util/virhostmem.h    |  2 ++
src/vbox/vbox_common.c   | 20 +++++++++++++++++---
9 files changed, 92 insertions(+), 14 deletions(-)
[PATCH 0/5] Allow freepage/allocpages on numactl-less builds
Posted by Michal Privoznik 2 years, 8 months ago
See 3/5 for explanation.

Michal Prívozník (5):
  conf: Introduce virCapabilitiesHostNUMAGetMaxNode()
  virhostmem: Let caller pass max NUMA node to virHostMemGetFreePages
  virhostmem: Let caller pass max NUMA node to virHostMemAllocPages
  virhostmem: Handle numactl-less build in hugepages
    allocation/reporting
  rpm: Enable numactl on s390x

 libvirt.spec.in          |  2 +-
 src/conf/capabilities.c  |  9 +++++++++
 src/conf/capabilities.h  |  2 ++
 src/libvirt_private.syms |  1 +
 src/lxc/lxc_driver.c     | 23 +++++++++++++++++++++--
 src/qemu/qemu_driver.c   | 23 +++++++++++++++++++++--
 src/util/virhostmem.c    | 24 ++++++++++++++++++------
 src/util/virhostmem.h    |  2 ++
 src/vbox/vbox_common.c   | 20 +++++++++++++++++---
 9 files changed, 92 insertions(+), 14 deletions(-)

-- 
2.31.1

Re: [PATCH 0/5] Allow freepage/allocpages on numactl-less builds
Posted by Martin Kletzander 2 years, 8 months ago
On Thu, Aug 19, 2021 at 04:27:00PM +0200, Michal Privoznik wrote:
>See 3/5 for explanation.
>
>Michal Prívozník (5):
>  conf: Introduce virCapabilitiesHostNUMAGetMaxNode()
>  virhostmem: Let caller pass max NUMA node to virHostMemGetFreePages
>  virhostmem: Let caller pass max NUMA node to virHostMemAllocPages
>  virhostmem: Handle numactl-less build in hugepages
>    allocation/reporting
>  rpm: Enable numactl on s390x

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>

>
> libvirt.spec.in          |  2 +-
> src/conf/capabilities.c  |  9 +++++++++
> src/conf/capabilities.h  |  2 ++
> src/libvirt_private.syms |  1 +
> src/lxc/lxc_driver.c     | 23 +++++++++++++++++++++--
> src/qemu/qemu_driver.c   | 23 +++++++++++++++++++++--
> src/util/virhostmem.c    | 24 ++++++++++++++++++------
> src/util/virhostmem.h    |  2 ++
> src/vbox/vbox_common.c   | 20 +++++++++++++++++---
> 9 files changed, 92 insertions(+), 14 deletions(-)
>
>-- 
>2.31.1
>