From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7bk8-0003j2-Ja for qemu-devel@nongnu.org; Mon, 09 Nov 2009 16:25:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7bk3-0003gN-LW for qemu-devel@nongnu.org; Mon, 09 Nov 2009 16:25:44 -0500 Received: from [199.232.76.173] (port=34859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7bk3-0003fw-9P for qemu-devel@nongnu.org; Mon, 09 Nov 2009 16:25:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19856) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7bk2-0000sO-Rg for qemu-devel@nongnu.org; Mon, 09 Nov 2009 16:25:39 -0500 Message-ID: <4AF888CE.4000502@redhat.com> Date: Mon, 09 Nov 2009 22:25:34 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [sneak preview] major scsi overhaul References: <4AF4ACA5.2090701@redhat.com> <4AF7DC02.2070308@redhat.com> <4AF80CFF.1090607@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Avi Kivity , "qemu-devel@nongnu.org" On 11/09/09 21:38, Blue Swirl wrote: >> As Michael notes, devices have physical address sizes independent of the >> target platform; a PCI device that supports 64-bit addresses can be plugged >> into a motherboard that supports 32-bit address bus processors. > > True. But I think the solution is not to make all buses maximum width, > but support multiple buses with width translation in between. I suspect translating between 32 and 64 bit is more complex and more overhead than simply using 64bit all the time. > We could improve the compilation system so that on 64 bit hosts the > benefit of single size target_phys_addr_t results in compiling the > files only once. I think this is already the case. When building on x86_64 host (both 32bit and 64bit targets) I find the libhw32 directory empty ... cheers, Gerd