From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyvHg-0004PY-42 for qemu-devel@nongnu.org; Tue, 28 Apr 2009 17:56:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyvHb-0004OE-Og for qemu-devel@nongnu.org; Tue, 28 Apr 2009 17:56:10 -0400 Received: from [199.232.76.173] (port=40375 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyvHb-0004O6-HI for qemu-devel@nongnu.org; Tue, 28 Apr 2009 17:56:07 -0400 Received: from nic.netdirect.ca ([216.16.235.2]:57094 helo=rubicon.netdirect.ca) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LyvHb-0007Dp-2f for qemu-devel@nongnu.org; Tue, 28 Apr 2009 17:56:07 -0400 Date: Tue, 28 Apr 2009 17:55:41 -0400 From: Chris Frey Message-ID: <20090428215541.GA28660@foursquare.net> References: <20090428212538.GA22654@foursquare.net> <49F777EA.9050304@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49F777EA.9050304@codemonkey.ws> Subject: [Qemu-devel] Re: text updates slow after commit 7d957bd8cbcbf56f7916d375e65042d767f544b5 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "qemu-devel@nongnu.org" On Tue, Apr 28, 2009 at 04:40:58PM -0500, Anthony Liguori wrote: > What's your configuration (host type, etc.)? Are you remoting over X? Wow, fast response. :-) I'm running on 32bit x86, with a x86 32 bit guest. I don't have the hardware needed for KVM. It's an older P4, 3Ghz. I compiled with: ./configure --prefix=/home/cdfrey/software/qemu/git/rootdir \ --enable-system \ --enable-linux-user \ --disable-kvm \ --cc=ccache_gcc \ --host-cc=ccache_gcc I'm running a Debian unstable guest, upgraded from Lenny, using: /home/cdfrey/software/qemu/git/rootdir/bin/qemu -boot c -m 256 \ -hda debian-unstable.img -cdrom debian-500-i386-businesscard.iso \ -net nic,vlan=0 -net user,vlan=0 -usb -usbdevice host:0fca:0004 I don't have to actually boot... I see the screen slowness from the grub screen. Let me know if I missed anything. - Chris