aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson18-22/+21
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson29-133/+8
2024-02-03target/xtensa: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/tricore: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/sparc: Populate CPUClass.mmu_indexRichard Henderson2-28/+35
2024-02-03target/sh4: Populate CPUClass.mmu_indexRichard Henderson2-10/+22
2024-02-03target/s390x: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/s390x: Split out s390x_env_mmu_indexRichard Henderson2-17/+21
2024-02-03target/rx: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/riscv: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/riscv: Replace cpu_mmu_index with riscv_env_mmu_indexRichard Henderson3-8/+9
2024-02-03target/riscv: Rename riscv_cpu_mmu_index to riscv_env_mmu_indexRichard Henderson2-3/+3
2024-02-03target/ppc: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/ppc: Split out ppc_env_mmu_indexRichard Henderson4-9/+14
2024-02-03target/openrisc: Populate CPUClass.mmu_indexRichard Henderson2-8/+15
2024-02-03target/nios2: Populate CPUClass.mmu_indexRichard Henderson2-6/+13
2024-02-03target/mips: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/mips: Split out mips_env_mmu_indexRichard Henderson6-10/+15
2024-02-03target/mips: Pass ptw_mmu_idx down from mips_cpu_tlb_fillRichard Henderson2-20/+16
2024-02-03target/microblaze: Populate CPUClass.mmu_indexRichard Henderson2-12/+19
2024-02-03target/m68k: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/loongarch: Rename MMU_IDX_*Richard Henderson5-9/+9
2024-02-03target/loongarch: Populate CPUClass.mmu_indexRichard Henderson2-4/+13
2024-02-03target/i386: Populate CPUClass.mmu_indexRichard Henderson2-7/+16
2024-02-03target/hppa: Populate CPUClass.mmu_indexRichard Henderson2-5/+14
2024-02-03target/cris: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/cris: Cache mem_index in DisasContextRichard Henderson2-13/+7
2024-02-03target/avr: Populate CPUClass.mmu_indexRichard Henderson2-3/+7
2024-02-03target/arm: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/arm: Split out arm_env_mmu_indexRichard Henderson6-17/+22
2024-02-03target/alpha: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-03target/alpha: Split out alpha_env_mmu_indexRichard Henderson2-2/+7
2024-02-01Merge tag 'pull-loongarch-20240201' of https://gitlab.com/gaosong/qemu into s...Peter Maydell5-234/+250
2024-02-01target/loongarch: Fix qtest test-hmp error when KVM-only buildSong Gao5-234/+250
2024-01-31Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell2-1/+1
2024-01-30riscv: Clean up includesPeter Maydell2-1/+1
2024-01-29target/i386: Extract x86_cpu_exec_halt() from accel/tcg/Philippe Mathieu-Daudé3-0/+15
2024-01-29target/i386: Extract x86_need_replay_interrupt() from accel/tcg/Philippe Mathieu-Daudé3-0/+12
2024-01-29target/loongarch: Constify loongarch_tcg_opsRichard Henderson1-1/+1
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson22-23/+23
2024-01-29target: Make qemu_target_page_mask() available for *-userIlya Leoshkevich2-0/+12
2024-01-29include/exec: Use vaddr in DisasContextBase for virtual addressesAnton Johansson4-9/+11
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson21-21/+21
2024-01-26Merge tag 'pull-target-arm-20240126' of https://git.linaro.org/people/pmaydel...Peter Maydell16-67/+143
2024-01-26target/arm: Fix incorrect aa64_tidcp1 feature checkPeter Maydell1-1/+1
2024-01-26target/arm: Fix A64 scalar SQSHRN and SQRSHRNPeter Maydell1-1/+1
2024-01-26target/arm: Move GTimer definitions to new 'gtimer.h' headerPhilippe Mathieu-Daudé7-7/+27
2024-01-26target/arm: Move e2h_access() helper aroundPhilippe Mathieu-Daudé1-14/+15
2024-01-26target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé3-6/+7
2024-01-26target/arm: Expose M-profile register bank index definitionsPhilippe Mathieu-Daudé2-15/+15