Re: [libvirt PATCH v2 12/31] storage_source: introduce virStorageSourceChainLookupBySource

2023-01-06 Thread Peter Krempa
On Thu, Jan 05, 2023 at 12:46:48 +0100, Pavel Hrdina wrote: > Looks up disk storage source within storage source chain using storage > source object instead of path to make it work with all disk types. > > Signed-off-by: Pavel Hrdina > --- > src/libvirt_private.syms | 1 + >

[libvirt PATCH v2 12/31] storage_source: introduce virStorageSourceChainLookupBySource

2023-01-05 Thread Pavel Hrdina
Looks up disk storage source within storage source chain using storage source object instead of path to make it work with all disk types. Signed-off-by: Pavel Hrdina --- src/libvirt_private.syms | 1 + src/storage_file/storage_source.c | 39 +++