[libvirt] [PATCH 0/4] conf: Invoke post-parse callbacks after parsing private XML

Peter Krempa posted 4 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1527500017.git.pkrempa@redhat.com
Test syntax-check passed
src/conf/domain_conf.c | 97 ++++++++++++++++++++++++++------------------------
src/conf/domain_conf.h |  5 +++
src/qemu/qemu_domain.c | 10 ++++++
3 files changed, 65 insertions(+), 47 deletions(-)
[libvirt] [PATCH 0/4] conf: Invoke post-parse callbacks after parsing private XML
Posted by Peter Krempa 5 years, 10 months ago
This will allow the qemu post-parse callbacks to access 'qemuCaps' which
is stored in the status XML when we restore the status of VMs.

It will become useful in cases when we need to decide whether storage
authentication/encryption secret aliases will need to be regenerated.

Peter Krempa (4):
  conf: domain: Remove code accessing 'bootHash' from the post-parse
    infrestructure
  conf: domain: Invoke post-parse callbacks after parsing private XML
    parts
  conf: domain: Allow passing in 'parseOpaque' for post-parse of status
    XML
  qemu: domain: Pass 'qemuCaps' to post parse callbacks when parsing
    status XML

 src/conf/domain_conf.c | 97 ++++++++++++++++++++++++++------------------------
 src/conf/domain_conf.h |  5 +++
 src/qemu/qemu_domain.c | 10 ++++++
 3 files changed, 65 insertions(+), 47 deletions(-)

-- 
2.16.2

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