Re: [libvirt] [PATCH 2/9] remove duplicate *SetCloseExec and *SetNonBlock functions

2009-02-03 Thread Jim Meyering
"Daniel P. Berrange" wrote: > On Mon, Feb 02, 2009 at 06:08:15PM +0100, Jim Meyering wrote: >> From: Jim Meyering >> >> * src/qemu_driver.c: Use virSetCloseExec and virSetNonBlock, >> rather than qemuSet* functions. Suggested by Daniel P. Berrange. >> * src/util.c (virSetCloseExec): Compile unco

Re: [libvirt] [PATCH 2/9] remove duplicate *SetCloseExec and *SetNonBlock functions

2009-02-03 Thread Daniel P. Berrange
On Mon, Feb 02, 2009 at 06:08:15PM +0100, Jim Meyering wrote: > From: Jim Meyering > > * src/qemu_driver.c: Use virSetCloseExec and virSetNonBlock, > rather than qemuSet* functions. Suggested by Daniel P. Berrange. > * src/util.c (virSetCloseExec): Compile unconditionally. > * src/util.h (virSet

[libvirt] [PATCH 2/9] remove duplicate *SetCloseExec and *SetNonBlock functions

2009-02-02 Thread Jim Meyering
From: Jim Meyering * src/qemu_driver.c: Use virSetCloseExec and virSetNonBlock, rather than qemuSet* functions. Suggested by Daniel P. Berrange. * src/util.c (virSetCloseExec): Compile unconditionally. * src/util.h (virSetCloseExec): Declare libvirtd: link with libvirt_util, too * qemud/Makefil