[PATCH 0/7] util: More storage file detection cleanups

Peter Krempa posted 7 patches 4 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1582293053.git.pkrempa@redhat.com
src/qemu/qemu_driver.c                |  2 +-
src/storage/storage_backend_gluster.c | 12 ++---
src/storage/storage_util.c            |  8 +--
src/util/virstoragefile.c             | 75 +++++++++------------------
src/util/virstoragefile.h             | 10 ++--
tests/virstoragetest.c                |  2 +-
6 files changed, 36 insertions(+), 73 deletions(-)
[PATCH 0/7] util: More storage file detection cleanups
Posted by Peter Krempa 4 years, 2 months ago
Found while investigating options of how to improve image detection.

Peter Krempa (7):
  tests: virstorage: Fix backing file format of created image
  virStorageSourceUpdateCapacity: Drop 'probe' argument
  util: storage: Store backing store format in virStorageSource
  virStorageSourceNewFromBacking: Also transfer the format
  virStorageBackendGlusterRefreshVol: Refactor handling of backing store
  virStorageFileGetMetadataFromBuf: Remove 'backingFormat' argument
  virStorageFileGetMetadataFromFD: Remove unused 'backingFormat'
    argument

 src/qemu/qemu_driver.c                |  2 +-
 src/storage/storage_backend_gluster.c | 12 ++---
 src/storage/storage_util.c            |  8 +--
 src/util/virstoragefile.c             | 75 +++++++++------------------
 src/util/virstoragefile.h             | 10 ++--
 tests/virstoragetest.c                |  2 +-
 6 files changed, 36 insertions(+), 73 deletions(-)

-- 
2.24.1