[libvirt] [PATCH v2 0/6] Last CAT fixups v2

Martin Kletzander posted 6 patches 6 years, 2 months ago
Failed in applying to current master (apply log)
src/libvirt_private.syms |   1 +
src/qemu/qemu_cgroup.c   |   4 -
src/qemu/qemu_process.c  |  11 +++
src/util/virresctrl.c    | 219 +++++++++++++++++++++++++++++------------------
src/util/virresctrl.h    |   4 +
5 files changed, 152 insertions(+), 87 deletions(-)
[libvirt] [PATCH v2 0/6] Last CAT fixups v2
Posted by Martin Kletzander 6 years, 2 months ago
Few finishing touches for the Cache Allocation Technology.  This series
copies the default group's mask to newly created groups, fixes a
possible wrong memory access, and cleans up after domains even if daemon
was restarted.

Martin Kletzander (6):
  util: Add helpers for getting resctrl group allocs
  util: Use default group's mask for unspecified resctrl allocations
  util: Don't overwrite mask in virResctrlAllocFindUnused
  qemu: Restore machinename even without cgroups
  util: Extract path formatting into virResctrlAllocDeterminePath
  qemu: Restore resctrl alloc data after restart

 src/libvirt_private.syms |   1 +
 src/qemu/qemu_cgroup.c   |   4 -
 src/qemu/qemu_process.c  |  11 +++
 src/util/virresctrl.c    | 219 +++++++++++++++++++++++++++++------------------
 src/util/virresctrl.h    |   4 +
 5 files changed, 152 insertions(+), 87 deletions(-)

-- 
2.15.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 0/6] Last CAT fixups v2
Posted by Michal Privoznik 6 years, 2 months ago
On 01/31/2018 02:36 PM, Martin Kletzander wrote:
> Few finishing touches for the Cache Allocation Technology.  This series
> copies the default group's mask to newly created groups, fixes a
> possible wrong memory access, and cleans up after domains even if daemon
> was restarted.
> 
> Martin Kletzander (6):
>   util: Add helpers for getting resctrl group allocs
>   util: Use default group's mask for unspecified resctrl allocations
>   util: Don't overwrite mask in virResctrlAllocFindUnused
>   qemu: Restore machinename even without cgroups
>   util: Extract path formatting into virResctrlAllocDeterminePath
>   qemu: Restore resctrl alloc data after restart
> 
>  src/libvirt_private.syms |   1 +
>  src/qemu/qemu_cgroup.c   |   4 -
>  src/qemu/qemu_process.c  |  11 +++
>  src/util/virresctrl.c    | 219 +++++++++++++++++++++++++++++------------------
>  src/util/virresctrl.h    |   4 +
>  5 files changed, 152 insertions(+), 87 deletions(-)
> 

ACK series.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list