From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XopY8-0008G8-Rh for qemu-devel@nongnu.org; Thu, 13 Nov 2014 03:14:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XopY2-0006e0-GR for qemu-devel@nongnu.org; Thu, 13 Nov 2014 03:14:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XopY2-0006dq-7B for qemu-devel@nongnu.org; Thu, 13 Nov 2014 03:14:34 -0500 Message-ID: <1415866453.25539.3.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 13 Nov 2014 09:14:13 +0100 In-Reply-To: <5463763A.7080707@huawei.com> References: <20141030180216.GD31629@leverpostej> <5459F4CB.1000009@huawei.com> <20141111152932.GA25295@leverpostej> <20141111163101.GB23267@cbox> <20141111164807.GC25295@leverpostej> <20141111213312.GC19598@cbox> <20141112103854.GA28015@leverpostej> <546349F6.10300@redhat.com> <20141112120419.GE28015@leverpostej> <5463763A.7080707@huawei.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Linaro-acpi] [RFC PATCH 0/7] hw/arm/virt: Dynamic ACPI v5.1 table generation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Claudio Fontana Cc: Mark Rutland , Peter Maydell , "Ian.Campbell@citrix.com" , "linaro-acpi@lists.linaro.org" , Alexander Spyridakis , Julien Grall , QEMU Developers , Leif Lindholm , "stefano.stabellini@citrix.com" , "grant.likely@linaro.org" , Paolo Bonzini , "tech@virtualopensystems.com" , Parth Dixit , Christoffer Dall On Mi, 2014-11-12 at 16:01 +0100, Claudio Fontana wrote: > I ask because on OSv at the moment, the situation is that for x86 we > don't need to reprogram anything on PCI, > as everything is already nicely set up by the time the guest starts, > and thus the BAR addresses can be read directly. > On ARM we have to reprogram the BARs manually for all devices. qemu doesn't do anything here, seabios / ovmf does the pci initialization. cheers, Gerd