aboutsummaryrefslogtreecommitdiff
path: root/include/hw/ppc/spapr_cpu_core.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-25ppc/spapr: Add a nested state structNicholas Piggin1-2/+3
2022-02-18spapr: implement nested-hv capability for the virtual hypervisorNicholas Piggin1-0/+5
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-03-17ppc/spapr: Move GPRs setup to one placeAlexey Kardashevskiy1-1/+3
2019-08-21spapr: Implement H_PRODNicholas Piggin1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-12/+12
2019-02-04spapr: move the interrupt presenters under machine_dataCédric Le Goater1-0/+2
2018-06-21spapr_cpu_core: migrate per-CPU dataGreg Kurz1-0/+1
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson1-0/+11
2018-05-04spapr: Make a helper to set up cpu entry point stateDavid Gibson1-0/+3
2017-12-15spapr_cpu_core: instantiate CPUs separatelyGreg Kurz1-1/+1
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov1-1/+1
2017-10-17ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov1-1/+0
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov1-1/+1
2017-10-17ppc: spapr: define core types staticallyIgor Mammedov1-0/+2
2017-05-11spapr: add node-id property to sPAPR coreIgor Mammedov1-0/+1
2017-02-22spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov1-6/+0
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-1/+1
2016-09-23spapr: Introduce sPAPRCPUCoreClassBharata B Rao1-1/+10
2016-06-17spapr: CPU hot unplug supportBharata B Rao1-0/+2
2016-06-17spapr: CPU hotplug supportBharata B Rao1-0/+2
2016-06-17spapr: convert boot CPUs into CPU core devicesBharata B Rao1-0/+3
2016-06-17spapr: Abstract CPU core device and type specific core devicesBharata B Rao1-0/+29