From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ihb0Y-0005VD-7w for qemu-devel@nongnu.org; Mon, 15 Oct 2007 21:14:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ihb0U-0005UD-NW for qemu-devel@nongnu.org; Mon, 15 Oct 2007 21:14:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ihb0U-0005U9-IJ for qemu-devel@nongnu.org; Mon, 15 Oct 2007 21:14:02 -0400 Received: from nz-out-0506.google.com ([64.233.162.232]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ihb0U-000242-AR for qemu-devel@nongnu.org; Mon, 15 Oct 2007 21:14:02 -0400 Received: by nz-out-0506.google.com with SMTP id f1so4168890nzc for ; Mon, 15 Oct 2007 18:14:01 -0700 (PDT) Message-ID: <471410B1.3030703@gmail.com> Date: Mon, 15 Oct 2007 18:15:29 -0700 From: Jeff Carr MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] handling SIGWINCH with qemu -nographic Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Has anyone looked into finding a way to pass SIGWINCH through to the guest? I started looking at linux-user/signal.c. For those that might not be familiar with SIGWINCH, supporting it would allow qemu -nographic to tell when the terminal is a different size than 80x24.