From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7sKs-0006Pe-B5 for qemu-devel@nongnu.org; Wed, 03 Dec 2008 09:04:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7sKq-0006Nb-Ti for qemu-devel@nongnu.org; Wed, 03 Dec 2008 09:04:13 -0500 Received: from [199.232.76.173] (port=48519 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7sKq-0006NX-QN for qemu-devel@nongnu.org; Wed, 03 Dec 2008 09:04:12 -0500 Received: from mx20.gnu.org ([199.232.41.8]:36471) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L7sKq-0005Xn-EB for qemu-devel@nongnu.org; Wed, 03 Dec 2008 09:04:12 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7sKp-00009F-JS for qemu-devel@nongnu.org; Wed, 03 Dec 2008 09:04:11 -0500 From: Paul Brook Subject: Re: [Qemu-devel] MMIO address changes Date: Wed, 3 Dec 2008 14:03:53 +0000 References: <200812011859.35859.paul@codesourcery.com> <20081203121745.GI31803@edgar.se.axis.com> In-Reply-To: <20081203121745.GI31803@edgar.se.axis.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812031403.54060.paul@codesourcery.com> 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 Cc: "Edgar E. Iglesias" > > I've tried to be fairly thorough with the changes, and tested what I can. > > However it's possible I missed or broke something, so please test your > > favourite targets. > > FWIW the etrax-fs machine works OK although I am seeing a noticeable > slow-down after the patch. Strange. I wouldn't expect significant slowdown. AFAIK the hot-path code should be pretty much unchanged (if anything faster because the IO handlers don't need to adjust the address). Even the TLB fill handler overhead (tlb_set_page_exec) should be negligible. Paul