All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] handling SIGWINCH with qemu -nographic
Date: Tue, 16 Oct 2007 03:32:02 +0100	[thread overview]
Message-ID: <200710160332.04487.paul@codesourcery.com> (raw)
In-Reply-To: <471410B1.3030703@gmail.com>

On Tuesday 16 October 2007, Jeff Carr wrote:
> 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.

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.

The linux-user code is for the userspace emulation. You're obviously using the 
full system emulation.

Paul

  reply	other threads:[~2007-10-16  2:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-16  1:15 [Qemu-devel] handling SIGWINCH with qemu -nographic Jeff Carr
2007-10-16  2:32 ` Paul Brook [this message]
2007-10-16 18:21   ` Jeff Carr
2007-10-16 20:51     ` Stefan Weil
2007-10-16 21:21       ` Paul Brook
2007-10-20  0:24       ` Rob Landley
2007-10-16 14:04 ` Stuart Brady
2007-10-20  0:22 ` Rob Landley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200710160332.04487.paul@codesourcery.com \
    --to=paul@codesourcery.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.