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
Age
Commit message (
Expand
)
Author
2024-07-11
target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation
Peter Maydell
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
2024-05-24
target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
BALATON Zoltan
2024-05-24
target/ppc: Move out BookE and related MMU functions from mmu_common.c
BALATON Zoltan
2024-05-24
target/ppc: Add a function to check for page protection bit
BALATON Zoltan
2024-05-24
target/ppc/mmu-radix64.c: Drop a local variable
BALATON Zoltan
2024-05-24
target/ppc/mmu-hash32.c: Drop a local variable
BALATON Zoltan
2024-05-24
target/ppc: Split off common embedded TLB init
BALATON Zoltan
2024-05-24
target/ppc: Remove id_tlbs flag from CPU env
BALATON Zoltan
2024-05-24
target/ppc: Move mmu_ctx_t type to mmu_common.c
BALATON Zoltan
2024-05-24
target/ppc: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
BALATON Zoltan
2024-05-24
target/ppc: Split off 40x cases from ppc_jumbo_xlate()
BALATON Zoltan
2024-05-24
target/ppc: Split off real mode handling from get_physical_address_wtlb()
BALATON Zoltan
2024-05-24
target/ppc: Simplify ppc_booke_xlate() part 2
BALATON Zoltan
2024-05-24
target/ppc: Simplify ppc_booke_xlate() part 1
BALATON Zoltan
2024-05-24
target/ppc: Split off BookE handling from ppc_jumbo_xlate()
BALATON Zoltan
2024-05-24
target/ppc: Remove BookE from direct store handling
BALATON Zoltan
2024-05-24
target/ppc: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
BALATON Zoltan
2024-05-24
target/ppc: Don't use mmu_ctx_t in mmubooke_get_physical_address()
BALATON Zoltan
2024-05-24
target/ppc: Don't use mmu_ctx_t for mmu40x_get_physical_address()
BALATON Zoltan
2024-05-24
target/ppc: Replace hard coded constants in ppc_jumbo_xlate()
BALATON Zoltan
2024-05-24
target/ppc: Deindent ppc_jumbo_xlate()
BALATON Zoltan
2024-05-24
target/ppc: Fix misindented qemu_log_mask() calls
BALATON Zoltan
2024-05-24
target/ppc: Inline and remove check_physical()
BALATON Zoltan
2024-05-24
target/ppc: Split off real mode cases in get_physical_address_wtlb()
BALATON Zoltan
2024-05-24
target/ppc: Split out BookE xlate cases before checking real mode
BALATON Zoltan
2024-05-24
target/ppc: Eliminate ret from mmu6xx_get_physical_address()
BALATON Zoltan
2024-05-24
target/ppc: Move some debug logging in ppc6xx_tlb_check()
BALATON Zoltan
2024-05-24
target/ppc: Move else branch to avoid large if block in mmu6xx_get_physical_a...
BALATON Zoltan
2024-05-24
target/ppc: Introduce mmu6xx_get_physical_address()
BALATON Zoltan
2024-05-24
target/ppc: Drop cases for unimplemented MPC8xx MMU
BALATON Zoltan
2024-05-24
target/ppc: Simplify checking for real mode in get_physical_address_wtlb()
BALATON Zoltan
2024-05-24
target/ppc: Remove unneeded local variable from booke tlb checks
BALATON Zoltan
2024-05-24
target/ppc: Move calculation of a value closer to its usage in booke tlb checks
BALATON Zoltan
2024-05-24
target/ppc: Remove unused helper_rac()
BALATON Zoltan
2024-05-24
target/ppc: Remove unused struct 'mmu_ctx_hash32'
Dr. David Alan Gilbert
2024-05-24
target/ppc: add SMT support to msgsnd broadcast
Nicholas Piggin
2024-05-24
target/ppc: Implement SPRC/SPRD SPRs
Nicholas Piggin
2024-05-24
target/ppc: Implement LDBAR, TTR SPRs
Nicholas Piggin
2024-05-24
target/ppc: Add SMT support to PTCR SPR
Nicholas Piggin
2024-05-24
target/ppc: Add SMT support to simple SPRs
Nicholas Piggin
2024-05-24
target/ppc: add helper to write per-LPAR SPRs
Nicholas Piggin
2024-05-24
target/ppc: Add PPR32 SPR
Nicholas Piggin
2024-05-24
target/ppc: BookE DECAR SPR is 32-bit
Nicholas Piggin
2024-05-24
target/ppc: Implement attn instruction on BookS 64-bit processors
Nicholas Piggin
2024-05-24
target/ppc: improve checkstop logging
Nicholas Piggin
2024-05-24
target/ppc: Make checkstop actually stop the system
Nicholas Piggin
2024-05-24
target/ppc: Remove redundant MEMOP_GET_SIZE macro
Nicholas Piggin
2024-05-24
target/ppc: larx/stcx generation need only apply DEF_MEMOP() once
Nicholas Piggin
2024-05-24
target/ppc: Add migration support for BHRB
Glenn Miles
[next]