Re: [libvirt] [PATCH rebase v4 0/5] qemu: use arp table of host to get the

2018-03-15 Thread Chen Hanxiao
At 2018-03-15 18:23:03, "Michal Privoznik" wrote: >On 03/08/2018 08:11 AM, Chen Hanxiao wrote: >> introduce VIR_DOMAIN_INTERFACE_ADDRESSES_SRC_ARP to get ip address >> of VM from the output of /proc/net/arp >> >> Chen Hanxiao (5): >> util: introduce virNetlinkGetNeighbor

Re: [libvirt] [PATCH rebase v4 0/5] qemu: use arp table of host to get the

2018-03-15 Thread Michal Privoznik
On 03/08/2018 08:11 AM, Chen Hanxiao wrote: > introduce VIR_DOMAIN_INTERFACE_ADDRESSES_SRC_ARP to get ip address > of VM from the output of /proc/net/arp > > Chen Hanxiao (5): > util: introduce virNetlinkGetNeighbor to get neighbor table entry > util: introduce helper to parse message from

Re: [libvirt] [PATCH rebase v4 0/5] qemu: use arp table of host to get the

2018-03-15 Thread Chen Hanxiao
At 2018-03-08 15:11:54, "Chen Hanxiao" wrote: >introduce VIR_DOMAIN_INTERFACE_ADDRESSES_SRC_ARP to get ip address >of VM from the output of /proc/net/arp > >Chen Hanxiao (5): > util: introduce virNetlinkGetNeighbor to get neighbor table entry > util: introduce helper

[libvirt] [PATCH rebase v4 0/5] qemu: use arp table of host to get the

2018-03-07 Thread Chen Hanxiao
introduce VIR_DOMAIN_INTERFACE_ADDRESSES_SRC_ARP to get ip address of VM from the output of /proc/net/arp Chen Hanxiao (5): util: introduce virNetlinkGetNeighbor to get neighbor table entry util: introduce helper to parse message from RTM_GETNEIGH query qemu: introduce qemuARPGetInterfaces