New APIs: set-pgroup, get-pgroup
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 15 Jul 2011 10:38:21 +0000 (11:38 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 15 Jul 2011 11:24:51 +0000 (12:24 +0100)
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.


No differences found