mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-05 03:09:30 +00:00
With -blockdev libvirt provides the string which is recorded as 'backing store' property of an image to qemu. Add testing for qemuBlockGetBackingStoreString which generates these strings as there's logic which determines which format to use. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
10 lines
134 B
JSON
10 lines
134 B
JSON
(
|
|
source only properties:
|
|
{
|
|
"driver": "file",
|
|
"filename": "/path/to/i.img"
|
|
}
|
|
backing store string:
|
|
/path/to/i.img
|
|
)
|