aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze
AgeCommit message (Expand)AuthorFilesLines
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+1
2024-05-15target/microblaze: Use translator_ldlRichard Henderson1-2/+1
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson1-9/+0
2024-05-15accel/tcg: Use vaddr in translator_ld*Richard Henderson1-0/+1
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini1-0/+1
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-1/+1
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2-0/+2
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan1-1/+1
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé2-3/+3
2024-04-26accel: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé2-0/+2
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-2/+2
2024-04-09target/microblaze: Use insn_start from DisasContextBaseRichard Henderson1-6/+2
2024-03-12target/microblaze: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé3-8/+4
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé1-3/+3
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki2-6/+0
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki2-4/+9
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki1-2/+3
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson3-4/+3
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson2-7/+1
2024-02-03target/microblaze: Populate CPUClass.mmu_indexRichard Henderson2-12/+19
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson1-1/+1
2023-12-29target/microblaze: Constify VMState in machine.cRichard Henderson1-3/+3
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé2-16/+13
2023-11-07target: Mention 'cpu-qom.h' is target agnosticPhilippe Mathieu-Daudé1-1/+1
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé2-4/+0
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé1-1/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-1/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-1/+1
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-25/+25
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-3/+3
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson1-0/+1
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-07-25other architectures: spelling fixesMichael Tokarev1-1/+1
2023-06-26target/microblaze: Define TCG_GUEST_DEFAULT_MORichard Henderson1-0/+3
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson1-2/+2
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-3/+3
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-2/+0
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+4
2023-03-13target/microblaze: Remove `NB_MMU_MODES` defineAnton Johansson2-2/+1
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-1/+1
2023-03-05target/microblaze: Avoid tcg_const_* throughoutRichard Henderson1-20/+15
2023-03-05target/microblaze: Drop tcg_temp_freeRichard Henderson1-54/+0
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-03-01target/microblaze: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-2/+2
2023-02-21target/microblaze: Add gdbstub xmlRichard Henderson3-12/+42
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-1/+1
2022-12-16target/microblaze: Convert to 3-phase resetPeter Maydell2-6/+10
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1