[PATCH 0/3] qemu: backup: Properly write TLS cert and secret object alias into status XML

Peter Krempa posted 3 patches 3 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1600100538.git.pkrempa@redhat.com
Test syntax-check failed
src/qemu/qemu_backup.c                         | 7 +++----
tests/qemustatusxml2xmldata/backup-pull-in.xml | 8 +++++++-
2 files changed, 10 insertions(+), 5 deletions(-)
[PATCH 0/3] qemu: backup: Properly write TLS cert and secret object alias into status XML
Posted by Peter Krempa 3 years, 7 months ago
Please see 3/3 for explanation.

Peter Krempa (3):
  qemustatusxml2xml: backup-pull: Test private data formatting/parsing
  qemu: backup: Remove note that TLS should be implemented
  qemu: backup: Write TLS cert and secret object aliases into status XML

 src/qemu/qemu_backup.c                         | 7 +++----
 tests/qemustatusxml2xmldata/backup-pull-in.xml | 8 +++++++-
 2 files changed, 10 insertions(+), 5 deletions(-)

-- 
2.26.2

Re: [PATCH 0/3] qemu: backup: Properly write TLS cert and secret object alias into status XML
Posted by Michal Privoznik 3 years, 7 months ago
On 9/14/20 6:23 PM, Peter Krempa wrote:
> Please see 3/3 for explanation.
> 
> Peter Krempa (3):
>    qemustatusxml2xml: backup-pull: Test private data formatting/parsing
>    qemu: backup: Remove note that TLS should be implemented
>    qemu: backup: Write TLS cert and secret object aliases into status XML
> 
>   src/qemu/qemu_backup.c                         | 7 +++----
>   tests/qemustatusxml2xmldata/backup-pull-in.xml | 8 +++++++-
>   2 files changed, 10 insertions(+), 5 deletions(-)
> 

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

Michal