Re: [Libvir] [PATCH] Add option to pass stdin fd to virExec

2007-08-13 Thread Daniel P. Berrange
On Mon, Aug 13, 2007 at 02:17:05PM -0400, Jim Paris wrote: > If non-negative, uses the supplied fd instead of /dev/null. > Update callers accordingly. Commited to CVS Regards, Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http:/

[Libvir] [PATCH] Add option to pass stdin fd to virExec

2007-08-13 Thread Jim Paris
If non-negative, uses the supplied fd instead of /dev/null. Update callers accordingly. Signed-off-by: Jim Paris <[EMAIL PROTECTED]> --- src/openvz_driver.c |4 ++-- src/qemu_driver.c |5 +++-- src/util.c | 12 ++-- src/util.h |4 ++-- 4 files changed, 13