From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8R34-0007UP-BP for qemu-devel@nongnu.org; Tue, 06 Jan 2015 05:07:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8R30-0003MW-BV for qemu-devel@nongnu.org; Tue, 06 Jan 2015 05:07:38 -0500 Received: from mail-wi0-f173.google.com ([209.85.212.173]:59882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8R30-0003MP-6D for qemu-devel@nongnu.org; Tue, 06 Jan 2015 05:07:34 -0500 Received: by mail-wi0-f173.google.com with SMTP id r20so5007756wiv.6 for ; Tue, 06 Jan 2015 02:07:33 -0800 (PST) Message-ID: <54ABB381.8040004@linaro.org> Date: Tue, 06 Jan 2015 11:05:53 +0100 From: Eric Auger MIME-Version: 1.0 References: <1416593261-13751-1-git-send-email-a.rigo@virtualopensystems.com> <1416593261-13751-2-git-send-email-a.rigo@virtualopensystems.com> <54731ADE.302@huawei.com> <54ABA860.6050908@linaro.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 1/4] hw/arm/virt: Allow multiple agents to modify dt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Rob Herring , "tech@virtualopensystems.com" , Claudio Fontana , alvise rigo , QEMU Developers On 01/06/2015 10:51 AM, Peter Maydell wrote: > On 6 January 2015 at 09:18, Eric Auger wrote: >> Besides the PCI aspects, the dt generation problem that is addressed >> here is identical to the one related to VFIO platform device dt node >> generation that also needs to happen after machine init. > > Right, for VFIO we need it; but for PCI we don't, so we shouldn't > tangle the two up together unnecessarily. OK understood Eric > > -- PMM >