qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Patch Send Ctrl-C to stdio target.


From: Anthony Liguori
Subject: Re: [Qemu-devel] Patch Send Ctrl-C to stdio target.
Date: Mon, 11 Aug 2008 16:13:57 -0500
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Krumme, Chris wrote:
Hello,
This patch will catch a SIGINT and pass it as a ctrl-c to the target
when running with the target on stdio.

Just catching SIGINT is kind of a hack.  What about SIGSTOP and SIGCONT?

If we're going to go this route, we should do it properly by cfmakeraw() stdio instead of trapping individual signals.

Regards,

Anthony Liguori





reply via email to

[Prev in Thread] Current Thread [Next in Thread]