Re: [libvirt] [PATCH 3/9] qemu: Convert virExec usage to virCommand

2011-05-13 Thread Eric Blake
On 05/13/2011 02:10 PM, Cole Robinson wrote: > v2: > Have virCommand cleanup intermediate process for us > > Signed-off-by: Cole Robinson > --- > src/qemu/qemu_driver.c | 35 +++ > src/qemu/qemu_process.c |2 +- > 2 files changed, 12 insertions(+), 25 d

[libvirt] [PATCH 3/9] qemu: Convert virExec usage to virCommand

2011-05-13 Thread Cole Robinson
v2: Have virCommand cleanup intermediate process for us Signed-off-by: Cole Robinson --- src/qemu/qemu_driver.c | 35 +++ src/qemu/qemu_process.c |2 +- 2 files changed, 12 insertions(+), 25 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/q