From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mt0ar-0007Yt-LA for qemu-devel@nongnu.org; Wed, 30 Sep 2009 10:55:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mt0aq-0007YP-PT for qemu-devel@nongnu.org; Wed, 30 Sep 2009 10:55:48 -0400 Received: from [199.232.76.173] (port=35916 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mt0aq-0007YM-Hl for qemu-devel@nongnu.org; Wed, 30 Sep 2009 10:55:48 -0400 Received: from fe02x03-cgp.akado.ru ([77.232.31.165]:59096 helo=akado.ru) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mt0aq-000868-36 for qemu-devel@nongnu.org; Wed, 30 Sep 2009 10:55:48 -0400 Date: Wed, 30 Sep 2009 18:55:51 +0400 (MSD) From: malc Subject: Re: [Qemu-devel] [PATCH 25/61] pci: use uint64_t for bar addr and size instead of uint32_t. In-Reply-To: <1254305917-14784-26-git-send-email-yamahata@valinux.co.jp> Message-ID: References: <1254305917-14784-1-git-send-email-yamahata@valinux.co.jp> <1254305917-14784-26-git-send-email-yamahata@valinux.co.jp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: qemu-devel@nongnu.org On Wed, 30 Sep 2009, Isaku Yamahata wrote: > This patch is preliminary for 64bit bar. > For 64bit bar support, replace uint32_t with uint64_t for addr/size > to be able to represent 64bit. I'm not sure how this supposed to work with devices that are physically incapable of working with 64bit addresses, care to explain? [..snip..] -- mailto:av1474@comtv.ru