aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_cpu_core.c
AgeCommit message (Expand)Author
2018-02-16spapr: move VCPU calculation to core machine codeGreg Kurz
2018-01-20spapr: fix device tree properties when using compatibility modeGreg Kurz
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé
2017-12-15ppc/xics: assign of the CPU 'intc' pointer under the coreCédric Le Goater
2017-12-15ppc/xics: introduce an icp_create() helperCédric Le Goater
2017-12-15spapr/rtas: fix reboot of a a SMP TCG guestCédric Le Goater
2017-12-15spapr_cpu_core: instantiate CPUs separatelyGreg Kurz
2017-10-17spapr_cpu_core: rewrite machine type sanity checkGreg Kurz
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov
2017-10-17ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov
2017-10-17ppc: spapr: define core types staticallyIgor Mammedov
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov
2017-10-17ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov
2017-10-17target/ppc: Add POWER9 DD2.0 model informationDavid Gibson
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz
2017-09-15spapr_cpu_core: cleaning up qdev_get_machine() callsGreg Kurz
2017-09-15spapr_cpu_core: fail gracefully with non-pseries machine typesGreg Kurz
2017-09-08ppc: spapr: Move VCPU ID calculation into sPAPRSam Bobroff
2017-09-08ppc: make cpu_model translation to type consistentIgor Mammedov
2017-09-08hw/ppc/spapr_cpu_core: Add a proper check for spapr machineThomas Huth
2017-06-30spapr: prevent QEMU crash when CPU realization failsBharata B Rao
2017-06-30pseries: Reset CPU compatibility modeDavid Gibson
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson
2017-06-09xics: setup cpu at realize timeGreg Kurz
2017-06-09xics: introduce macros for ICP/ICS link propertiesGreg Kurz
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov
2017-05-24spapr_cpu_core: drop reference on ICP object during CPU realizationGreg Kurz
2017-05-24spapr-cpu-core: release ICP object when realization failsGreg Kurz
2017-05-11spapr: get numa node mapping from possible_cpus instead of numa_get_node_for_...Igor Mammedov
2017-05-11spapr: add node-id property to sPAPR coreIgor Mammedov
2017-04-26spapr-cpu-core: Release ICPState object during CPU unrealizationBharata B Rao
2017-04-26spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater
2017-04-26spapr: move the IRQ server number mapping under the machineCédric Le Goater
2017-04-26ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater
2017-03-06spapr: ensure that all threads within core are on the same NUMA nodeIgor Mammedov
2017-03-03hw/ppc/spapr: Add POWER9 to pseries cpu modelsSuraj Jitindar Singh
2017-03-01ppc/xics: use the QOM interface to grab an ICPCédric Le Goater
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson
2017-03-01target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson
2017-02-22spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov
2017-02-22spapr: cpu core: separate child threads destruction from machine state operat...Igor Mammedov
2017-01-31ppc: Clean up and QOMify hypercall emulationDavid Gibson
2017-01-31pseries: Always use core objects for CPU constructionDavid Gibson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-10-28pseries: Split device tree construction from device tree loadDavid Gibson
2016-10-10numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov
2016-10-06spapr: fix check of cpu alias name in spapr_get_cpu_core_type()Greg Kurz
2016-09-23spapr: Introduce sPAPRCPUCoreClassBharata B Rao
2016-08-10hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliasesThomas Huth