From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hd5xy-0005DL-Q6 for qemu-devel@nongnu.org; Sun, 15 Apr 2007 10:44:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hd5xw-0005AW-Av for qemu-devel@nongnu.org; Sun, 15 Apr 2007 10:44:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hd5xw-0005AN-6i for qemu-devel@nongnu.org; Sun, 15 Apr 2007 10:44:32 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hd5tQ-0001Yf-6E for qemu-devel@nongnu.org; Sun, 15 Apr 2007 10:39:52 -0400 Message-ID: <46223936.4000907@mail.berlios.de> Date: Sun, 15 Apr 2007 16:39:50 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] serial8250: too much work for irq4 References: <46223117.9050301@bandsman.co.uk> In-Reply-To: <46223117.9050301@bandsman.co.uk> 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: qemu-devel@nongnu.org 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