[libvirt] [PATCH 0/2] Fix crashing libvirt after my commit

Martin Kletzander mkletzan at redhat.com
Fri Jan 8 13:26:30 UTC 2016


The commit was clearing the socket path even when parsing status XML.
This series should fix that.


Martin Kletzander (2):
  Provide parse flags to PostParse functions
  Don't clear libvirt-internal paths when parsing status XML

 src/bhyve/bhyve_domain.c   |  2 ++
 src/conf/domain_conf.c     | 15 ++++++++++-----
 src/conf/domain_conf.h     |  2 ++
 src/libxl/libxl_domain.c   |  2 ++
 src/lxc/lxc_domain.c       |  2 ++
 src/openvz/openvz_driver.c |  2 ++
 src/phyp/phyp_driver.c     |  2 ++
 src/qemu/qemu_domain.c     |  7 +++++--
 src/uml/uml_driver.c       |  2 ++
 src/vbox/vbox_common.c     |  2 ++
 src/vmware/vmware_driver.c |  2 ++
 src/vmx/vmx.c              |  2 ++
 src/vz/vz_driver.c         |  2 ++
 src/xen/xen_driver.c       |  2 ++
 src/xenapi/xenapi_driver.c |  2 ++
 15 files changed, 41 insertions(+), 7 deletions(-)

--
2.7.0




More information about the libvir-list mailing list