From: Richard W.M. Jones Date: Fri, 15 Jul 2011 10:38:21 +0000 (+0100) Subject: New APIs: set-pgroup, get-pgroup X-Git-Tag: 1.11.18~9 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f173543fd207bdc254a5eb75180d82ef25eacae9;hp=f173543fd207bdc254a5eb75180d82ef25eacae9;p=libguestfs.git New APIs: set-pgroup, get-pgroup If the pgroup flag is set in the handle, then the qemu and recovery subprocesses are placed in separate process groups. The default is false. The purpose for setting up a process group is that ^C will not be passed from the main process down to these processes (killing them). This allows ^C and other keyboard events to be caught and handled in the main process. ---