Re: [libvirt] [python PATCH 2/2] virDomainMemoryStats: include hugetlb pgalloc and pgfail

2019-09-20 Thread Daniel P . Berrangé
On Fri, Sep 20, 2019 at 11:33:11AM +0200, Pavel Hrdina wrote: > Introduced in libvirt 5.4.0 by commit . > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1683516 > > Signed-off-by: Pavel Hrdina > --- > libvirt-override.c | 8 > 1 file changed, 8 insertions(+) Reviewed-by:

[libvirt] [python PATCH 2/2] virDomainMemoryStats: include hugetlb pgalloc and pgfail

2019-09-20 Thread Pavel Hrdina
Introduced in libvirt 5.4.0 by commit . Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1683516 Signed-off-by: Pavel Hrdina --- libvirt-override.c | 8 1 file changed, 8 insertions(+) diff --git a/libvirt-override.c b/libvirt-override.c index 3310b54..c76c447 100644 ---