summary refs log tree commit diff stats
path: root/hw/ppc/spapr_cpu_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* spapr: get numa node mapping from possible_cpus instead of numa_get_node_for_...Igor Mammedov2017-05-111-12/+2
* spapr: add node-id property to sPAPR coreIgor Mammedov2017-05-111-3/+8
* spapr-cpu-core: Release ICPState object during CPU unrealizationBharata B Rao2017-04-261-0/+1
* spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater2017-04-261-4/+14
* spapr: move the IRQ server number mapping under the machineCédric Le Goater2017-04-261-1/+1
* ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater2017-04-261-1/+3
* spapr: ensure that all threads within core are on the same NUMA nodeIgor Mammedov2017-03-061-8/+15
* hw/ppc/spapr: Add POWER9 to pseries cpu modelsSuraj Jitindar Singh2017-03-031-0/+3
* ppc/xics: use the QOM interface to grab an ICPCédric Le Goater2017-03-011-2/+2
* target/ppc: Manage external HPT via virtual hypervisorDavid Gibson2017-03-011-2/+15
* target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson2017-03-011-2/+1
* spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov2017-02-221-138/+0
* spapr: cpu core: separate child threads destruction from machine state operat...Igor Mammedov2017-02-221-5/+10
* 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