[libvirt] [PATCH 0/5] Couple of virDomainInterfaceAddresses fixes

Michal Privoznik mprivozn at redhat.com
Tue Mar 17 16:52:52 UTC 2015


While testing the new API I've noticed some leaks and other
errors.  The very first patch changes the RPC protocol, but hey -
on an unreleased procedure yet!

Michal Privoznik (5):
  RPC: Allow HW address in remote_domain_interface struct to be NULL
  virsh: Adapt to new HW address scenario
  qemuAgentGetInterfaces: Don't error out on missing HW address
  cmdDomIfAddr: Free @ip_addr_str
  qemuGetDHCPInterfaces: Don't leak @network

 daemon/remote.c                  |  5 ++++-
 include/libvirt/libvirt-domain.h |  2 +-
 src/libvirt-domain.c             |  3 ++-
 src/qemu/qemu_agent.c            |  7 -------
 src/qemu/qemu_driver.c           |  6 +++++-
 src/remote/remote_driver.c       |  3 ++-
 src/remote/remote_protocol.x     |  2 +-
 src/remote_protocol-structs      |  2 +-
 tools/virsh-domain-monitor.c     | 11 +++++++----
 9 files changed, 23 insertions(+), 18 deletions(-)

-- 
2.0.5




More information about the libvir-list mailing list