Re: [libvirt] [PATCH 4/5] virfile: Introduce and use virFileGetDefaultHugepage

2019-04-02 Thread Ján Tomko
On Mon, Apr 01, 2019 at 04:04:36PM +0200, Michal Privoznik wrote: This helper returns the default hugetlbfs mount point from given array of mount points. Signed-off-by: Michal Privoznik --- src/libvirt_private.syms | 1 + src/qemu/qemu_conf.c | 12 src/util/virfile.c | 25

[libvirt] [PATCH 4/5] virfile: Introduce and use virFileGetDefaultHugepage

2019-04-01 Thread Michal Privoznik
This helper returns the default hugetlbfs mount point from given array of mount points. Signed-off-by: Michal Privoznik --- src/libvirt_private.syms | 1 + src/qemu/qemu_conf.c | 12 src/util/virfile.c | 25 + src/util/virfile.h | 3 +++ 4