aboutsummaryrefslogtreecommitdiff
path: root/target/m68k
AgeCommit message (Expand)AuthorFilesLines
2022-06-02target/m68k: Mark helper_raise_exception as noreturnRichard Henderson2-3/+4
2022-06-02target/m68k: Implement FTRAPccRichard Henderson1-0/+30
2022-06-02target/m68k: Implement TRAPVRichard Henderson1-0/+9
2022-06-02target/m68k: Implement TPF in terms of TRAPccRichard Henderson1-17/+2
2022-06-02target/m68k: Implement TRAPccRichard Henderson4-5/+53
2022-06-02target/m68k: Fix stack frame for EXCP_ILLEGALRichard Henderson1-1/+4
2022-06-02target/m68k: Fix address argument for EXCP_TRACERichard Henderson2-18/+33
2022-06-02target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson3-42/+51
2022-06-02target/m68k: Fix address argument for EXCP_CHKRichard Henderson2-25/+35
2022-06-02target/m68k: Remove retaddr in m68k_interrupt_allRichard Henderson1-9/+6
2022-06-02target/m68k: Fix coding style in m68k_interrupt_allRichard Henderson1-2/+2
2022-06-02target/m68k: Switch over exception type in m68k_interrupt_allRichard Henderson1-19/+30
2022-06-02target/m68k: Raise the TRAPn exception with the correct pcRichard Henderson2-10/+1
2022-05-26target/m68k: Enable halt insn for 68060Richard Henderson1-0/+1
2022-05-26target/m68k: Clear mach in m68k_cpu_disas_set_infoRichard Henderson1-5/+1
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
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-0/+1
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau1-12/+10
2022-03-22m68k/nios2-semi: fix gettimeofday() result checkMarc-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-2/+1
2022-02-28tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson1-0/+1
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-01-09target/m68k: don't word align SP in stack frame if M68K_FEATURE_UNALIGNED_DAT...Mark Cave-Ayland1-1/+4
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-1/+1
2021-11-02target/m68k: Make m68k_cpu_tlb_fill sysemu onlyRichard Henderson2-6/+2
2021-10-15target/m68k: Drop checks for singlestep_enabledRichard Henderson1-35/+9
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson1-1/+0
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-1/+1
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-8/+0
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell1-1/+1
2021-09-14target/m68k: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé3-14/+6
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-1/+1
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell1-1/+1
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-18/+0
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson1-14/+5
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell1-12/+1
2021-07-09target/m68k: Use translator_use_goto_tbRichard Henderson1-11/+1
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé1-1/+0
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé1-0/+2
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson1-1/+0
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson2-61/+79
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell1-2/+10
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-1/+1
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé1-0/+8
2021-05-26target/m68k: implement m68k "any instruction" trace modeMark Cave-Ayland2-7/+28
2021-05-26target/m68k: introduce gen_singlestep_exception() functionMark Cave-Ayland1-4/+13