aboutsummaryrefslogtreecommitdiff
path: root/target/m68k
AgeCommit message (Expand)AuthorFilesLines
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson1-1/+1
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-4/+0
2024-02-03target/m68k: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-29include/exec: Use vaddr in DisasContextBase for virtual addressesAnton Johansson1-1/+1
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson1-1/+1
2024-01-05target/m68k: Use generic cpu_list()Gavin Shan2-44/+0
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé1-3/+1
2023-12-29target/m68k: Constify VMState in machine.cRichard Henderson1-8/+8
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-2/+1
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé2-16/+13
2023-11-07target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé2-3/+4
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé2-4/+0
2023-10-22target/m68k: Use tcg_gen_ext_i32Richard Henderson1-20/+3
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé1-1/+1
2023-10-07semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()Philippe Mathieu-Daudé1-1/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-8/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-2/+2
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-151/+151
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-1/+0
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson1-0/+1
2023-09-29target/m68k: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-09-21target/m68k: Add URL to semihosting specPeter Maydell1-0/+4
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-08-24target/m68k: Use tcg_gen_negsetcond_*Richard Henderson1-14/+10
2023-08-24target/m68k: Use tcg_gen_deposit_i32 in gen_partset_regRichard Henderson1-9/+2
2023-08-01target/m68k: Fix semihost lseek offset computationPeter Maydell1-1/+1
2023-07-25other architectures: spelling fixesMichael Tokarev1-2/+2
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-20target/m68k: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé4-25/+23
2023-06-09target/m68k/fpu_helper: Use FloatRelation enum to hold comparison resultPhilippe Mathieu-Daudé1-2/+2
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-2/+0
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+3
2023-05-11target/m68k: Fix gen_load_fp for OS_LONGRichard Henderson1-0/+1
2023-05-05target/m68k: Finish conversion to tcg_gen_qemu_{ld,st}_*Richard Henderson1-51/+25
2023-03-13target/m68k: Use tcg_constant_i32 in gen_ea_modeRichard Henderson1-1/+1
2023-03-13target/m68k: Avoid tcg_const_* throughoutRichard Henderson1-81/+77
2023-03-13target/m68k: Avoid tcg_const_i32 in bfop_regRichard Henderson1-22/+20
2023-03-13target/m68k: Avoid tcg_const_i32 when modifiedRichard Henderson1-13/+16
2023-03-13target/m68k: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-1/+1
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée3-1/+3
2023-03-05target/m68k: Drop tcg_temp_freeRichard Henderson1-181/+0
2023-03-05target/m68k: Drop free_condRichard Henderson1-40/+0
2023-03-05target/m68k: Drop mark_to_releaseRichard Henderson1-42/+13
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-02-27target/cpu: Restrict do_transaction_failed() handlers to sysemuPhilippe Mathieu-Daudé1-0/+2
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-1/+1
2023-02-01m68k: fix 'bkpt' instruction in softmmu modeLaurent Vivier1-0/+4