From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mt1sN-0006D7-8z for qemu-devel@nongnu.org; Wed, 30 Sep 2009 12:17:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mt1sG-00068j-8y for qemu-devel@nongnu.org; Wed, 30 Sep 2009 12:17:56 -0400 Received: from [199.232.76.173] (port=60106 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mt1sG-00068Q-24 for qemu-devel@nongnu.org; Wed, 30 Sep 2009 12:17:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37022) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mt1sF-0005U0-BY for qemu-devel@nongnu.org; Wed, 30 Sep 2009 12:17:51 -0400 Date: Wed, 30 Sep 2009 18:15:47 +0200 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] [PATCH 4/9] pci: use uint64_t for bar addr and size instead of uint32_t. Message-ID: <20090930161547.GB21595@redhat.com> References: <1247656509-32227-1-git-send-email-yamahata@valinux.co.jp> <1247656509-32227-5-git-send-email-yamahata@valinux.co.jp> <20090930114122.GG18802@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: Isaku Yamahata , qemu-devel@nongnu.org On Wed, Sep 30, 2009 at 07:25:45PM +0400, malc wrote: > On Wed, 30 Sep 2009, Michael S. Tsirkin wrote: > > > On Wed, Jul 15, 2009 at 08:15:04PM +0900, 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 width. > > > > > > Signed-off-by: Isaku Yamahata > > > > As long as we are touching all code: what do you think about > > typedef uint64_t pcibus_t; > > so that will be easier to find later? > > Please read the CODING_STYLE on the subject of _t suffix. > > [..snip..] What do you refer to? > -- > mailto:av1474@comtv.ru