
2 Sep
2013
2 Sep
'13
3:55 p.m.
On 29.08.2013 17:52, Peter Krempa wrote:
This patch adds instrumentation to allow modification of config of the terminal in virsh and successful reset of the state afterwards.
The added helpers allow to disable receiving of SIGINT when pressing the key sequence (Ctrl+C usualy). This normally sends SIGINT to the foreground process group which kills ssh processes used for transport of the data. --- The termios code may need protecting with #ifndef WIN32.
tools/virsh.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ tools/virsh.h | 9 +++++++++ 2 files changed, 63 insertions(+)
ACK Michal