summary refs log tree commit diff stats
path: root/hw/ppc/spapr_cpu_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ppc: Clean up and QOMify hypercall emulationDavid Gibson2017-01-311-0/+1
* pseries: Always use core objects for CPU constructionDavid Gibson2017-01-311-18/+19
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-3/+3
* pseries: Split device tree construction from device tree loadDavid Gibson2016-10-281-1/+1
* numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov2016-10-101-4/+2
* spapr: fix check of cpu alias name in spapr_get_cpu_core_type()Greg Kurz2016-10-061-4/+4
* spapr: Introduce sPAPRCPUCoreClassBharata B Rao2016-09-231-66/+38
* hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliasesThomas Huth2016-08-101-17/+21
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-08-08' into...Peter Maydell2016-08-081-1/+1
|\
| * error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-08-081-1/+1
* | spapr: Correctly set query_hotpluggable_cpus hook based on machine versionDavid Gibson2016-08-081-5/+2
|/
* spapr: Error out when CPU hotplug is attempted on older pseries machinesBharata B Rao2016-08-031-13/+6
* spapr: Prevent boot CPU core removalBharata B Rao2016-07-291-0/+5
* Revert "spapr: Ensure CPU cores are added contiguously and removed in LIFO or...David Gibson2016-07-291-19/+1
* spapr: init CPUState->cpu_index with index relative to core-idIgor Mammedov2016-07-291-0/+4
* spapr: disintricate core-id from DT semanticsGreg Kurz2016-07-251-13/+11
* spapr: Ensure CPU cores are added contiguously and removed in LIFO orderBharata B Rao2016-07-181-1/+20
* spapr: fix core unplug crashGreg Kurz2016-07-181-4/+2
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-2/+2
* spapr: Ensure thread0 of CPU core is always realized firstBharata B Rao2016-07-051-13/+16
* spapr: drop duplicate variable in spapr_core_release()Greg Kurz2016-07-011-2/+1
* spapr: do proper error propagation in spapr_cpu_core_realize_child()Greg Kurz2016-07-011-5/+7
* spapr: drop reference on child object during core realizationGreg Kurz2016-07-011-0/+1
* spapr: Restore support for 970MP and POWER8NVL CPU coresBharata B Rao2016-07-011-2/+18
* ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt2016-07-011-2/+2
* spapr: Restore support for older PowerPC CPU coresBharata B Rao2016-07-011-1/+8
* spapr: fix write-past-end-of-array error in cpu core device init codeGreg Kurz2016-07-011-2/+1
* spapr: CPU hot unplug supportBharata B Rao2016-06-171-0/+59
* spapr: CPU hotplug supportBharata B Rao2016-06-171-0/+80
* spapr: convert boot CPUs into CPU core devicesBharata B Rao2016-06-171-0/+58
* spapr: Move spapr_cpu_init() to spapr_cpu_core.cBharata B Rao2016-06-171-0/+48
* spapr: Abstract CPU core device and type specific core devicesBharata B Rao2016-06-171-0/+160