When running dtc on the guest /proc/device-tree, we get the following warnings: "Warning (unit_address_vs_reg): Node <name> 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. Best Regards Eric History: 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 | 66 +++++++++++++++++++++++++------------------- include/sysemu/device_tree.h | 16 +++++++++++ 4 files changed, 132 insertions(+), 46 deletions(-) -- 2.5.5
