qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] serial8250: too much work for irq4
@ 2007-04-15 14:05 Nigel Horne
  2007-04-15 14:39 ` Stefan Weil
  0 siblings, 1 reply; 2+ messages in thread
From: Nigel Horne @ 2007-04-15 14:05 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

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

[-- Attachment #2: njh.vcf --]
[-- Type: text/x-vcard, Size: 181 bytes --]

begin:vcard
fn:Nigel Horne
n:Horne;Nigel
org:NJH Music
email;internet:njh@bandsman.co.uk
tel;fax:+44 870 705 9334
note:Skype: nigelhorne
x-mozilla-html:FALSE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] serial8250: too much work for irq4
  2007-04-15 14:05 [Qemu-devel] serial8250: too much work for irq4 Nigel Horne
@ 2007-04-15 14:39 ` Stefan Weil
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Weil @ 2007-04-15 14:39 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-04-15 14:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-15 14:05 [Qemu-devel] serial8250: too much work for irq4 Nigel Horne
2007-04-15 14:39 ` Stefan Weil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).