Re: [libvirt] [PATCH 05/12] util: storage: Allow checking whether virStorageFileCreate is supported

2019-08-12 Thread Ján Tomko
On Thu, Aug 08, 2019 at 06:00:35PM +0200, Peter Krempa wrote: Add virStorageFileSupportsCreate which allows silent check whether virStorageFileCreate is implemented. Signed-off-by: Peter Krempa --- src/libvirt_private.syms | 1 + src/util/virstoragefile.c | 20

[libvirt] [PATCH 05/12] util: storage: Allow checking whether virStorageFileCreate is supported

2019-08-08 Thread Peter Krempa
Add virStorageFileSupportsCreate which allows silent check whether virStorageFileCreate is implemented. Signed-off-by: Peter Krempa --- src/libvirt_private.syms | 1 + src/util/virstoragefile.c | 20 src/util/virstoragefile.h | 1 + 3 files changed, 22 insertions(+)