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-hash32.c
Age
Commit message (
Expand
)
Author
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
2021-07-09
target/ppc: change ppc_hash32_xlate to use mmu_idx
Bruno Larsen (billionai)
2021-07-09
target/ppc: Fix compilation with DEBUG_BATS debug option
Fabiano Rosas
2021-07-09
target/ppc: Introduce ppc_xlate
Richard Henderson
2021-07-09
target/ppc: Split out ppc_hash32_xlate
Richard Henderson
2021-07-09
target/ppc: Use MMUAccessType with *_handle_mmu_fault
Richard Henderson
2021-06-03
target/ppc: removed unnecessary inclusion of helper-proto.h
Bruno Larsen (billionai)
2021-05-19
target/ppc: Use MMUAccessType in mmu-hash32.c
Richard Henderson
2021-05-19
target/ppc: Introduce prot_for_access_type
Richard Henderson
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
2019-04-26
ppc/hash32: Rework R and C bit updates
Benjamin Herrenschmidt
2019-04-26
target/ppc: Style fixes for mmu-hash32.[ch]
David Gibson
2019-02-26
target/ppc: Fix ordering of hash MMU accesses
Benjamin Herrenschmidt
2017-03-01
target/ppc: Eliminate htab_base and htab_mask variables
David Gibson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth