aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_cpu_core.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-26/+26
2019-02-04spapr: move the interrupt presenters under machine_dataCédric Le Goater1-4/+4
2019-01-09ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater1-2/+2
2019-01-09ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater1-1/+6
2019-01-09spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater1-1/+1
2018-12-21spapr: introduce an 'ic-mode' machine optionCédric Le Goater1-2/+1
2018-12-21spapr: allocate the interrupt thread context under the CPU coreCédric Le Goater1-3/+2
2018-09-05target/ppc/kvm: set vcpu as online/offlineNikunj A Dadhania1-0/+1
2018-09-03Fix a deadlock case in the CPU hotplug flowJose Ricardo Ziviani1-5/+5
2018-08-21spapr: introduce a IRQ controller backend to the machineCédric Le Goater1-0/+1
2018-08-21spapr_cpu_core: vmstate_[un]register per-CPU data from (un)realizefnBharata B Rao1-30/+32
2018-06-22spapr: Don't rewrite mmu capabilities in KVM modeDavid Gibson1-0/+2
2018-06-21spapr: Add cpu_apply hook to capabilitiesDavid Gibson1-0/+2
2018-06-21spapr_cpu_core: migrate VPA related stateGreg Kurz1-0/+65
2018-06-21spapr_cpu_core: migrate per-CPU dataGreg Kurz1-2/+20
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson1-0/+13
2018-06-16spapr_cpu_core: introduce spapr_create_vcpu()Greg Kurz1-28/+45
2018-06-16spapr_cpu_core: add missing rollback on realization pathGreg Kurz1-2/+9
2018-06-16spapr_cpu_core: fix potential leak in spapr_cpu_core_realize()Greg Kurz1-0/+2
2018-06-16spapr_cpu_core: convert last snprintf() to g_strdup_printf()Greg Kurz1-2/+3
2018-06-16spapr: Clean up cpu realize/unrealize pathsDavid Gibson1-44/+25
2018-05-04spapr: Clean up handling of LPCR power-saving exit bitsDavid Gibson1-15/+7
2018-05-04spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson1-3/+33
2018-05-04spapr: Make a helper to set up cpu entry point stateDavid Gibson1-0/+9
2018-04-27spapr: Set compatibility mode before the rest of spapr_cpu_reset()David Gibson1-6/+5
2018-02-16spapr: move VCPU calculation to core machine codeGreg Kurz1-7/+2
2018-01-20spapr: fix device tree properties when using compatibility modeGreg Kurz1-0/+7
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé1-0/+1
2017-12-15ppc/xics: assign of the CPU 'intc' pointer under the coreCédric Le Goater1-1/+2
2017-12-15ppc/xics: introduce an icp_create() helperCédric Le Goater1-11/+2
2017-12-15spapr/rtas: fix reboot of a a SMP TCG guestCédric Le Goater1-0/+8
2017-12-15spapr_cpu_core: instantiate CPUs separatelyGreg Kurz1-12/+7
2017-10-17spapr_cpu_core: rewrite machine type sanity checkGreg Kurz1-4/+8
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov1-20/+10
2017-10-17ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov1-1/+4
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov1-8/+6
2017-10-17ppc: spapr: define core types staticallyIgor Mammedov1-59/+28
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov1-50/+0
2017-10-17ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov1-5/+4
2017-10-17target/ppc: Add POWER9 DD2.0 model informationDavid Gibson1-0/+1
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz1-15/+1
2017-09-15spapr_cpu_core: cleaning up qdev_get_machine() callsGreg Kurz1-3/+3
2017-09-15spapr_cpu_core: fail gracefully with non-pseries machine typesGreg Kurz1-2/+3
2017-09-08ppc: spapr: Move VCPU ID calculation into sPAPRSam Bobroff1-0/+11
2017-09-08ppc: make cpu_model translation to type consistentIgor Mammedov1-12/+12
2017-09-08hw/ppc/spapr_cpu_core: Add a proper check for spapr machineThomas Huth1-0/+5
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