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 Eric Auger (2): hw/arm/virt: Silence dtc /intc warnings hw/arm/virt: Silence dtc /memory warning hw/arm/boot.c | 20 ++++++++++++------ hw/arm/virt.c | 65 ++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 51 insertions(+), 34 deletions(-) -- 2.5.5