Re: [libvirt] [PATCH 1/2] virsh: Introduce virshDomainDetachInterface function

2016-05-04 Thread Cole Robinson
On 05/04/2016 10:26 AM, Nitesh Konkar wrote: > virshDomainDetachInterface handles virsh interface > detach from the specified live/config domain xml. > > Signed-off-by: Nitesh Konkar > --- > tools/virsh-domain.c | 120 > --- > 1 file changed, 67 i

[libvirt] [PATCH 1/2] virsh: Introduce virshDomainDetachInterface function

2016-05-04 Thread Nitesh Konkar
virshDomainDetachInterface handles virsh interface detach from the specified live/config domain xml. Signed-off-by: Nitesh Konkar --- tools/virsh-domain.c | 120 --- 1 file changed, 67 insertions(+), 53 deletions(-) diff --git a/tools/virsh-domain

Re: [libvirt] [PATCH 1/2] virsh: Introduce virshDomainDetachInterface function

2016-05-02 Thread Cole Robinson
On 05/02/2016 09:59 AM, Nitesh Konkar wrote: > virshDomainDetachInterface handles virsh interface > detach from the specified live/config domain xml. > > Signed-off-by: Nitesh Konkar > --- > tools/virsh-domain.c | 104 > ++- > 1 file changed, 61 i

[libvirt] [PATCH 1/2] virsh: Introduce virshDomainDetachInterface function

2016-05-02 Thread Nitesh Konkar
virshDomainDetachInterface handles virsh interface detach from the specified live/config domain xml. Signed-off-by: Nitesh Konkar --- tools/virsh-domain.c | 104 ++- 1 file changed, 61 insertions(+), 43 deletions(-) diff --git a/tools/virsh-domain

Re: [libvirt] [PATCH 1/2] virsh: Introduce virshDomainDetachInterface function.

2016-04-29 Thread Cole Robinson
On 04/28/2016 05:11 AM, Nitesh Konkar wrote: > virshDomainDetachInterface handles virsh interface > detach from the specified live/config domain xml. > > Signed-off-by: Nitesh Konkar > --- > tools/virsh-domain.c | 99 > > 1 file changed, 99 i

[libvirt] [PATCH 1/2] virsh: Introduce virshDomainDetachInterface function.

2016-04-28 Thread Nitesh Konkar
virshDomainDetachInterface handles virsh interface detach from the specified live/config domain xml. Signed-off-by: Nitesh Konkar --- tools/virsh-domain.c | 99 1 file changed, 99 insertions(+) diff --git a/tools/virsh-domain.c b/tools/virsh-