index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
ppc
/
cpu_init.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list
Thomas Huth
2024-04-29
1
-4
/
+5
*
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-25
1
-2
/
+2
*
target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx()
Philippe Mathieu-Daudé
2024-04-02
1
-2
/
+2
*
target/ppc: Restore [H]DEXCR to 64-bits
Benjamin Gray
2024-03-30
1
-2
/
+2
*
Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...
Peter Maydell
2024-03-13
1
-8
/
+38
|
\
|
*
target/ppc: Add power10 pmu SPRs
Madhavan Srinivasan
2024-03-13
1
-0
/
+34
|
*
target/ppc: POWER10 does not have transactional memory
Nicholas Piggin
2024-03-13
1
-3
/
+2
|
*
ppc: Drop support for POWER9 and POWER10 DD1 chips
Nicholas Piggin
2024-03-13
1
-5
/
+2
*
|
target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-03-12
1
-8
/
+3
*
|
target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
Philippe Mathieu-Daudé
2024-03-12
1
-6
/
+6
|
/
*
hw/core/cpu: Remove gdb_get_dynamic_xml member
Akihiko Odaki
2024-02-28
1
-3
/
+0
*
target/ppc: Use GDBFeature for dynamic XML
Akihiko Odaki
2024-02-28
1
-4
/
+0
*
target/ppc: Rename registers to match ISA
Nicholas Piggin
2024-02-23
1
-10
/
+10
*
target/ppc: Populate CPUClass.mmu_index
Richard Henderson
2024-02-03
1
-0
/
+6
*
target/ppc: Split out ppc_env_mmu_index
Richard Henderson
2024-02-03
1
-1
/
+1
*
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
2024-01-29
1
-1
/
+1
*
target: Use generic cpu_model_from_type()
Gavin Shan
2024-01-05
1
-2
/
+1
*
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
2023-10-04
1
-1
/
+0
*
ppc: spelling fixes
Michael Tokarev
2023-09-20
1
-2
/
+2
*
target/ppc: Implement watchpoint debug facility for v2.07S
Nicholas Piggin
2023-09-06
1
-2
/
+4
*
target/ppc: Implement breakpoint debug facility for v2.07S
Nicholas Piggin
2023-09-06
1
-1
/
+4
*
ppc: Add stub implementation of TRIG SPRs
Joel Stanley
2023-09-06
1
-0
/
+10
*
target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.c
Philippe Mathieu-Daudé
2023-07-07
1
-1
/
+1
*
target/ppc: Machine check on invalid real address access on POWER9/10
Nicholas Piggin
2023-07-07
1
-0
/
+1
*
target/ppc: SMT support for the HID SPR
Nicholas Piggin
2023-07-07
1
-1
/
+1
*
target/ppc: Add LPAR-per-core vs per-thread mode flag
Nicholas Piggin
2023-07-07
1
-0
/
+12
*
target/ppc: Add TFMR SPR implementation with read and write helpers
Nicholas Piggin
2023-07-07
1
-1
/
+1
*
target/ppc: Tidy POWER book4 SPR registration
Nicholas Piggin
2023-07-07
1
-27
/
+55
*
target/ppc: Add initial flags and helpers for SMT support
Nicholas Piggin
2023-06-25
1
-0
/
+5
*
target/ppc: Implement HEIR SPR
Nicholas Piggin
2023-06-25
1
-0
/
+23
*
target/ppc: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
2023-06-20
1
-10
/
+10
*
target/ppc: Implement gathering irq statistics
BALATON Zoltan
2023-06-10
1
-0
/
+18
*
target/ppc: Ensure stcx size matches larx
Nicholas Piggin
2023-06-10
1
-2
/
+2
*
target/ppc: Fix PMU hflags calculation
Nicholas Piggin
2023-06-10
1
-1
/
+1
*
target/ppc: Add POWER9 DD2.2 model
Nicholas Piggin
2023-05-28
1
-2
/
+19
*
target/ppc: Fix width of some 32-bit SPRs
Nicholas Piggin
2023-05-27
1
-9
/
+9
*
gdbstub: move register helpers into standalone include
Alex Bennée
2023-03-07
1
-1
/
+1
*
target/ppc: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
2023-03-02
1
-47
/
+1
*
target/ppc: Implement the DEXCR and HDEXCR
Nicholas Miehlbradt
2022-12-21
1
-0
/
+25
*
target/ppc: Convert to 3-phase reset
Peter Maydell
2022-12-16
1
-4
/
+8
*
target/ppc: Fix build warnings when building with 'disable-tcg'
Vaibhav Jain
2022-11-17
1
-0
/
+2
*
target/ppc: move the p*_interrupt_powersave methods to excp_helper.c
Matheus Ferst
2022-10-28
1
-102
/
+0
*
target/ppc: unify cpu->has_work based on cs->interrupt_request
Matheus Ferst
2022-10-28
1
-93
/
+1
*
target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...
Matheus Ferst
2022-10-28
1
-1
/
+1
*
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7
Matheus Ferst
2022-10-28
1
-20
/
+25
*
target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...
Matheus Ferst
2022-10-28
1
-1
/
+1
*
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8
Matheus Ferst
2022-10-28
1
-28
/
+33
*
target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...
Matheus Ferst
2022-10-28
1
-1
/
+1
*
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9
Matheus Ferst
2022-10-28
1
-76
/
+50
*
target/ppc: define PPC_INTERRUPT_* values directly
Matheus Ferst
2022-10-28
1
-28
/
+28
[next]