[libvirt] [PATCH 0/4] Fix formatting of encrypted disk secret info (for 6.0.0)

Peter Krempa posted 4 patches 4 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1578675322.git.pkrempa@redhat.com
src/conf/backup_conf.c                        |   2 +-
src/conf/domain_conf.c                        |  13 ++-
src/conf/domain_conf.h                        |   1 +
src/conf/snapshot_conf.c                      |   2 +-
src/qemu/qemu_domain.c                        |   4 +-
tests/qemublocktest.c                         |   2 +-
.../luks-disks-source-qcow2.args              |   8 ++
...luks-disks-source-qcow2.x86_64-latest.args | 110 ++++++++++++++++++
.../luks-disks-source-qcow2.xml               |  18 +++
tests/qemuxml2argvtest.c                      |   1 +
.../luks-disks-source-qcow2.x86_64-latest.xml | 106 +++++++++++++++++
tests/qemuxml2xmltest.c                       |   1 +
tests/virstoragetest.c                        |   2 +-
13 files changed, 259 insertions(+), 11 deletions(-)
create mode 100644 tests/qemuxml2argvdata/luks-disks-source-qcow2.x86_64-latest.args
create mode 100644 tests/qemuxml2xmloutdata/luks-disks-source-qcow2.x86_64-latest.xml
[libvirt] [PATCH 0/4] Fix formatting of encrypted disk secret info (for 6.0.0)
Posted by Peter Krempa 4 years, 3 months ago
See the last patch for explanation.

Peter Krempa (4):
  tests: qemuxml2argv: Add disk image with encrypted backing file
  tests: qemuxml2argv: Run luks-disks-source-qcow2 case with latest caps
  tests: qemuxml2xml: Enable luks-disks-source-qcow2 case
  conf: Always format storage source auth and encryption under <source>
    for backing files

 src/conf/backup_conf.c                        |   2 +-
 src/conf/domain_conf.c                        |  13 ++-
 src/conf/domain_conf.h                        |   1 +
 src/conf/snapshot_conf.c                      |   2 +-
 src/qemu/qemu_domain.c                        |   4 +-
 tests/qemublocktest.c                         |   2 +-
 .../luks-disks-source-qcow2.args              |   8 ++
 ...luks-disks-source-qcow2.x86_64-latest.args | 110 ++++++++++++++++++
 .../luks-disks-source-qcow2.xml               |  18 +++
 tests/qemuxml2argvtest.c                      |   1 +
 .../luks-disks-source-qcow2.x86_64-latest.xml | 106 +++++++++++++++++
 tests/qemuxml2xmltest.c                       |   1 +
 tests/virstoragetest.c                        |   2 +-
 13 files changed, 259 insertions(+), 11 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/luks-disks-source-qcow2.x86_64-latest.args
 create mode 100644 tests/qemuxml2xmloutdata/luks-disks-source-qcow2.x86_64-latest.xml

-- 
2.24.1

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

Re: [libvirt] [PATCH 0/4] Fix formatting of encrypted disk secret info (for 6.0.0)
Posted by Jiri Denemark 4 years, 3 months ago
On Fri, Jan 10, 2020 at 17:57:18 +0100, Peter Krempa wrote:
> See the last patch for explanation.
> 
> Peter Krempa (4):
>   tests: qemuxml2argv: Add disk image with encrypted backing file
>   tests: qemuxml2argv: Run luks-disks-source-qcow2 case with latest caps
>   tests: qemuxml2xml: Enable luks-disks-source-qcow2 case
>   conf: Always format storage source auth and encryption under <source>
>     for backing files
> 
>  src/conf/backup_conf.c                        |   2 +-
>  src/conf/domain_conf.c                        |  13 ++-
>  src/conf/domain_conf.h                        |   1 +
>  src/conf/snapshot_conf.c                      |   2 +-
>  src/qemu/qemu_domain.c                        |   4 +-
>  tests/qemublocktest.c                         |   2 +-
>  .../luks-disks-source-qcow2.args              |   8 ++
>  ...luks-disks-source-qcow2.x86_64-latest.args | 110 ++++++++++++++++++
>  .../luks-disks-source-qcow2.xml               |  18 +++
>  tests/qemuxml2argvtest.c                      |   1 +
>  .../luks-disks-source-qcow2.x86_64-latest.xml | 106 +++++++++++++++++
>  tests/qemuxml2xmltest.c                       |   1 +
>  tests/virstoragetest.c                        |   2 +-
>  13 files changed, 259 insertions(+), 11 deletions(-)
>  create mode 100644 tests/qemuxml2argvdata/luks-disks-source-qcow2.x86_64-latest.args
>  create mode 100644 tests/qemuxml2xmloutdata/luks-disks-source-qcow2.x86_64-latest.xml

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>

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