From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNq3R-0001EB-SH for qemu-devel@nongnu.org; Sat, 30 Aug 2014 17:19:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNq3L-0008K8-CW for qemu-devel@nongnu.org; Sat, 30 Aug 2014 17:19:25 -0400 Message-ID: <54023FD5.4030706@suse.de> Date: Sat, 30 Aug 2014 23:19:17 +0200 From: Alexander Graf MIME-Version: 1.0 References: <20140830155521.788ea936@kryten> In-Reply-To: <20140830155521.788ea936@kryten> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hypervisor property clashes with hypervisor node List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anton Blanchard , nikunj@linux.vnet.ibm.com Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 30.08.14 07:55, Anton Blanchard wrote: > dtc fails on a recent QEMU snapshot: > > ERROR (name_properties): "name" property in /hypervisor#1 is incorrect ("hypervisor" instead of base node name) > > Looking at the device tree we have a hypervisor property: > > # lsprop hypervisor > hypervisor "kvm" > > But we also have a hypervisor node, with a name that doesn't match: > > # lsprop hypervisor#1/ > name "hypervisor" > compatible "linux,kvm" > linux,phandle 7e5eb5d8 (2120136152) > > Commit c08ce91d309c (spapr: add uuid/host details to device tree) > looks to have collided with an earlier patch. Remove the hypervisor > property. > > Signed-off-by: Anton Blanchard Thanks, applied to ppc-next. Alex