ppc/xics: Move SPAPR specific code to a separate file
commit9c7027ba947d95dedaa760758cc378c8496e0316
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 28 Jun 2016 19:05:13 +0000 (29 00:35 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 1 Jul 2016 03:41:46 +0000 (1 13:41 +1000)
tree2193d4d36ac7815a4cc979dce7836c7bb51667b5
parent161deaf225e70dee991744cd3164a30726a1b0eb
ppc/xics: Move SPAPR specific code to a separate file

Leave the core ICP/ICS logic in xics.c and move the top level
class wrapper, hypercall and RTAS handlers to xics_spapr.c

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
[add cpu.h in xics_spapr.c, move set_nr_irqs and set_nr_servers to
 xics_spapr.c]
Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
default-configs/ppc64-softmmu.mak
hw/intc/Makefile.objs
hw/intc/xics.c
hw/intc/xics_spapr.c [new file with mode: 0644]
include/hw/ppc/xics.h