Re: [libvirt] [PATCH 3/4] util: Implement virRun as a wrapper around virCommand

2011-06-01 Thread Eric Blake
On 05/17/2011 09:06 AM, Cole Robinson wrote: v2: Simplify command building Handle command building failure v3: Remove unneeded NULL check Signed-off-by: Cole Robinson crobi...@redhat.com --- src/util/util.c | 73 +++

[libvirt] [PATCH 3/4] util: Implement virRun as a wrapper around virCommand

2011-05-17 Thread Cole Robinson
v2: Simplify command building Handle command building failure v3: Remove unneeded NULL check Signed-off-by: Cole Robinson crobi...@redhat.com --- src/util/util.c | 73 +++ 1 files changed, 4 insertions(+), 69 deletions(-) diff