Re: [libvirt] [PATCH v2 2/4] qemu: introduce qemuARPGetInterfaces to get IP from host's arp table

2018-01-25 Thread Michal Privoznik
On 01/24/2018 05:09 PM, Chen Hanxiao wrote: > From: Chen Hanxiao > > introduce VIR_DOMAIN_INTERFACE_ADDRESSES_SRC_ARP to get ip address > of VM from the output of /proc/net/arp > > Signed-off-by: Chen Hanxiao > --- >

[libvirt] [PATCH v2 2/4] qemu: introduce qemuARPGetInterfaces to get IP from host's arp table

2018-01-24 Thread Chen Hanxiao
From: Chen Hanxiao introduce VIR_DOMAIN_INTERFACE_ADDRESSES_SRC_ARP to get ip address of VM from the output of /proc/net/arp Signed-off-by: Chen Hanxiao --- include/libvirt/libvirt-domain.h | 1 + src/qemu/qemu_driver.c | 75