summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_cpu_core.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-30spapr: prevent QEMU crash when CPU realization failsBharata B Rao1-3/+4
2017-06-30pseries: Reset CPU compatibility modeDavid Gibson1-10/+0
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson1-2/+53
2017-06-09xics: setup cpu at realize timeGreg Kurz1-13/+10
2017-06-09xics: introduce macros for ICP/ICS link propertiesGreg Kurz1-1/+2
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov1-1/+3
2017-05-24spapr_cpu_core: drop reference on ICP object during CPU realizationGreg Kurz1-1/+2
2017-05-24spapr-cpu-core: release ICP object when realization failsGreg Kurz1-8/+8
2017-05-11spapr: get numa node mapping from possible_cpus instead of numa_get_node_for_...Igor Mammedov1-12/+2
2017-05-11spapr: add node-id property to sPAPR coreIgor Mammedov1-3/+8
2017-04-26spapr-cpu-core: Release ICPState object during CPU unrealizationBharata B Rao1-0/+1
2017-04-26spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater1-4/+14
2017-04-26spapr: move the IRQ server number mapping under the machineCédric Le Goater1-1/+1
2017-04-26ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater1-1/+3
2017-03-06spapr: ensure that all threads within core are on the same NUMA nodeIgor Mammedov1-8/+15
2017-03-03hw/ppc/spapr: Add POWER9 to pseries cpu modelsSuraj Jitindar Singh1-0/+3
2017-03-01ppc/xics: use the QOM interface to grab an ICPCédric Le Goater1-2/+2
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson1-2/+15
2017-03-01target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson1-2/+1
2017-02-22spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov1-138/+0
2017-02-22spapr: cpu core: separate child threads destruction from machine state operat...Igor Mammedov1-5/+10
2017-01-31ppc: Clean up and QOMify hypercall emulationDavid Gibson1-0/+1
2017-01-31pseries: Always use core objects for CPU constructionDavid Gibson1-18/+19
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-3/+3
2016-10-28pseries: Split device tree construction from device tree loadDavid Gibson1-1/+1
2016-10-10numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov1-4/+2
2016-10-06spapr: fix check of cpu alias name in spapr_get_cpu_core_type()Greg Kurz1-4/+4
2016-09-23spapr: Introduce sPAPRCPUCoreClassBharata B Rao1-66/+38
2016-08-10hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliasesThomas Huth1-17/+21
2016-08-08Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-08-08' into...Peter Maydell1-1/+1
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2016-08-08spapr: Correctly set query_hotpluggable_cpus hook based on machine versionDavid Gibson1-5/+2
2016-08-03spapr: Error out when CPU hotplug is attempted on older pseries machinesBharata B Rao1-13/+6
2016-07-29spapr: Prevent boot CPU core removalBharata B Rao1-0/+5
2016-07-29Revert "spapr: Ensure CPU cores are added contiguously and removed in LIFO or...David Gibson1-19/+1
2016-07-29spapr: init CPUState->cpu_index with index relative to core-idIgor Mammedov1-0/+4
2016-07-25spapr: disintricate core-id from DT semanticsGreg Kurz1-13/+11
2016-07-18spapr: Ensure CPU cores are added contiguously and removed in LIFO orderBharata B Rao1-1/+20
2016-07-18spapr: fix core unplug crashGreg Kurz1-4/+2
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-2/+2
2016-07-05spapr: Ensure thread0 of CPU core is always realized firstBharata B Rao1-13/+16
2016-07-01spapr: drop duplicate variable in spapr_core_release()Greg Kurz1-2/+1
2016-07-01spapr: do proper error propagation in spapr_cpu_core_realize_child()Greg Kurz1-5/+7
2016-07-01spapr: drop reference on child object during core realizationGreg Kurz1-0/+1
2016-07-01spapr: Restore support for 970MP and POWER8NVL CPU coresBharata B Rao1-2/+18
2016-07-01ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt1-2/+2
2016-07-01spapr: Restore support for older PowerPC CPU coresBharata B Rao1-1/+8
2016-07-01spapr: fix write-past-end-of-array error in cpu core device init codeGreg Kurz1-2/+1
2016-06-17spapr: CPU hot unplug supportBharata B Rao1-0/+59
2016-06-17spapr: CPU hotplug supportBharata B Rao1-0/+80