summary refs log tree commit diff stats
path: root/hw/ppc/spapr_cpu_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater2019-01-091-1/+1
* spapr: introduce an 'ic-mode' machine optionCédric Le Goater2018-12-211-2/+1
* spapr: allocate the interrupt thread context under the CPU coreCédric Le Goater2018-12-211-3/+2
* target/ppc/kvm: set vcpu as online/offlineNikunj A Dadhania2018-09-051-0/+1
* Fix a deadlock case in the CPU hotplug flowJose Ricardo Ziviani2018-09-031-5/+5
* spapr: introduce a IRQ controller backend to the machineCédric Le Goater2018-08-211-0/+1
* spapr_cpu_core: vmstate_[un]register per-CPU data from (un)realizefnBharata B Rao2018-08-211-30/+32
* spapr: Don't rewrite mmu capabilities in KVM modeDavid Gibson2018-06-221-0/+2
* spapr: Add cpu_apply hook to capabilitiesDavid Gibson2018-06-211-0/+2
* spapr_cpu_core: migrate VPA related stateGreg Kurz2018-06-211-0/+65
* spapr_cpu_core: migrate per-CPU dataGreg Kurz2018-06-211-2/+20
* target/ppc, spapr: Move VPA information to machine_dataDavid Gibson2018-06-161-0/+13
* spapr_cpu_core: introduce spapr_create_vcpu()Greg Kurz2018-06-161-28/+45
* spapr_cpu_core: add missing rollback on realization pathGreg Kurz2018-06-161-2/+9
* spapr_cpu_core: fix potential leak in spapr_cpu_core_realize()Greg Kurz2018-06-161-0/+2
* spapr_cpu_core: convert last snprintf() to g_strdup_printf()Greg Kurz2018-06-161-2/+3
* spapr: Clean up cpu realize/unrealize pathsDavid Gibson2018-06-161-44/+25
* spapr: Clean up handling of LPCR power-saving exit bitsDavid Gibson2018-05-041-15/+7
* spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson2018-05-041-3/+33
* spapr: Make a helper to set up cpu entry point stateDavid Gibson2018-05-041-0/+9
* spapr: Set compatibility mode before the rest of spapr_cpu_reset()David Gibson2018-04-271-6/+5
* spapr: move VCPU calculation to core machine codeGreg Kurz2018-02-161-7/+2
* spapr: fix device tree properties when using compatibility modeGreg Kurz2018-01-201-0/+7
* hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé2017-12-181-0/+1
* ppc/xics: assign of the CPU 'intc' pointer under the coreCédric Le Goater2017-12-151-1/+2
* ppc/xics: introduce an icp_create() helperCédric Le Goater2017-12-151-11/+2
* spapr/rtas: fix reboot of a a SMP TCG guestCédric Le Goater2017-12-151-0/+8
* spapr_cpu_core: instantiate CPUs separatelyGreg Kurz2017-12-151-12/+7
* spapr_cpu_core: rewrite machine type sanity checkGreg Kurz2017-10-171-4/+8
* ppc: spapr: use generic cpu_model parsingIgor Mammedov2017-10-171-20/+10
* ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov2017-10-171-1/+4
* ppc: spapr: use cpu type name directlyIgor Mammedov2017-10-171-8/+6
* ppc: spapr: define core types staticallyIgor Mammedov2017-10-171-59/+28
* ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov2017-10-171-50/+0
* ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov2017-10-171-5/+4
* target/ppc: Add POWER9 DD2.0 model informationDavid Gibson2017-10-171-0/+1
* spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz2017-09-271-15/+1
* spapr_cpu_core: cleaning up qdev_get_machine() callsGreg Kurz2017-09-151-3/+3
* spapr_cpu_core: fail gracefully with non-pseries machine typesGreg Kurz2017-09-151-2/+3
* ppc: spapr: Move VCPU ID calculation into sPAPRSam Bobroff2017-09-081-0/+11
* ppc: make cpu_model translation to type consistentIgor Mammedov2017-09-081-12/+12
* hw/ppc/spapr_cpu_core: Add a proper check for spapr machineThomas Huth2017-09-081-0/+5
* spapr: prevent QEMU crash when CPU realization failsBharata B Rao2017-06-301-3/+4
* pseries: Reset CPU compatibility modeDavid Gibson2017-06-301-10/+0
* pseries: Move CPU compatibility property to machineDavid Gibson2017-06-301-2/+53
* xics: setup cpu at realize timeGreg Kurz2017-06-091-13/+10
* xics: introduce macros for ICP/ICS link propertiesGreg Kurz2017-06-091-1/+2
* numa: move numa_node from CPUState into target specific classesIgor Mammedov2017-06-051-1/+3
* spapr_cpu_core: drop reference on ICP object during CPU realizationGreg Kurz2017-05-241-1/+2
* spapr-cpu-core: release ICP object when realization failsGreg Kurz2017-05-241-8/+8