On 20.10.2016 07:12, David Gibson wrote: > Currently the device tree node for the XICS interrupt controller is in > spapr_create_fdt_skel(). As part of consolidating device tree construction > to reset time, this moves it to a function called from spapr_build_fdt(). > > In addition we move the actual code into hw/intc/xics_spapr.c with the > rest of the PAPR specific interrupt controller code. > > Signed-off-by: David Gibson <da...@gibson.dropbear.id.au> > --- > hw/intc/xics_spapr.c | 22 ++++++++++++++++++++++ > hw/ppc/spapr.c | 20 +++----------------- > include/hw/ppc/xics.h | 1 + > 3 files changed, 26 insertions(+), 17 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>