Re: [libvirt] [PATCH] libxl: add .domainInterfaceAddresses

2016-05-25 Thread Jim Fehlig
On 05/25/2016 08:52 AM, Laine Stump wrote: > On 05/24/2016 11:42 PM, Jim Fehlig wrote: >> On 05/22/2016 09:34 PM, Chun Yan Liu wrote: >> On 5/17/2016 at 11:46 PM, in message >>> <2fa0cb6f-ea83-d6f3-18f8-51a671574...@laine.org>, Laine Stump >>> >>> wrote: On 05/16/2016 06:05 PM, Jim Fehli

Re: [libvirt] [PATCH] libxl: add .domainInterfaceAddresses

2016-05-25 Thread Laine Stump
On 05/24/2016 11:42 PM, Jim Fehlig wrote: On 05/22/2016 09:34 PM, Chun Yan Liu wrote: On 5/17/2016 at 11:46 PM, in message <2fa0cb6f-ea83-d6f3-18f8-51a671574...@laine.org>, Laine Stump wrote: On 05/16/2016 06:05 PM, Jim Fehlig wrote: Chun Yan Liu wrote: On 5/14/2016 at 07:47 AM, in message

Re: [libvirt] [PATCH] libxl: add .domainInterfaceAddresses

2016-05-24 Thread Jim Fehlig
On 05/22/2016 09:34 PM, Chun Yan Liu wrote: > On 5/17/2016 at 11:46 PM, in message > <2fa0cb6f-ea83-d6f3-18f8-51a671574...@laine.org>, Laine Stump > > wrote: >> On 05/16/2016 06:05 PM, Jim Fehlig wrote: >>> Chun Yan Liu wrote: >>> On 5/14/2016 at 07:47 AM, in message <5736677d.8030...

Re: [libvirt] [PATCH] libxl: add .domainInterfaceAddresses

2016-05-22 Thread Chun Yan Liu
>>> On 5/17/2016 at 11:46 PM, in message <2fa0cb6f-ea83-d6f3-18f8-51a671574...@laine.org>, Laine Stump wrote: > On 05/16/2016 06:05 PM, Jim Fehlig wrote: > > Chun Yan Liu wrote: > > On 5/14/2016 at 07:47 AM, in message <5736677d.8030...@suse.com>, Jim > > Fehlig > >> wrote: > >>>

Re: [libvirt] [PATCH] libxl: add .domainInterfaceAddresses

2016-05-17 Thread Laine Stump
On 05/16/2016 06:05 PM, Jim Fehlig wrote: Chun Yan Liu wrote: On 5/14/2016 at 07:47 AM, in message <5736677d.8030...@suse.com>, Jim Fehlig wrote: On 05/13/2016 12:21 AM, Chunyan Liu wrote: Add .domainInterfaceAddresses so that user can have a way to get domain interface address by 'virsh dom

Re: [libvirt] [PATCH] libxl: add .domainInterfaceAddresses

2016-05-17 Thread Michal Privoznik
On 16.05.2016 12:06, Chun Yan Liu wrote: > > On 5/14/2016 at 07:47 AM, in message <5736677d.8030...@suse.com>, Jim Fehlig > wrote: >> On 05/13/2016 12:21 AM, Chunyan Liu wrote: >> >> It's unfortunate this is a copy-paste from the qemu driver. The code is not >> trivial and any

Re: [libvirt] [PATCH] libxl: add .domainInterfaceAddresses

2016-05-17 Thread Jim Fehlig
Chun Yan Liu wrote: > On 5/14/2016 at 07:47 AM, in message <5736677d.8030...@suse.com>, Jim Fehlig > wrote: >> On 05/13/2016 12:21 AM, Chunyan Liu wrote: >>> Add .domainInterfaceAddresses so that user can have a way to >>> get domain interface address by 'virsh domifaddr'. Currently

Re: [libvirt] [PATCH] libxl: add .domainInterfaceAddresses

2016-05-16 Thread Chun Yan Liu
>>> On 5/14/2016 at 07:47 AM, in message <5736677d.8030...@suse.com>, Jim Fehlig wrote: > On 05/13/2016 12:21 AM, Chunyan Liu wrote: > > Add .domainInterfaceAddresses so that user can have a way to > > get domain interface address by 'virsh domifaddr'. Currently > > it only supports '--sourc

Re: [libvirt] [PATCH] libxl: add .domainInterfaceAddresses

2016-05-13 Thread Jim Fehlig
On 05/13/2016 12:21 AM, Chunyan Liu wrote: > Add .domainInterfaceAddresses so that user can have a way to > get domain interface address by 'virsh domifaddr'. Currently > it only supports '--source lease'. > > Signed-off: Chunyan Liu > --- > src/libxl/libxl_driver.c | 140 > +

[libvirt] [PATCH] libxl: add .domainInterfaceAddresses

2016-05-12 Thread Chunyan Liu
Add .domainInterfaceAddresses so that user can have a way to get domain interface address by 'virsh domifaddr'. Currently it only supports '--source lease'. Signed-off: Chunyan Liu --- src/libxl/libxl_driver.c | 140 +++ 1 file changed, 140 insertions(