Re: [libvirt] [PATCH v2 07/10] Add new public API virDomainSetMemoryStatsPeriodFlags

2013-07-11 Thread Michal Privoznik
On 08.07.2013 21:20, John Ferlan wrote: Add new API in order to set the balloon memory driver statistics collection period in order to allow dynamic period adjustment for the virsh dommemstats to display balloon stats data --- include/libvirt/libvirt.h.in | 3 ++ src/driver.h

Re: [libvirt] [PATCH v2 07/10] Add new public API virDomainSetMemoryStatsPeriodFlags

2013-07-11 Thread Daniel P. Berrange
On Mon, Jul 08, 2013 at 03:20:33PM -0400, John Ferlan wrote: Add new API in order to set the balloon memory driver statistics collection period in order to allow dynamic period adjustment for the virsh dommemstats to display balloon stats data --- include/libvirt/libvirt.h.in | 3 ++

[libvirt] [PATCH v2 07/10] Add new public API virDomainSetMemoryStatsPeriodFlags

2013-07-08 Thread John Ferlan
Add new API in order to set the balloon memory driver statistics collection period in order to allow dynamic period adjustment for the virsh dommemstats to display balloon stats data --- include/libvirt/libvirt.h.in | 3 ++ src/driver.h | 6 src/libvirt.c|