Re: [libvirt] [PATCH 1/9] libvirt: Export libvirt config getters by moving them to util

2015-10-14 Thread Michal Privoznik
On 13.10.2015 15:38, Erik Skultety wrote: > virConnectGetConfig and virConnectGetConfigPath were static libvirt > methods, merely because there hasn't been any need for having them > internally exported yet. Since libvirt-admin also needs to reference > libvirt config file, 'xGetConfig' should be e

[libvirt] [PATCH 1/9] libvirt: Export libvirt config getters by moving them to util

2015-10-13 Thread Erik Skultety
virConnectGetConfig and virConnectGetConfigPath were static libvirt methods, merely because there hasn't been any need for having them internally exported yet. Since libvirt-admin also needs to reference libvirt config file, 'xGetConfig' should be exported. Besides moving, this patch also renames t