[libvirt] [PATCH v9 0/4] Introduce API to query IP addresses for given domain

Daniel P. Berrange berrange at redhat.com
Mon Mar 9 15:09:27 UTC 2015


This polishes off Nehal's long standing work to add IP address
reporting to libvirt. In v9 I address John's coverity comments
and switched to use an dedicated parameter for selecting the
data source, instead of flags.

Nehal J Wani (4):
  domifaddr: Implement the public APIs
  domifaddr: Implement the remote protocol
  domifaddr: Implement the API for qemu
  domifaddr: Add virsh support

 daemon/remote.c                  | 135 ++++++++++++++++++++++++++
 include/libvirt/libvirt-domain.h |  28 ++++++
 src/driver-hypervisor.h          |   6 ++
 src/libvirt-domain.c             | 123 +++++++++++++++++++++++
 src/libvirt_public.syms          |   2 +
 src/qemu/qemu_agent.c            | 204 +++++++++++++++++++++++++++++++++++++++
 src/qemu/qemu_agent.h            |   4 +
 src/qemu/qemu_driver.c           | 175 +++++++++++++++++++++++++++++++++
 src/remote/remote_driver.c       | 104 ++++++++++++++++++++
 src/remote/remote_protocol.x     |  37 ++++++-
 src/remote_protocol-structs      |  25 +++++
 tests/qemuagenttest.c            | 188 ++++++++++++++++++++++++++++++++++++
 tools/virsh-domain-monitor.c     | 146 ++++++++++++++++++++++++++++
 tools/virsh.pod                  |  16 +++
 14 files changed, 1192 insertions(+), 1 deletion(-)

-- 
2.1.0




More information about the libvir-list mailing list