From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ihr1X-00058j-9B for qemu-devel@nongnu.org; Tue, 16 Oct 2007 14:20:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ihr1V-00058K-BG for qemu-devel@nongnu.org; Tue, 16 Oct 2007 14:20:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ihr1V-000589-1m for qemu-devel@nongnu.org; Tue, 16 Oct 2007 14:20:09 -0400 Received: from rv-out-0910.google.com ([209.85.198.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ihr1U-0000ox-Gh for qemu-devel@nongnu.org; Tue, 16 Oct 2007 14:20:08 -0400 Received: by rv-out-0910.google.com with SMTP id g11so5664357rvb for ; Tue, 16 Oct 2007 11:20:07 -0700 (PDT) Message-ID: <47150130.3090106@gmail.com> Date: Tue, 16 Oct 2007 11:21:36 -0700 From: Jeff Carr MIME-Version: 1.0 Subject: Re: [Qemu-devel] handling SIGWINCH with qemu -nographic References: <471410B1.3030703@gmail.com> <200710160332.04487.paul@codesourcery.com> In-Reply-To: <200710160332.04487.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org On 10/15/07 19:32, Paul Brook wrote: > qemu emulates a real machine. Signals are an operating system concept, so your > question makes no sense. Configure your guest OS exactly the same way you > would a real machine with a serial console. OK. I thought there might be a way. > The linux-user code is for the userspace emulation. You're obviously using the > full system emulation. It seemed that's where the handler would have to go. I don't know if there is some way to pass that through a serial device. I wasn't sure if it would require some custom qemu serial driver for the guest.