Make pSeries 'model' property more closely resemble real hardware
commit5d73dd66e46f4aff784d15d0e869813dc4b1029a
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 19 Apr 2011 01:54:51 +0000 (19 11:54 +1000)
committerAlexander Graf <agraf@suse.de>
Mon, 9 May 2011 20:31:37 +0000 (9 22:31 +0200)
treea4d21ccdde1e948abd9fc910f76d58a81d292c60
parent41019fecc83c466faeddbc6b3784a447516c03a7
Make pSeries 'model' property more closely resemble real hardware

Currently, the qemu emulated pseries machine puts
"qemu,emulated-pSeries-LPAR" in the device tree's root level 'model'
property.  Unfortunately this confuses some installers and ybin, which
expect this to start with "IBM" on pSeries machines.  This patch addresses
this problem, making the property more closely resemble the pattern of
existing real hardware.

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/spapr.c