]> Git Repo - qemu.git/commit
hw/arm/virt: Silence dtc /intc warnings
authorEric Auger <[email protected]>
Fri, 29 Jun 2018 14:11:01 +0000 (15:11 +0100)
committerPeter Maydell <[email protected]>
Fri, 29 Jun 2018 14:11:01 +0000 (15:11 +0100)
commitbb2a33486fa33fc9e8bc557c54a485ed373845c9
tree285f16a3052bd30ad02a6b673dfcb612a6c5eb60
parentf963cc26dfd7832b6371c312a817a1950bfe398a
hw/arm/virt: Silence dtc /intc warnings

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.

Nodes should have a name in the form <name>[@<unit-address>] where
unit-address is the primary address used to access the device, listed
in the node's reg property. This fix seems to make dtc happy.

Signed-off-by: Eric Auger <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-id: 1530044492[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/virt.c
This page took 0.026152 seconds and 4 git commands to generate.