From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXrYh-0007YE-KJ for qemu-devel@nongnu.org; Tue, 26 Jun 2018 13:15:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXrYg-0006Fl-SP for qemu-devel@nongnu.org; Tue, 26 Jun 2018 13:15:15 -0400 References: <1529673765-16627-1-git-send-email-eric.auger@redhat.com> From: Auger Eric Message-ID: Date: Tue, 26 Jun 2018 19:15:05 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] ARM virt: Silence dtc warnings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Eric Auger , QEMU Developers , qemu-arm , Peter Crosthwaite , Alexander Graf Hi Peter, On 06/26/2018 07:06 PM, Peter Maydell wrote: > On 22 June 2018 at 14:22, Eric Auger wrote: >> When running dtc on the guest /proc/device-tree, we get the >> following warnings: "Warning (unit_address_vs_reg): Node >> has a reg or ranges property, but no unit name", with name: >> /intc, /intc/its, /intc/v2m, /memory. >> >> This series removes those warnings by adding the unit address to >> the corresponding node names. > > This didn't apply to my target-arm.next tree. Once I've > applied my on-list arm pullreq to master, could you > rebase it, please? Sure Thanks Eric > > thanks > -- PMM >