index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
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
Files
Lines
2024-11-04
ppc/pseries: Add Power11 cpu type
Aditya Gupta
1
-0
/
+1
2024-11-04
ppc/spapr: remove deprecated machine pseries-2.12
Harsh Prateek Bora
1
-9
/
+3
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
1
-1
/
+1
2024-07-26
ppc: Add has_smt_siblings property to CPUPPCState
Nicholas Piggin
1
-3
/
+9
2024-07-26
ppc: Add a core_index to CPUPPCState for SMT vCPUs
Nicholas Piggin
1
-0
/
+4
2024-03-13
ppc: Drop support for POWER9 and POWER10 DD1 chips
Nicholas Piggin
1
-2
/
+0
2024-03-13
spapr: set MSR[ME] and MSR[FP] on client entry
Nicholas Piggin
1
-1
/
+5
2024-02-22
hw/ppc/spapr_cpu: Use qdev_is_realized() instead of QOM API
Philippe Mathieu-Daudé
1
-2
/
+1
2024-02-05
target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rules
Thomas Huth
1
-2
/
+2
2024-01-05
hw/ppc/spapr_cpu_core: Access QDev properties with proper API
Philippe Mathieu-Daudé
1
-1
/
+1
2023-12-30
hw/ppc: Constify VMState
Richard Henderson
1
-6
/
+6
2023-09-06
hw/ppc: Reset timebase facilities on machine reset
Nicholas Piggin
1
-0
/
+2
2023-07-07
target/ppc: Add LPAR-per-core vs per-thread mode flag
Nicholas Piggin
1
-0
/
+2
2023-06-25
spapr: TCG allow up to 8-thread SMT on POWER8 and newer CPUs
Nicholas Piggin
1
-2
/
+5
2023-05-28
target/ppc: Add POWER9 DD2.2 model
Nicholas Piggin
1
-0
/
+1
2022-04-04
hw/ppc: free env->tb_env in spapr_unrealize_vcpu()
Daniel Henrique Barboza
1
-0
/
+3
2022-02-18
spapr: prevent hdec timer being set up under virtual hypervisor
Nicholas Piggin
1
-3
/
+3
2022-01-28
spapr: Force 32bit when resetting a core
Alexey Kardashevskiy
1
-0
/
+5
2021-12-17
target/ppc: introduce PMUEventType and PMU overflow timers
Daniel Henrique Barboza
1
-0
/
+1
2021-09-29
ppc/spapr: Add a POWER10 DD2 CPU
Cédric Le Goater
1
-0
/
+1
2021-01-19
spapr_cpu_core.c: use g_auto* in spapr_create_vcpu()
Daniel Henrique Barboza
1
-9
/
+3
2020-10-28
spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize()
Greg Kurz
1
-13
/
+3
2020-10-28
spapr: Make spapr_cpu_core_unrealize() idempotent
Greg Kurz
1
-20
/
+21
2020-10-28
spapr: Drop spapr_delete_vcpu() unused argument
Greg Kurz
1
-3
/
+3
2020-10-28
spapr: Unrealize vCPUs with qdev_unrealize()
Greg Kurz
1
-2
/
+2
2020-10-28
spapr: Fix leak of CPU machine specific data
Greg Kurz
1
-10
/
+12
2020-10-09
spapr: Simplify error handling in spapr_cpu_core_realize()
Greg Kurz
1
-9
/
+7
2020-10-09
spapr: Add a return value to spapr_set_vcpu_id()
Greg Kurz
1
-4
/
+1
2020-10-09
spapr: Fix error leak in spapr_realize_vcpu()
Greg Kurz
1
-2
/
+1
2020-09-08
ppc/spapr: Use start-powered-off CPUState property
Thiago Jung Bauermann
1
-5
/
+5
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
1
-10
/
+4
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
1
-2
/
+1
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-05-27
ppc/spapr: add a POWER10 CPU model
Cédric Le Goater
1
-0
/
+1
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-4
/
+1
2020-03-17
ppc/spapr: Move GPRs setup to one place
Alexey Kardashevskiy
1
-1
/
+5
2020-03-17
spapr, ppc: Remove VPM0/RMLS hacks for POWER9
David Gibson
1
-9
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-11-18
ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip
Greg Kurz
1
-6
/
+1
2019-10-24
ppc: Reset the interrupt presenter from the CPU reset handler
Cédric Le Goater
1
-1
/
+4
2019-10-24
spapr_cpu_core: Implement DeviceClass::reset
Greg Kurz
1
-9
/
+28
2019-10-24
spapr: move CPU reset after presenter creation
Cédric Le Goater
1
-6
/
+8
2019-10-24
spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...
David Gibson
1
-2
/
+1
2019-08-29
spapr: Set compat mode in spapr_core_plug()
Greg Kurz
1
-7
/
+0
2019-08-29
pseries: Fix compat_pvr on reset
Laurent Vivier
1
-0
/
+2
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+2
[next]