[libvirt] [PATCH 00/10] Some CAT cleanups

Martin Kletzander posted 10 patches 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1528377367.git.mkletzan@redhat.com
Test syntax-check passed
src/conf/capabilities.c   | 403 ++++++-------------
src/conf/capabilities.h   |  21 +-
src/libvirt_private.syms  |   8 +-
src/qemu/qemu_process.c   |  26 +-
src/util/virfile.c        |  40 ++
src/util/virfile.h        |   2 +
src/util/virresctrl.c     | 823 +++++++++++++++++++++++++-------------
src/util/virresctrl.h     |  64 +--
src/util/virresctrlpriv.h |   6 +-
tests/virresctrltest.c    |  18 +-
10 files changed, 763 insertions(+), 648 deletions(-)
[libvirt] [PATCH 00/10] Some CAT cleanups
Posted by Martin Kletzander 5 years, 9 months ago
Just so we have something before more code gets in, this makes future changes
more straight-forward.

Martin Kletzander (10):
  util: Rename resctrl to alloc if it is virResctrlAllocPtr
  util: Fix typo in error message %ud -> %u
  util: Introduce virFileFlock
  util: Avoid needless preprocessor conditionals in virresctrl
  util: Use virFileFlock() in virresctrl
  util: Reorder parts of virresctrl
  util: Initialize virResctrlInfo struct right away
  Move virCacheKernel enum implemetation from conf/ to util/
  util: Remove cbm_mask from virResctrlInfoPerType
  Move host cache handling from conf/ to util/

 src/conf/capabilities.c   | 403 ++++++-------------
 src/conf/capabilities.h   |  21 +-
 src/libvirt_private.syms  |   8 +-
 src/qemu/qemu_process.c   |  26 +-
 src/util/virfile.c        |  40 ++
 src/util/virfile.h        |   2 +
 src/util/virresctrl.c     | 823 +++++++++++++++++++++++++-------------
 src/util/virresctrl.h     |  64 +--
 src/util/virresctrlpriv.h |   6 +-
 tests/virresctrltest.c    |  18 +-
 10 files changed, 763 insertions(+), 648 deletions(-)

-- 
2.17.1

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