aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_cpu_core.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-11-18ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz1-6/+1
2019-10-24ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater1-1/+4
2019-10-24spapr_cpu_core: Implement DeviceClass::resetGreg Kurz1-9/+28
2019-10-24spapr: move CPU reset after presenter creationCédric Le Goater1-6/+8
2019-10-24spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...David Gibson1-2/+1
2019-08-29spapr: Set compat mode in spapr_core_plug()Greg Kurz1-7/+0
2019-08-29pseries: Fix compat_pvr on resetLaurent Vivier1-0/+2
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+2
2019-05-29target/ppc: Set PSSCR_EC on cpu halt to prevent spurious wakeupSuraj Jitindar Singh1-0/+2
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