Re: [PATCH v3 15/15] virStorageSourceParseBackingJSONRaw: Parse 'offset' and 'size' attributes

2020-02-13 Thread Ján Tomko
On Wed, Feb 12, 2020 at 07:03:26PM +0100, Peter Krempa wrote: If the parsed 'raw' format JSON string has 'offset' or 'size' attributes parse them as the format slice. https://bugzilla.redhat.com/show_bug.cgi?id=1791788 Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 20

[PATCH v3 15/15] virStorageSourceParseBackingJSONRaw: Parse 'offset' and 'size' attributes

2020-02-12 Thread Peter Krempa
If the parsed 'raw' format JSON string has 'offset' or 'size' attributes parse them as the format slice. https://bugzilla.redhat.com/show_bug.cgi?id=1791788 Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 20 tests/virstoragetest.c| 6 +- 2 files