]> Git Repo - qemu.git/commit
hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate function
authorThomas Huth <[email protected]>
Wed, 28 Sep 2016 11:16:28 +0000 (13:16 +0200)
committerDavid Gibson <[email protected]>
Thu, 13 Oct 2016 01:58:06 +0000 (12:58 +1100)
commit5c179666057a7568306062e2cd030042a25eb57a
treeb0c7cb6305e1f4348aceed971cb5db67151f6693
parent6ff3ab0d6b44fde29a6d936512e2afea213f83b5
hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate function

The function spapr_populate_cpu_dt() has become quite big
already, and since we likely have to extend the pa-features
property for every new processor generation, it is nicer
if we put the related code into a separate function.

Signed-off-by: Thomas Huth <[email protected]>
Reviewed-by: Cédric Le Goater <[email protected]>
Signed-off-by: David Gibson <[email protected]>
(cherry picked from commit 230bf719d3a3b144a4ffa441e5d6170ef0ad8999)
hw/ppc/spapr.c
This page took 0.02366 seconds and 4 git commands to generate.