From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPO9t-0003JH-28 for qemu-devel@nongnu.org; Tue, 20 Jan 2009 16:29:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPO9r-0003J5-Ds for qemu-devel@nongnu.org; Tue, 20 Jan 2009 16:29:15 -0500 Received: from [199.232.76.173] (port=54515 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPO9r-0003J2-7d for qemu-devel@nongnu.org; Tue, 20 Jan 2009 16:29:15 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:57752) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPO9q-0000VF-Nn for qemu-devel@nongnu.org; Tue, 20 Jan 2009 16:29:15 -0500 Received: from localhost ([127.0.0.1] ident=stefan) by flocke.weilnetz.de with esmtp (Exim 4.69) (envelope-from ) id 1LPO9m-0005Q5-Il for qemu-devel@nongnu.org; Tue, 20 Jan 2009 22:29:10 +0100 Message-ID: <49764226.9090901@mail.berlios.de> Date: Tue, 20 Jan 2009 22:29:10 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Extremely slow graphic updates References: <20090119162633.GO29175@csclub.uwaterloo.ca> <200901200133.25029.paul@codesourcery.com> <4975B3F6.6050706@eu.citrix.com> <200901201811.19920.paul@codesourcery.com> In-Reply-To: <200901201811.19920.paul@codesourcery.com> Content-Type: text/plain; charset=UTF-8 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 Paul Brook schrieb: >> What is the quickest way for me to reproduce this problem? >> Have you seen this on ppc emulation only? >> >> I gather that the guest is in text mode. Have you seen this in graphical >> mode too? If yes, what was the resolution of the guest? >> > > Steps to reproduce: > - Start qemu (doesn't matter which target or guest OS). > - Press c-a-2 to switch to the monitor. > - type "help" > - Watch the output slowly appear over the next 30 seconds > > Running qemu over a forwarded X connection from a different machine (i.e. > ssh -X) suffers a marked slowdown. With this configuration the early x86 boot > stages are visibly much slower, in addition to the virtual console slowness > mentioned above. > > The monitor virtual console, VGA text mode and the graphical mode used by the > knoppix bootloader[1] all show marked slowdown. It's unclear whether > truecolor modes are effected. > > [1] I'm guessing this is either VGA 16 color or VESA 256 color mode. > > I see a similar effect with the first serial console: booting a mips malta linux kernel with debug output and a serial console took 15 s (up to start of devfs), now it takes 140 s with local SDL (estimated baud rate 600 or 1200 baud). The serial console is only slow when it is selected. VNC output or -nographic output is still fast. Regards Stefan Weil