From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXuTB-0007wL-FJ for qemu-devel@nongnu.org; Tue, 26 Jun 2018 16:21:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXuTA-00072N-GB for qemu-devel@nongnu.org; Tue, 26 Jun 2018 16:21:45 -0400 From: Eric Auger Date: Tue, 26 Jun 2018 22:21:29 +0200 Message-Id: <1530044492-24921-1-git-send-email-eric.auger@redhat.com> Subject: [Qemu-devel] [PATCH v4 0/3] ARM virt: Silence dtc warnings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: eric.auger.pro@gmail.com, eric.auger@redhat.com, qemu-devel@nongnu.org, qemu-arm@nongnu.org, peter.maydell@linaro.org, crosthwaite.peter@gmail.com, agraf@suse.de 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 is based on Peter's target-arm.next Best Regards Eric History: v3 -> v4: - rebased on Peter's target-arm.next v2 -> v3: - only nop root /memory and /memory@unit-address nodes - remove a deprecated comment v1 -> v2: - nop existing node-name and node-name@unit-address nodes and add our owns. - added 1st patch device_tree: Add qemu_fdt_node_unit_path Eric Auger (3): device_tree: Add qemu_fdt_node_unit_path hw/arm/virt: Silence dtc /intc warnings hw/arm/virt: Silence dtc /memory warning device_tree.c | 55 ++++++++++++++++++++++++++++++++++ hw/arm/boot.c | 41 ++++++++++++++------------ hw/arm/virt.c | 70 +++++++++++++++++++++++++------------------- include/sysemu/device_tree.h | 16 ++++++++++ 4 files changed, 134 insertions(+), 48 deletions(-) -- 2.5.5