Re: [PATCH v3 04/15] util: virstoragefile: Add data structure for storing storage source slices

2020-02-13 Thread Ján Tomko
On Wed, Feb 12, 2020 at 07:03:15PM +0100, Peter Krempa wrote: Introduce virStorageSourceSlice which will store the 'offset' and 'size' of a virStorageSource and declare it as 'sliceStorage' and 'sliceFormat' attributes of a virStorageSource. Signed-off-by: Peter Krempa ---

[PATCH v3 04/15] util: virstoragefile: Add data structure for storing storage source slices

2020-02-12 Thread Peter Krempa
Introduce virStorageSourceSlice which will store the 'offset' and 'size' of a virStorageSource and declare it as 'sliceStorage' and 'sliceFormat' attributes of a virStorageSource. Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 29 +