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

Peter Krempa pkrempa at redhat.com
Mon May 28 09:36:43 UTC 2018


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




More information about the libvir-list mailing list