pseries: Include missing pseries-2.5 compat properties in pseries-2.4
commit1c81003accd70e79f1663ad4429435b4d3300d62
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 16 Feb 2016 23:25:37 +0000 (17 10:25 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 16 Feb 2016 23:25:37 +0000 (17 10:25 +1100)
tree8f075996e6ffaf66875b8f75fb95517fc1d18313
parente4d162d72f6202ac50284307cfcab8fb6a996e9f
pseries: Include missing pseries-2.5 compat properties in pseries-2.4

Commit 4b23699 "pseries: Add pseries-2.6 machine type" added a new
SPAPR_COMPAT_2_5 macro in the usual way.  However, it didn't add this
macro to the existing SPAPR_COMPAT_2_4 macro so that pseries-2.4
inherits newer compatibility properties which are needed for 2.5 and
earlier.

This corrects the oversight.

Reported-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
hw/ppc/spapr.c