summaryrefslogtreecommitdiff
path: root/target/m68k
AgeCommit message (Expand)Author
2022-06-28target/m68k: Make semihosting system onlyRichard Henderson
2022-06-28target/m68k: Eliminate m68k_semi_is_fseekRichard Henderson
2022-06-28gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson
2022-06-28include/exec: Move gdb_stat and gdb_timeval to gdbstub.hRichard Henderson
2022-06-28include/exec: Move gdb open flags to gdbstub.hRichard Henderson
2022-06-28semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson
2022-06-02target/m68k: Mark helper_raise_exception as noreturnRichard Henderson
2022-06-02target/m68k: Implement FTRAPccRichard Henderson
2022-06-02target/m68k: Implement TRAPVRichard Henderson
2022-06-02target/m68k: Implement TPF in terms of TRAPccRichard Henderson
2022-06-02target/m68k: Implement TRAPccRichard Henderson
2022-06-02target/m68k: Fix stack frame for EXCP_ILLEGALRichard Henderson
2022-06-02target/m68k: Fix address argument for EXCP_TRACERichard Henderson
2022-06-02target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson
2022-06-02target/m68k: Fix address argument for EXCP_CHKRichard Henderson
2022-06-02target/m68k: Remove retaddr in m68k_interrupt_allRichard Henderson
2022-06-02target/m68k: Fix coding style in m68k_interrupt_allRichard Henderson
2022-06-02target/m68k: Switch over exception type in m68k_interrupt_allRichard Henderson
2022-06-02target/m68k: Raise the TRAPn exception with the correct pcRichard Henderson
2022-05-26target/m68k: Enable halt insn for 68060Richard Henderson
2022-05-26target/m68k: Clear mach in m68k_cpu_disas_set_infoRichard Henderson
2022-05-11Normalize header guard symbol definitionMarkus Armbruster
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau
2022-03-22m68k/nios2-semi: fix gettimeofday() result checkMarc-André Lureau
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-02-28tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-01-09target/m68k: don't word align SP in stack frame if M68K_FEATURE_UNALIGNED_DAT...Mark Cave-Ayland
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-11-02target/m68k: Make m68k_cpu_tlb_fill sysemu onlyRichard Henderson
2021-10-15target/m68k: Drop checks for singlestep_enabledRichard Henderson
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell
2021-09-14target/m68k: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell
2021-07-09target/m68k: Use translator_use_goto_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson