[PATCH 0/2] conf: Properly handle placement of <auth> and <encryption> after blockjobs

Peter Krempa posted 2 patches 3 years, 11 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1588857971.git.pkrempa@redhat.com
src/conf/backup_conf.c                    |   3 +-
src/conf/domain_conf.c                    | 117 +++++++++++-----------
src/conf/domain_conf.h                    |   6 +-
src/conf/snapshot_conf.c                  |   4 +-
src/qemu/qemu_domain.c                    |   6 +-
src/util/virstoragefile.c                 |   1 -
src/util/virstoragefile.h                 |   2 -
tests/qemublocktest.c                     |   4 +-
tests/qemustatusxml2xmldata/modern-in.xml |   4 +
tests/virstoragetest.c                    |   3 +-
10 files changed, 81 insertions(+), 69 deletions(-)
[PATCH 0/2] conf: Properly handle placement of <auth> and <encryption> after blockjobs
Posted by Peter Krempa 3 years, 11 months ago
Peter Krempa (2):
  conf: Sanitize handling of <auth> and <encryption> placement for disks
  conf: Store 'diskElementAuth' and 'diskElementEnc' properties in
    status XML

 src/conf/backup_conf.c                    |   3 +-
 src/conf/domain_conf.c                    | 117 +++++++++++-----------
 src/conf/domain_conf.h                    |   6 +-
 src/conf/snapshot_conf.c                  |   4 +-
 src/qemu/qemu_domain.c                    |   6 +-
 src/util/virstoragefile.c                 |   1 -
 src/util/virstoragefile.h                 |   2 -
 tests/qemublocktest.c                     |   4 +-
 tests/qemustatusxml2xmldata/modern-in.xml |   4 +
 tests/virstoragetest.c                    |   3 +-
 10 files changed, 81 insertions(+), 69 deletions(-)

-- 
2.26.2

Re: [PATCH 0/2] conf: Properly handle placement of <auth> and <encryption> after blockjobs
Posted by Michal Privoznik 3 years, 11 months ago
On 5/7/20 3:26 PM, Peter Krempa wrote:
> Peter Krempa (2):
>    conf: Sanitize handling of <auth> and <encryption> placement for disks
>    conf: Store 'diskElementAuth' and 'diskElementEnc' properties in
>      status XML
> 
>   src/conf/backup_conf.c                    |   3 +-
>   src/conf/domain_conf.c                    | 117 +++++++++++-----------
>   src/conf/domain_conf.h                    |   6 +-
>   src/conf/snapshot_conf.c                  |   4 +-
>   src/qemu/qemu_domain.c                    |   6 +-
>   src/util/virstoragefile.c                 |   1 -
>   src/util/virstoragefile.h                 |   2 -
>   tests/qemublocktest.c                     |   4 +-
>   tests/qemustatusxml2xmldata/modern-in.xml |   4 +
>   tests/virstoragetest.c                    |   3 +-
>   10 files changed, 81 insertions(+), 69 deletions(-)
> 

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

Michal