index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
spapr_cpu_core.c
Age
Commit message (
Expand
)
Author
2022-04-04
hw/ppc: free env->tb_env in spapr_unrealize_vcpu()
Daniel Henrique Barboza
2022-02-18
spapr: prevent hdec timer being set up under virtual hypervisor
Nicholas Piggin
2022-01-28
spapr: Force 32bit when resetting a core
Alexey Kardashevskiy
2021-12-17
target/ppc: introduce PMUEventType and PMU overflow timers
Daniel Henrique Barboza
2021-09-29
ppc/spapr: Add a POWER10 DD2 CPU
Cédric Le Goater
2021-01-19
spapr_cpu_core.c: use g_auto* in spapr_create_vcpu()
Daniel Henrique Barboza
2020-10-28
spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize()
Greg Kurz
2020-10-28
spapr: Make spapr_cpu_core_unrealize() idempotent
Greg Kurz
2020-10-28
spapr: Drop spapr_delete_vcpu() unused argument
Greg Kurz
2020-10-28
spapr: Unrealize vCPUs with qdev_unrealize()
Greg Kurz
2020-10-28
spapr: Fix leak of CPU machine specific data
Greg Kurz
2020-10-09
spapr: Simplify error handling in spapr_cpu_core_realize()
Greg Kurz
2020-10-09
spapr: Add a return value to spapr_set_vcpu_id()
Greg Kurz
2020-10-09
spapr: Fix error leak in spapr_realize_vcpu()
Greg Kurz
2020-09-08
ppc/spapr: Use start-powered-off CPUState property
Thiago Jung Bauermann
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-05-27
ppc/spapr: add a POWER10 CPU model
Cédric Le Goater
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-03-17
ppc/spapr: Move GPRs setup to one place
Alexey Kardashevskiy
2020-03-17
spapr, ppc: Remove VPM0/RMLS hacks for POWER9
David Gibson
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-11-18
ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip
Greg Kurz
2019-10-24
ppc: Reset the interrupt presenter from the CPU reset handler
Cédric Le Goater
2019-10-24
spapr_cpu_core: Implement DeviceClass::reset
Greg Kurz
2019-10-24
spapr: move CPU reset after presenter creation
Cédric Le Goater
2019-10-24
spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...
David Gibson
2019-08-29
spapr: Set compat mode in spapr_core_plug()
Greg Kurz
2019-08-29
pseries: Fix compat_pvr on reset
Laurent Vivier
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-05-29
target/ppc: Set PSSCR_EC on cpu halt to prevent spurious wakeup
Suraj Jitindar Singh
2019-03-12
spapr: Use CamelCase properly
David Gibson
2019-02-04
spapr: move the interrupt presenters under machine_data
Cédric Le Goater
2019-01-09
ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU
Cédric Le Goater
2019-01-09
ppc/xive: introduce a XiveTCTX pointer under PowerPCCPU
Cédric Le Goater
2019-01-09
spapr: modify the prototype of the cpu_intc_create() method
Cédric Le Goater
2018-12-21
spapr: introduce an 'ic-mode' machine option
Cédric Le Goater
2018-12-21
spapr: allocate the interrupt thread context under the CPU core
Cédric Le Goater
2018-09-05
target/ppc/kvm: set vcpu as online/offline
Nikunj A Dadhania
2018-09-03
Fix a deadlock case in the CPU hotplug flow
Jose Ricardo Ziviani
2018-08-21
spapr: introduce a IRQ controller backend to the machine
Cédric Le Goater
2018-08-21
spapr_cpu_core: vmstate_[un]register per-CPU data from (un)realizefn
Bharata B Rao
2018-06-22
spapr: Don't rewrite mmu capabilities in KVM mode
David Gibson
2018-06-21
spapr: Add cpu_apply hook to capabilities
David Gibson
2018-06-21
spapr_cpu_core: migrate VPA related state
Greg Kurz
[next]