Re: [libvirt] [PATCH 1/3] Extract stats functions from the qemu driver

2018-03-07 Thread John Ferlan
$SUBJ, prefix with "conf:" would be nice. On 03/05/2018 12:21 PM, Cédric Bosdonnat wrote: > Some of the qemu functions getting statistics can easily be reused in > other drivers. Create a conf/domain_stats.[ch] pair to host some of > them. > --- > src/Makefile.am | 1 + >

[libvirt] [PATCH 1/3] Extract stats functions from the qemu driver

2018-03-05 Thread Cédric Bosdonnat
Some of the qemu functions getting statistics can easily be reused in other drivers. Create a conf/domain_stats.[ch] pair to host some of them. --- src/Makefile.am | 1 + src/conf/domain_stats.c | 139 + src/conf/domain_stats.h | 64