aboutsummaryrefslogtreecommitdiff
path: root/target/m68k
AgeCommit message (Expand)Author
2023-08-03target/m68k: Fix semihost lseek offset computationPeter Maydell
2022-11-05target/m68k: Rename qregs.def -> qregs.h.incPhilippe Mathieu-Daudé
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-10-26target/m68k: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-09-26target/m68k: use M68K_FEATURE_MOVEFROMSR_PRIV feature for move_from_sr privil...Mark Cave-Ayland
2022-09-26target/m68k: increase size of m68k CPU features from uint32_t to uint64_tMark Cave-Ayland
2022-09-21target/m68k: always call gen_exit_tb() after writes to SRMark Cave-Ayland
2022-09-21target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68KMark Cave-Ayland
2022-09-21target/m68k: Perform writback before modifying SRRichard Henderson
2022-09-21target/m68k: Fix MACSR to CCRRichard Henderson
2022-09-21target/m68k: Implement atomic test-and-setRichard Henderson
2022-09-13target/m68k: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell
2022-09-13target/m68k: Convert semihosting errno to gdb remote errnoRichard Henderson
2022-09-13target/m68k: Use semihosting/syscalls.hRichard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
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