Re: [libvirt] [PATCH 3/3] virsh-domain-monitor: Refactor cmdDomIfGetLink

2013-04-02 Thread Peter Krempa
On 03/26/13 15:43, Martin Kletzander wrote: On 03/26/2013 12:26 PM, Peter Krempa wrote: The domif-getlink command did not terminate successfully when the interface state was found. As the code used old and too complex approach to do the job, this patch refactors it and fixed the bug.

[libvirt] [PATCH 3/3] virsh-domain-monitor: Refactor cmdDomIfGetLink

2013-03-26 Thread Peter Krempa
The domif-getlink command did not terminate successfully when the interface state was found. As the code used old and too complex approach to do the job, this patch refactors it and fixed the bug. --- tools/virsh-domain-monitor.c | 100 --- 1 file changed,

Re: [libvirt] [PATCH 3/3] virsh-domain-monitor: Refactor cmdDomIfGetLink

2013-03-26 Thread Martin Kletzander
On 03/26/2013 12:26 PM, Peter Krempa wrote: The domif-getlink command did not terminate successfully when the interface state was found. As the code used old and too complex approach to do the job, this patch refactors it and fixed the bug. s/fixed/fixes/ ACK, the only change this patch