From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlzFn-0000PR-ED for qemu-devel@nongnu.org; Tue, 13 Oct 2015 09:04:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlzFk-0005t7-1K for qemu-devel@nongnu.org; Tue, 13 Oct 2015 09:04:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlzFj-0005t2-S0 for qemu-devel@nongnu.org; Tue, 13 Oct 2015 09:04:27 -0400 Date: Tue, 13 Oct 2015 16:04:23 +0300 From: "Michael S. Tsirkin" Message-ID: <20151013160109-mutt-send-email-mst@redhat.com> References: <1444683308-30543-1-git-send-email-agordeev@redhat.com> <20151013063057.GA32581@agordeev.usersys.redhat.com> <20151013124837.GA27387@agordeev.usersys.redhat.com> <561CFD65.40407@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <561CFD65.40407@redhat.com> Subject: Re: [Qemu-devel] [PATCH] hw/arm/virt: Allow zero address for PCI IO space List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: Peter Maydell , Andrew Jones , Alexander Gordeev , QEMU Developers On Tue, Oct 13, 2015 at 02:47:33PM +0200, Laurent Vivier wrote: > > > On 13/10/2015 14:33, Peter Maydell wrote: > > On 13 October 2015 at 13:48, Alexander Gordeev wrote: > >> On Tue, Oct 13, 2015 at 09:16:34AM +0100, Peter Maydell wrote: > >>> In any case, setting pci_allow_0_address is the right thing, > >>> so we can just change the commit message in this patch. > >> > >> I will post v2 with an updated changelog then. > >> > >>> Incidentally, why is this a property on the machine > >>> and not on the PCI controller device? > >> > >> I am CC-ing Laurent Vivier who introduced the flag. > >> > >> But IMO it *is* a machine property, not PCI controller's > >> one, unless I am missing something. > > > > I think "does this PCI controller handle BARs with > > zero addresses, or does it treat them as if the BAR > > was unmapped" is definitely a controller property... > > you might have in theory a machine with two PCI > > controllers, one of which could deal with zero-addresses > > and one of which could not. > > MST asked for a global flag: > > https://lists.gnu.org/archive/html/qemu-ppc/2015-07/msg00364.html > > But perhaps the machine is not the good place for this global flag ? > > CC: Michael for that. Whether controllers treat zero specially should be expressed using priorities in memory APIs. This is just about buggy machine types that do not specify priority for overlapping regions correctly. As a temporary hacky work-around, a global seems sufficient. > > thanks > > -- PMM > >