aboutsummaryrefslogtreecommitdiff
path: root/target/microblaze
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-26target/microblaze: Convert to tcg_ops restore_state_to_opcRichard Henderson2-7/+11
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-1/+1
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+3
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-3/+3
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-3/+4
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-1/+1
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2-4/+1
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-3/+2
2022-03-06target: Include missing 'cpu.h'Philippe Mathieu-Daudé1-0/+2
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé3-0/+3
2021-11-02target/microblaze: Do not set MO_ALIGN for user-onlyRichard Henderson1-0/+16
2021-11-02target/microblaze: Make mb_cpu_tlb_fill sysemu onlyRichard Henderson3-17/+6
2021-10-15target/microblaze: Drop checks for singlestep_enabledRichard Henderson1-12/+2
2021-10-15target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMPRichard Henderson1-2/+2
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson1-1/+1
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-7/+0
2021-09-14target/microblaze: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé3-12/+5
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-18/+0
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell1-11/+1
2021-07-09target/microblaze: Use translator_use_goto_tbRichard Henderson1-10/+1