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

Chen Hanxiao posted 4 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180124160946.31429-1-chen_han_xiao@126.com
There is a newer version of this series
docs/news.xml                    |  5 +++
include/libvirt/libvirt-domain.h |  1 +
src/libvirt_private.syms         |  2 ++
src/qemu/qemu_driver.c           | 75 ++++++++++++++++++++++++++++++++++++++++
src/util/virmacaddr.c            | 67 +++++++++++++++++++++++++++++++++++
src/util/virmacaddr.h            | 18 ++++++++++
tools/virsh-domain-monitor.c     |  2 ++
tools/virsh.pod                  |  7 ++--
8 files changed, 174 insertions(+), 3 deletions(-)
[libvirt] [PATCH v2 0/4] qemu: use arp table of host to get the
Posted by Chen Hanxiao 6 years, 2 months ago
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                    |  5 +++
 include/libvirt/libvirt-domain.h |  1 +
 src/libvirt_private.syms         |  2 ++
 src/qemu/qemu_driver.c           | 75 ++++++++++++++++++++++++++++++++++++++++
 src/util/virmacaddr.c            | 67 +++++++++++++++++++++++++++++++++++
 src/util/virmacaddr.h            | 18 ++++++++++
 tools/virsh-domain-monitor.c     |  2 ++
 tools/virsh.pod                  |  7 ++--
 8 files changed, 174 insertions(+), 3 deletions(-)

-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list