On Thu, Feb 06, 2020 at 08:51:59AM +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 Krempa <pkrempa(a)redhat.com>
---
tests/virstoragetest.c | 9 +++++++++
1 file changed, 9 insertions(+)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano