+1
−0
+1
−2
hw/ppc/spapr_cpu_core.c
0 → 100644
+160
−0
+1
−0
include/hw/ppc/spapr_cpu_core.h
0 → 100644
+29
−0
Loading
Add sPAPR specific abastract CPU core device that is based on generic CPU core device. Use this as base type to create sPAPR CPU specific core devices. TODO: - Add core types for other remaining CPU types - Handle CPU model alias correctly Signed-off-by:Bharata B Rao <bharata@linux.vnet.ibm.com> Signed-off-by:
David Gibson <david@gibson.dropbear.id.au>