summary refs log tree commit diff stats
path: root/hw/ppc/spapr_cpu_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spapr: Set compat mode in spapr_core_plug()Greg Kurz2019-08-291-7/+0
* pseries: Fix compat_pvr on resetLaurent Vivier2019-08-291-0/+2
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+2
* target/ppc: Set PSSCR_EC on cpu halt to prevent spurious wakeupSuraj Jitindar Singh2019-05-291-0/+2
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-26/+26
* spapr: move the interrupt presenters under machine_dataCédric Le Goater2019-02-041-4/+4
* ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater2019-01-091-2/+2
* ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater2019-01-091-1/+6
* 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