[libvirt] [PATCH v3 0/4] qemu: use arp table of host to get the

Chen Hanxiao chen_han_xiao at 126.com
Mon Jan 29 08:35:32 UTC 2018


introduce VIR_DOMAIN_INTERFACE_ADDRESSES_SRC_ARP to get ip address
of VM from the output of /proc/net/arp

Chen Hanxiao (4):
  util: introduce helper to parse /proc/net/arp
  qemu: introduce qemuARPGetInterfaces to get IP from host's arp table
  virsh: add --source arp to domifaddr
  news: qemu: use arp table of host to get the IP address of guests

 docs/news.xml                    |   9 ++++
 include/libvirt/libvirt-domain.h |   1 +
 po/POTFILES.in                   |   1 +
 src/Makefile.am                  |   1 +
 src/libvirt-domain.c             |   7 +++
 src/libvirt_private.syms         |   5 ++
 src/qemu/qemu_driver.c           |  96 +++++++++++++++++++++++++++++++++
 src/util/virarptable.c           | 114 +++++++++++++++++++++++++++++++++++++++
 src/util/virarptable.h           |  48 +++++++++++++++++
 tools/virsh-domain-monitor.c     |   2 +
 tools/virsh.pod                  |   7 +--
 11 files changed, 288 insertions(+), 3 deletions(-)
 create mode 100644 src/util/virarptable.c
 create mode 100644 src/util/virarptable.h

-- 
2.14.3




More information about the libvir-list mailing list