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 c
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.