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
/
target
/
ppc
/
mmu_common.c
Age
Commit message (
Expand
)
Author
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
2023-06-28
target/ppc: Restrict KVM-specific fields from ArchCPU
Philippe Mathieu-Daudé
2023-06-10
target/ppc: Eliminate goto in mmubooke_check_tlb()
BALATON Zoltan
2023-06-10
target/ppc: Change ppcemb_tlb_check() to return bool
BALATON Zoltan
2023-06-10
target/ppc: Simplify ppcemb_tlb_search()
BALATON Zoltan
2023-06-10
target/ppc: Remove some unneded line breaks
BALATON Zoltan
2023-06-10
target/ppc: Move ppcemb_tlb_search() to mmu_common.c
BALATON Zoltan
2023-06-10
target/ppc: Remove "ext" parameter of ppcemb_tlb_check()
BALATON Zoltan
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2022-12-21
target/ppc/mmu_common: Fix table layout of "info tlb" HMP command
Bernhard Beschow
2022-12-21
target/ppc/mmu_common: Log which effective address had no TLB entry found
Bernhard Beschow
2022-05-05
target/ppc: Remove msr_dr macro
Víctor Colombo
2022-05-05
target/ppc: Remove msr_ir macro
Víctor Colombo
2022-05-05
target/ppc: Remove msr_cm macro
Víctor Colombo
2022-05-05
target/ppc: Remove msr_ds macro
Víctor Colombo
2022-05-05
target/ppc: Remove msr_pr macro
Víctor Colombo
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
2022-01-28
target/ppc/mmu_common: Fix SRR1/MSR error code on Book-E
Vitaly Cheptsov
2022-01-04
ppc/ppc405: Activate MMU logs
Cédric Le Goater
2021-12-17
target/ppc: remove 401/403 CPUs
Cédric Le Goater
2021-12-17
target/ppc: Remove the software TLB model of 7450 CPUs
Fabiano Rosas
2021-08-27
target/ppc: moved store_40x_sler to helper_regs.c
Lucas Mateus Castro (alqotel)
2021-08-27
target/ppc: moved ppc_store_sdr1 to mmu_common.c
Lucas Mateus Castro (alqotel)
2021-08-27
target/ppc: divided mmu_helper.c in 2 files
Lucas Mateus Castro (alqotel)