From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LryTg-00031R-6v for qemu-devel@nongnu.org; Thu, 09 Apr 2009 13:55:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LryTb-0002zb-30 for qemu-devel@nongnu.org; Thu, 09 Apr 2009 13:55:51 -0400 Received: from [199.232.76.173] (port=38441 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LryTa-0002zW-R4 for qemu-devel@nongnu.org; Thu, 09 Apr 2009 13:55:46 -0400 Received: from mx20.gnu.org ([199.232.41.8]:21744) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LryTa-00070S-3q for qemu-devel@nongnu.org; Thu, 09 Apr 2009 13:55:46 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LryTY-0003ie-AI for qemu-devel@nongnu.org; Thu, 09 Apr 2009 13:55:45 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] register a single area for vga bios and option roms Date: Thu, 9 Apr 2009 18:55:40 +0100 References: <1239292380-10032-1-git-send-email-glommer@redhat.com> In-Reply-To: <1239292380-10032-1-git-send-email-glommer@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904091855.41598.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: jan.kiszka@siemens.com, Glauber Costa , aliguori@us.ibm.com On Thursday 09 April 2009, Glauber Costa wrote: > Those guys are not different in nature. They're all roms, > not blessed with the graces of being written to. So there's > not need to issue multiple requests to memory registration areas: > just treat them as brothers, and put them all in the same > region. As we're rewriting this code, can we make it use load_image_targphys at the same time please. Paul