Re: [libvirt] [PATCH 1/9] fdstream: separate out virCommandPtr cleanup

2016-05-02 Thread Cole Robinson
On 05/02/2016 04:48 AM, Michal Privoznik wrote: > On 25.04.2016 20:46, Cole Robinson wrote: >> Let's us de-nest some of the logic, and will simplify upcoming >> patches >> --- >> src/fdstream.c | 73 >> +- >> 1 file changed, 42 insertions(+)

Re: [libvirt] [PATCH 1/9] fdstream: separate out virCommandPtr cleanup

2016-05-02 Thread Michal Privoznik
On 25.04.2016 20:46, Cole Robinson wrote: > Let's us de-nest some of the logic, and will simplify upcoming > patches > --- > src/fdstream.c | 73 > +- > 1 file changed, 42 insertions(+), 31 deletions(-) > > diff --git a/src/fdstream.c b/src

[libvirt] [PATCH 1/9] fdstream: separate out virCommandPtr cleanup

2016-04-25 Thread Cole Robinson
Let's us de-nest some of the logic, and will simplify upcoming patches --- src/fdstream.c | 73 +- 1 file changed, 42 insertions(+), 31 deletions(-) diff --git a/src/fdstream.c b/src/fdstream.c index a6a0fbe..681b90e 100644 --- a/src/fdstrea