]> git.proxmox.com Git - qemu.git/commit
pseries: Add compatible property to root of device tree
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 25 Feb 2013 19:27:12 +0000 (19:27 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 2 Apr 2013 15:59:03 +0000 (10:59 -0500)
commit51943504d5104474d3ec9983a1175c53762877de
tree6afdf137f5bd24f705595ea7da832c50f3ddff70
parent4d1cdb9efd76faf0f6dc0f5aa137842cf16d9ee6
pseries: Add compatible property to root of device tree

Currently, for the pseries machine the device tree supplied by qemu to SLOF
and from there to the guest does not include a 'compatible property' at the
root level.  Usually that works fine, since in this case the compatible
property doesn't really give any information not already found in the
'device_type' or 'model' properties.

However, the lack of 'compatible' confuses the bootloader install in the
SLES11 SP2 and SLES11 SP3 installers.  This patch therefore adds a token
'compatible' property to work around that.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Cc: qemu-stable@nongnu.org
Signed-off-by: Alexander Graf <agraf@suse.de>
(cherry picked from commit d63919c93e6fb0587632adafba82c21e55ea4396)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/spapr.c