[libvirt] [PATCH 0/6] Refactor critical section in virDomainListAllDomains and fix qemuConnectGetAllDomainStats

Michal Privoznik mprivozn at redhat.com
Mon May 4 11:22:16 UTC 2015


On 30.04.2015 14:44, Peter Krempa wrote:
> Peter Krempa (6):
>   util: Make the virDomainListFree helper more universal
>   conf: Extract code to filter domain list into a separate function
>   conf: Rename virDomainObjListFilter type to virDomainObjListACLFilter
>   conf: Refactor domain list collection critical section
>   conf: Add helper to convert list of virDomains to a list of
>     virDomainObjs
>   qemu: Convert qemuConnectGetAllDomainStats to use new helpers
> 
>  daemon/remote.c              |   2 +-
>  src/conf/domain_conf.c       | 258 ++++++++++++++++++++++++++++---------------
>  src/conf/domain_conf.h       |  29 +++--
>  src/libvirt_private.syms     |   5 +-
>  src/qemu/qemu_driver.c       |  86 +++++++--------
>  src/util/virobject.c         |  41 +++++++
>  src/util/virobject.h         |   2 +
>  tools/virsh-domain-monitor.c |   2 +-
>  8 files changed, 275 insertions(+), 150 deletions(-)
> 

ACK series, but see my comment to 5/6 before pushing.

Michal




More information about the libvir-list mailing list