aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_cpu_core.c
AgeCommit message (Expand)Author
2018-09-05target/ppc/kvm: set vcpu as online/offlineNikunj A Dadhania
2018-09-03Fix a deadlock case in the CPU hotplug flowJose Ricardo Ziviani
2018-08-21spapr: introduce a IRQ controller backend to the machineCédric Le Goater
2018-08-21spapr_cpu_core: vmstate_[un]register per-CPU data from (un)realizefnBharata B Rao
2018-06-22spapr: Don't rewrite mmu capabilities in KVM modeDavid Gibson
2018-06-21spapr: Add cpu_apply hook to capabilitiesDavid Gibson
2018-06-21spapr_cpu_core: migrate VPA related stateGreg Kurz
2018-06-21spapr_cpu_core: migrate per-CPU dataGreg Kurz
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson
2018-06-16spapr_cpu_core: introduce spapr_create_vcpu()Greg Kurz
2018-06-16spapr_cpu_core: add missing rollback on realization pathGreg Kurz
2018-06-16spapr_cpu_core: fix potential leak in spapr_cpu_core_realize()Greg Kurz
2018-06-16spapr_cpu_core: convert last snprintf() to g_strdup_printf()Greg Kurz
2018-06-16spapr: Clean up cpu realize/unrealize pathsDavid Gibson
2018-05-04spapr: Clean up handling of LPCR power-saving exit bitsDavid Gibson
2018-05-04spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson
2018-05-04spapr: Make a helper to set up cpu entry point stateDavid Gibson
2018-04-27spapr: Set compatibility mode before the rest of spapr_cpu_reset()David Gibson
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