qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] serial8250: too much work for irq4


From: Stefan Weil
Subject: Re: [Qemu-devel] serial8250: too much work for irq4
Date: Sun, 15 Apr 2007 16:39:50 +0200
User-agent: IceDove 1.5.0.10 (X11/20070329)

QEMU only emulates a serial interface without FIFO,
so Linux gets one interrupt per character sent or received.
And the emulation does not emulate the original speed
of the serial interface, but runs at fastest speed possible.

I get this log message every time when a program writes
more than a few lines, for example with QEMU emulating
Linux/MIPS when I start aptitude or call dmesg.

Without a working FIFO emulation, there is not much you
can do if you really need a serial console or other kind of
serial communication.

Stefan

Nigel Horne schrieb:
> In the mips emulator I often see "serial8250: too much work for irq4",
> particularity when running vi etc. Is that to be expected, and known
> about?
> If so, please ignore this ;-), if not, I thought you may like to know.
>
> -Nigel





reply via email to

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