From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIOKh-00087N-KP for qemu-devel@nongnu.org; Thu, 23 Jul 2015 17:47:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIOKg-0003P5-Jp for qemu-devel@nongnu.org; Thu, 23 Jul 2015 17:47:15 -0400 Message-ID: <1437688015.7562.68.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Fri, 24 Jul 2015 07:46:55 +1000 In-Reply-To: References: <1437566099-10004-1-git-send-email-lvivier@redhat.com> <1437675858-14070-1-git-send-email-lvivier@redhat.com> <1437684406.7562.62.camel@kernel.crashing.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH v2] pci: allow 0 address for PCI IO/MEM regions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Laurent Vivier , "Michael S. Tsirkin" , Michael Roth , QEMU Developers , "qemu-ppc@nongnu.org" , David Gibson On Thu, 2015-07-23 at 22:00 +0100, Peter Maydell wrote: > (Also, none of our PCI device models actually try to do > the "BAR at zero means I won't respond" behaviour, which > presumably they might do in real life.) Devices aren't supposed to do that ... In fact, I don't see HW designers adding a comparator if they don't have to :-) Cheers, Ben.