Re: [libvirt] [PATCH 05/10] util: storage: Report errors when source host data is missing

2017-06-16 Thread Pavel Hrdina
On Fri, Jun 16, 2017 at 05:29:42PM +0200, Peter Krempa wrote: > Merge the reporting of the missing source host data into the parser > functions so that callers don't have to do it separately. > --- > src/util/virstoragefile.c | 30 -- > 1 file changed, 24

[libvirt] [PATCH 05/10] util: storage: Report errors when source host data is missing

2017-06-16 Thread Peter Krempa
Merge the reporting of the missing source host data into the parser functions so that callers don't have to do it separately. --- src/util/virstoragefile.c | 30 -- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/src/util/virstoragefile.c