search for: salkeld

Displaying 2 results from an estimated 2 matches for "salkeld".

2012 Jan 03
1
[PATCH] AUTHORS: add the email address for each authors
...Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- AUTHORS | 48 ++++++++++++++++++++++++------------------------ 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0d6fb3c..702de5d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,24 +1,24 @@ -Angus Salkeld -Ani Peter -Charles Duffy -Daniel Berrange -Daniel Cabrera -Douglas Schilling Landgraf -Erik Nolte -Geert Warrink -Guido G?nther -Hilko Bengen -Jaswinder Singh -Jim Meyering -Karel Kl?? -Matthew Booth -Maxim Koltsov -Michael Scherer -Nikita A Menkovich -Piotr Dr?g -Rajesh Ranjan -Richard W.M. Jones...
2011 Mar 11
1
setpgid() before exec'ing qemu
...using kill_subprocess()? def kill_subprocess (self): u"""This kills the qemu subprocess. You should never need to call this. """ return libguestfsmod.kill_subprocess (self._o) Regards Angus Salkeld