]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/virt: Silence dtc /intc warnings
authorEric Auger <eric.auger@redhat.com>
Fri, 29 Jun 2018 14:11:01 +0000 (15:11 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
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 <eric.auger@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1530044492-24921-3-git-send-email-eric.auger@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c