Re: [libvirt] [PATCH 1/2] qemu: Remove network type limitation for qemuARPGetInterfaces

2018-09-11 Thread Chen Hanxiao
At 2018-09-11 13:51:43, "Lin Ma" wrote: >On 09/10/2018 02:55 PM, Chen Hanxiao wrote: > >At 2018-09-07 18:44:53, "Lin Ma" wrote: >>When we call qemuARPGetInterfaces to get IP from host's arp table, The >>iface's type has nothing to do with it, We should allow all of type. >>

Re: [libvirt] [PATCH 1/2] qemu: Remove network type limitation for qemuARPGetInterfaces

2018-09-10 Thread Lin Ma
On 09/10/2018 02:55 PM, Chen Hanxiao wrote: At 2018-09-07 18:44:53, "Lin Ma" wrote: >When we call qemuARPGetInterfaces to get IP from host's arp table, The >iface's type has nothing to do with it, We should allow all of type. > >Signed-off-by: Lin Ma Hi, with my limited tests, we can't get

Re: [libvirt] [PATCH 1/2] qemu: Remove network type limitation for qemuARPGetInterfaces

2018-09-10 Thread Chen Hanxiao
At 2018-09-07 18:44:53, "Lin Ma" wrote: >When we call qemuARPGetInterfaces to get IP from host's arp table, The >iface's type has nothing to do with it, We should allow all of type. > >Signed-off-by: Lin Ma Hi, with my limited tests, we can't get useful info by arp query from other kind

[libvirt] [PATCH 1/2] qemu: Remove network type limitation for qemuARPGetInterfaces

2018-09-07 Thread Lin Ma
When we call qemuARPGetInterfaces to get IP from host's arp table, The iface's type has nothing to do with it, We should allow all of type. Signed-off-by: Lin Ma --- src/qemu/qemu_driver.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c