[libvirt] [PATCH 0/5] Random pre-CAT cleanups

Martin Kletzander posted 5 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1502368247.git.mkletzan@redhat.com
include/libvirt/virterror.h |   1 +
src/Makefile.am             |   1 +
src/conf/capabilities.c     | 144 +++++-----------------------------
src/conf/capabilities.h     |  26 +-----
src/libvirt_private.syms    |   7 ++
src/util/virerror.c         |   1 +
src/util/virresctrl.c       | 187 ++++++++++++++++++++++++++++++++++++++++++++
src/util/virresctrl.h       |  63 +++++++++++++++
src/util/virxml.c           |  34 ++++----
tests/virfilewrapper.c      |   4 +-
10 files changed, 302 insertions(+), 166 deletions(-)
create mode 100644 src/util/virresctrl.c
create mode 100644 src/util/virresctrl.h
[libvirt] [PATCH 0/5] Random pre-CAT cleanups
Posted by Martin Kletzander 6 years, 8 months ago
There are some patches that don't look related, but I found out they
are messed up when working on previous versions that got discarded.
Why not keep the cleanups, though, right?

Martin Kletzander (5):
  virxml: Fix indentation
  tests: Fix indentation in virfilewrapper.c
  Move resctrl-related code from conf/capabilities to util/virresctrl
  util: Make virResctrlGetCacheControlType() behave like other functions
  util: Rename virResctrl to virResctrlInfo

 include/libvirt/virterror.h |   1 +
 src/Makefile.am             |   1 +
 src/conf/capabilities.c     | 144 +++++-----------------------------
 src/conf/capabilities.h     |  26 +-----
 src/libvirt_private.syms    |   7 ++
 src/util/virerror.c         |   1 +
 src/util/virresctrl.c       | 187 ++++++++++++++++++++++++++++++++++++++++++++
 src/util/virresctrl.h       |  63 +++++++++++++++
 src/util/virxml.c           |  34 ++++----
 tests/virfilewrapper.c      |   4 +-
 10 files changed, 302 insertions(+), 166 deletions(-)
 create mode 100644 src/util/virresctrl.c
 create mode 100644 src/util/virresctrl.h

-- 
2.14.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/5] Random pre-CAT cleanups
Posted by Michal Privoznik 6 years, 8 months ago
On 08/10/2017 03:31 PM, Martin Kletzander wrote:
> There are some patches that don't look related, but I found out they
> are messed up when working on previous versions that got discarded.
> Why not keep the cleanups, though, right?
> 
> Martin Kletzander (5):
>   virxml: Fix indentation
>   tests: Fix indentation in virfilewrapper.c
>   Move resctrl-related code from conf/capabilities to util/virresctrl
>   util: Make virResctrlGetCacheControlType() behave like other functions
>   util: Rename virResctrl to virResctrlInfo
> 
>  include/libvirt/virterror.h |   1 +
>  src/Makefile.am             |   1 +
>  src/conf/capabilities.c     | 144 +++++-----------------------------
>  src/conf/capabilities.h     |  26 +-----
>  src/libvirt_private.syms    |   7 ++
>  src/util/virerror.c         |   1 +
>  src/util/virresctrl.c       | 187 ++++++++++++++++++++++++++++++++++++++++++++
>  src/util/virresctrl.h       |  63 +++++++++++++++
>  src/util/virxml.c           |  34 ++++----
>  tests/virfilewrapper.c      |   4 +-
>  10 files changed, 302 insertions(+), 166 deletions(-)
>  create mode 100644 src/util/virresctrl.c
>  create mode 100644 src/util/virresctrl.h
> 


ACK series.

Michal

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