Re: [libvirt] [PATCH 2/2] virsh: Pass the corect live/config xml to virshDomainDetachInterface.

2016-05-02 Thread Cole Robinson
On 05/02/2016 09:59 AM, Nitesh Konkar wrote: > cmdDetachInterface function checks for live config > flags and then passes the live/config domain xml > to virshDomainDetachInterface accordingly. > > Signed-off-by: Nitesh Konkar > --- > tools/virsh-domain.c | 32 +++- >

[libvirt] [PATCH 2/2] virsh: Pass the corect live/config xml to virshDomainDetachInterface.

2016-05-02 Thread Nitesh Konkar
cmdDetachInterface function checks for live config flags and then passes the live/config domain xml to virshDomainDetachInterface accordingly. Signed-off-by: Nitesh Konkar --- tools/virsh-domain.c | 32 +++- 1 file changed, 19 insertions(+), 13 deletions(-) diff --gi

[libvirt] [PATCH 2/2] virsh: Pass the corect live/config xml to virshDomainDetachInterface.

2016-04-28 Thread Nitesh Konkar
cmdDetachInterface function checks for live config flags and then passes the live/config domain xml to virshDomainDetachInterface accordingly. Signed-off-by: Nitesh Konkar --- tools/virsh-domain.c | 114 +-- 1 file changed, 19 insertions(+), 95 d