diff options
| author | Benjamin Herrenschmidt | 2016-06-28 21:05:13 +0200 |
|---|---|---|
| committer | David Gibson | 2016-07-01 05:41:46 +0200 |
| commit | 9c7027ba947d95dedaa760758cc378c8496e0316 (patch) | |
| tree | 2193d4d36ac7815a4cc979dce7836c7bb51667b5 /default-configs | |
| parent | ppc/xics: Rename existing xics to xics_spapr (diff) | |
| download | qemu-9c7027ba947d95dedaa760758cc378c8496e0316.tar.gz qemu-9c7027ba947d95dedaa760758cc378c8496e0316.tar.xz qemu-9c7027ba947d95dedaa760758cc378c8496e0316.zip | |
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>
Diffstat (limited to 'default-configs')
| -rw-r--r-- | default-configs/ppc64-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak index bb71b23ee7..c4be59f638 100644 --- a/default-configs/ppc64-softmmu.mak +++ b/default-configs/ppc64-softmmu.mak @@ -49,6 +49,7 @@ CONFIG_ETSEC=y CONFIG_LIBDECNUMBER=y # For pSeries CONFIG_XICS=$(CONFIG_PSERIES) +CONFIG_XICS_SPAPR=$(CONFIG_PSERIES) CONFIG_XICS_KVM=$(and $(CONFIG_PSERIES),$(CONFIG_KVM)) # For PReP CONFIG_MC146818RTC=y |
