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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
target
/
ppc
/
cpu_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-13
Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...
Peter Maydell
1
-8
/
+38
2024-03-13
target/ppc: Add power10 pmu SPRs
Madhavan Srinivasan
1
-0
/
+34
2024-03-13
target/ppc: POWER10 does not have transactional memory
Nicholas Piggin
1
-3
/
+2
2024-03-13
ppc: Drop support for POWER9 and POWER10 DD1 chips
Nicholas Piggin
1
-5
/
+2
2024-03-12
target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
1
-8
/
+3
2024-03-12
target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
Philippe Mathieu-Daudé
1
-6
/
+6
2024-02-28
hw/core/cpu: Remove gdb_get_dynamic_xml member
Akihiko Odaki
1
-3
/
+0
2024-02-28
target/ppc: Use GDBFeature for dynamic XML
Akihiko Odaki
1
-4
/
+0
2024-02-23
target/ppc: Rename registers to match ISA
Nicholas Piggin
1
-10
/
+10
2024-02-03
target/ppc: Populate CPUClass.mmu_index
Richard Henderson
1
-0
/
+6
2024-02-03
target/ppc: Split out ppc_env_mmu_index
Richard Henderson
1
-1
/
+1
2024-01-29
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
1
-1
/
+1
2024-01-05
target: Use generic cpu_model_from_type()
Gavin Shan
1
-2
/
+1
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
1
-1
/
+0
2023-09-20
ppc: spelling fixes
Michael Tokarev
1
-2
/
+2
2023-09-06
target/ppc: Implement watchpoint debug facility for v2.07S
Nicholas Piggin
1
-2
/
+4
2023-09-06
target/ppc: Implement breakpoint debug facility for v2.07S
Nicholas Piggin
1
-1
/
+4
2023-09-06
ppc: Add stub implementation of TRIG SPRs
Joel Stanley
1
-0
/
+10
2023-07-07
target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.c
Philippe Mathieu-Daudé
1
-1
/
+1
2023-07-07
target/ppc: Machine check on invalid real address access on POWER9/10
Nicholas Piggin
1
-0
/
+1
2023-07-07
target/ppc: SMT support for the HID SPR
Nicholas Piggin
1
-1
/
+1
2023-07-07
target/ppc: Add LPAR-per-core vs per-thread mode flag
Nicholas Piggin
1
-0
/
+12
2023-07-07
target/ppc: Add TFMR SPR implementation with read and write helpers
Nicholas Piggin
1
-1
/
+1
2023-07-07
target/ppc: Tidy POWER book4 SPR registration
Nicholas Piggin
1
-27
/
+55
2023-06-25
target/ppc: Add initial flags and helpers for SMT support
Nicholas Piggin
1
-0
/
+5
2023-06-25
target/ppc: Implement HEIR SPR
Nicholas Piggin
1
-0
/
+23
2023-06-20
target/ppc: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
1
-10
/
+10
2023-06-10
target/ppc: Implement gathering irq statistics
BALATON Zoltan
1
-0
/
+18
2023-06-10
target/ppc: Ensure stcx size matches larx
Nicholas Piggin
1
-2
/
+2
2023-06-10
target/ppc: Fix PMU hflags calculation
Nicholas Piggin
1
-1
/
+1
2023-05-28
target/ppc: Add POWER9 DD2.2 model
Nicholas Piggin
1
-2
/
+19
2023-05-27
target/ppc: Fix width of some 32-bit SPRs
Nicholas Piggin
1
-9
/
+9
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
1
-1
/
+1
2023-03-02
target/ppc: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
1
-47
/
+1
2022-12-21
target/ppc: Implement the DEXCR and HDEXCR
Nicholas Miehlbradt
1
-0
/
+25
2022-12-16
target/ppc: Convert to 3-phase reset
Peter Maydell
1
-4
/
+8
2022-11-17
target/ppc: Fix build warnings when building with 'disable-tcg'
Vaibhav Jain
1
-0
/
+2
2022-10-28
target/ppc: move the p*_interrupt_powersave methods to excp_helper.c
Matheus Ferst
1
-102
/
+0
2022-10-28
target/ppc: unify cpu->has_work based on cs->interrupt_request
Matheus Ferst
1
-93
/
+1
2022-10-28
target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...
Matheus Ferst
1
-1
/
+1
2022-10-28
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7
Matheus Ferst
1
-20
/
+25
2022-10-28
target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...
Matheus Ferst
1
-1
/
+1
2022-10-28
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8
Matheus Ferst
1
-28
/
+33
2022-10-28
target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...
Matheus Ferst
1
-1
/
+1
2022-10-28
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9
Matheus Ferst
1
-76
/
+50
2022-10-28
target/ppc: define PPC_INTERRUPT_* values directly
Matheus Ferst
1
-28
/
+28
2022-10-26
target/ppc: Convert to tcg_ops restore_state_to_opc
Richard Henderson
1
-0
/
+10
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
1
-0
/
+8
2022-09-20
target/ppc: Add HASHKEYR and HASHPKEYR SPRs
Víctor Colombo
1
-0
/
+28
2022-08-30
target/ppc: Fix host PVR matching for KVM
Nicholas Piggin
1
-21
/
+70
[next]