Re: [PATCH v3 03/15] tests: virstorage: Add test data for json specified raw image with offset/size

2020-02-13 Thread Ján Tomko
On Wed, Feb 12, 2020 at 07:03:14PM +0100, Peter Krempa wrote: QEMU allows specifying the offset and size into a raw file to expose a sub-slice of the image to the guest with the raw driver. Libvirt currently doesn't support it but we can add test case for future reference. Signed-off-by: Peter K

[PATCH v3 03/15] tests: virstorage: Add test data for json specified raw image with offset/size

2020-02-12 Thread Peter Krempa
QEMU allows specifying the offset and size into a raw file to expose a sub-slice of the image to the guest with the raw driver. Libvirt currently doesn't support it but we can add test case for future reference. Signed-off-by: Peter Krempa --- tests/virstoragetest.c | 9 + 1 file changed