[libvirt] [PATCH 0/4] qemu: Error out if backing image format is not recorded in image metadata

Peter Krempa posted 4 patches 4 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1576607634.git.pkrempa@redhat.com
docs/kbase.html.in            |   4 +
docs/kbase/backing_chains.rst | 185 ++++++++++++++++++++++++++++++++++
src/util/virstoragefile.c     |  21 +++-
tests/virstoragetest.c        |  42 +++-----
4 files changed, 221 insertions(+), 31 deletions(-)
create mode 100644 docs/kbase/backing_chains.rst
[libvirt] [PATCH 0/4] qemu: Error out if backing image format is not recorded in image metadata
Posted by Peter Krempa 4 years, 4 months ago
See patch 3/4 for explanation.

Peter Krempa (4):
  tests: storage: Use strict version of virStorageFileGetMetadata
  tests: storage: Remove unused test modes
  util: storage: Don't treat files with missing backing store format as
    'raw'
  kbase: Add document outlining backing chain XML config and
    troubleshooting

 docs/kbase.html.in            |   4 +
 docs/kbase/backing_chains.rst | 185 ++++++++++++++++++++++++++++++++++
 src/util/virstoragefile.c     |  21 +++-
 tests/virstoragetest.c        |  42 +++-----
 4 files changed, 221 insertions(+), 31 deletions(-)
 create mode 100644 docs/kbase/backing_chains.rst

-- 
2.23.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH 0/4] qemu: Error out if backing image format is not recorded in image metadata
Posted by Michal Prívozník 4 years, 4 months ago
On 12/17/19 7:35 PM, Peter Krempa wrote:
> See patch 3/4 for explanation.
> 
> Peter Krempa (4):
>   tests: storage: Use strict version of virStorageFileGetMetadata
>   tests: storage: Remove unused test modes
>   util: storage: Don't treat files with missing backing store format as
>     'raw'
>   kbase: Add document outlining backing chain XML config and
>     troubleshooting
> 
>  docs/kbase.html.in            |   4 +
>  docs/kbase/backing_chains.rst | 185 ++++++++++++++++++++++++++++++++++
>  src/util/virstoragefile.c     |  21 +++-
>  tests/virstoragetest.c        |  42 +++-----
>  4 files changed, 221 insertions(+), 31 deletions(-)
>  create mode 100644 docs/kbase/backing_chains.rst
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list