summaryrefslogtreecommitdiff
path: root/hw/spapr.h
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2011-08-03 21:02:18 +0000
committerAlexander Graf <agraf@suse.de>2011-10-06 09:48:03 +0200
commit9dfef5aae422d479d8e561889da05cf31d850d5c (patch)
tree1673b3d0695837e347251327bba8b2ae9e78cb83 /hw/spapr.h
parent0c103f8e6999889e974246533bf7bf9c433a0471 (diff)
downloadqemu-9dfef5aae422d479d8e561889da05cf31d850d5c.tar.gz
pseries: interrupt controller should not have a 'reg' property
The interrupt controller presented in the device tree for the pseries machine is manipulated by the guest only through hypervisor calls. It has no real or emulated registers for the guest to access. However, it currently has a bogus 'reg' property advertising a register window. Moreover, this property has an invalid format, being a 32-bit zero, when the #address-cells property on the root bus indicates that it needs a 64-bit address. Since the guest never attempts to manipulate the node directly, it works, but it is ugly and can cause warnings when manipulating the device tree in other tools (such as future firmware versions). This patch, therefore, corrects the problem by entirely removing the interrupt-controller node's 'reg' property. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/spapr.h')
0 files changed, 0 insertions, 0 deletions