aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-30util/cpuinfo: Make use of elf_aux_info(3) on OpenBSDBrad Smith
2024-07-30linux-user/main: Check errno when getting AT_EXECFDVivian Wang
2024-07-30util/getauxval: Ensure setting errno if not foundVivian Wang
2024-07-28target/rx: Use target_ulong for address in LIRichard Henderson
2024-07-26Merge tag 'pull-ppc-for-9.1-2-20240726-1' of https://gitlab.com/npiggin/qemu ...Richard Henderson
2024-07-26target/ppc: Remove includes from mmu-book3s-v3.hBALATON Zoltan
2024-07-26target/ppc/mmu-radix64: Remove externally unused parts from headerBALATON Zoltan
2024-07-26target/ppc: Unexport some functions from mmu-book3s-v3.hBALATON Zoltan
2024-07-26target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the headerBALATON Zoltan
2024-07-26target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_raddr()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove mmu_ctx_tBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb()BALATON Zoltan
2024-07-26target/ppc: Remove bat_size_prot()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Use defines instead of numeric constantsBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Rename function parameterBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove key field from mmu_ctx_tBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Init variable in function that relies on itBALATON Zoltan
2024-07-26target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()BALATON Zoltan
2024-07-26target/ppc: Add function to get protection key for hash32 MMUBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_tBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Simplify a switch statementBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove single use local variableBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Convert local variable to boolBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove nx field from mmu_ctx_tBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove pte_update_flags()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove hash field from mmu_ctx_tBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove unused field from mmu_ctx_tBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Simplify ppc6xx_tlb_pte_check()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Return directly in ppc6xx_tlb_pte_check()BALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove yet another single use local variableBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove another single use local variableBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove single use local variableBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove single use local variableBALATON Zoltan
2024-07-26target/ppc/mmu_common.c: Remove local name for a constantBALATON Zoltan
2024-07-26target/ppc: Reorganise and rename ppc_hash32_pp_prot()BALATON Zoltan
2024-07-26target/ppc : Update VSX storage access insns to use tcg_gen_qemu _ld/st_i128.Chinmay Rath
2024-07-26target/ppc: Update VMX storage access insns to use tcg_gen_qemu_ld/st_i128.Chinmay Rath
2024-07-26target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc.Chinmay Rath
2024-07-26target/ppc: Move VSX fp compare insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Move VSX vector storage access insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Move VSX vector with length storage access insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Moving VSX scalar storage access insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Move VSX logical instructions to decodetree.Chinmay Rath
2024-07-26target/ppc: Move VSX arithmetic and max/min insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Move ISA300 flag check out of do_helper_XX3.Chinmay Rath
2024-07-26target/ppc: Improve VMX integer add/sub saturate instructions.Chinmay Rath
2024-07-26target/ppc: Move VMX integer add/sub saturate insns to decodetree.Chinmay Rath
2024-07-26pnv/xive2: Dump more END state with 'info pic'Frederic Barrat