[PATCH 00/12] virStorageSource cleanups part 1

Pavel Hrdina phrdina at redhat.com
Tue Jan 26 10:31:06 UTC 2021


On Mon, Jan 25, 2021 at 05:05:12PM +0100, Peter Krempa wrote:
> Peter Krempa (12):
>   virStorageSourceGetBackingStoreStr: Move the function earlier
>   virStorageSourceGetBackingStoreStr: Return relative paths only
>   util: virstoragefile: Move virStorageIs[File|Relative] to
>     storage_source
>   storage_source: Move backing store parsers into new file
>   virStorageSourceGetMetadata: Refactor cleanup
>   virt-aa-helper: Use proper check for empty disk in 'get_files'
>   virt-aa-helper: Don't probe image metadata for terminated chains
>   virStorageSourceChainLookup: Don't break error message strings
>   test: storage: Remove double testing in testStorageLookup
>   virStorageSourceChainLookup: Handle names like 'vda[4]' internally
>   tests: storage: Replace index testing in testStorageLookup
>   util: Remove unused 'virStorageFileParseChainIndex'
> 
>  po/POTFILES.in                                |    1 +
>  src/libvirt_private.syms                      |    5 +-
>  src/qemu/qemu_block.c                         |    6 +-
>  src/qemu/qemu_driver.c                        |   19 +-
>  src/qemu/qemu_snapshot.c                      |   13 +-
>  src/security/virt-aa-helper.c                 |    4 +-
>  src/storage_file/meson.build                  |    1 +
>  src/storage_file/storage_source.c             | 1681 +++--------------
>  src/storage_file/storage_source.h             |    6 +-
>  .../storage_source_backingstore.c             | 1240 ++++++++++++
>  .../storage_source_backingstore.h             |   40 +
>  src/util/virstoragefile.c                     |   66 -
>  src/util/virstoragefile.h                     |    8 -
>  tests/virstoragetest.c                        |   66 +-
>  14 files changed, 1582 insertions(+), 1574 deletions(-)
>  create mode 100644 src/storage_file/storage_source_backingstore.c
>  create mode 100644 src/storage_file/storage_source_backingstore.h

Reviewed-by: Pavel Hrdina <phrdina at redhat.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20210126/d0f78c87/attachment-0001.sig>


More information about the libvir-list mailing list