aboutsummaryrefslogtreecommitdiff
path: root/target/m68k
AgeCommit message (Expand)Author
2023-08-04target/m68k: Fix semihost lseek offset computationPeter Maydell
2023-03-13target/m68k: Use tcg_constant_i32 in gen_ea_modeRichard Henderson
2023-03-13target/m68k: Avoid tcg_const_* throughoutRichard Henderson
2023-03-13target/m68k: Avoid tcg_const_i32 in bfop_regRichard Henderson
2023-03-13target/m68k: Avoid tcg_const_i32 when modifiedRichard Henderson
2023-03-13target/m68k: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-05target/m68k: Drop tcg_temp_freeRichard Henderson
2023-03-05target/m68k: Drop free_condRichard Henderson
2023-03-05target/m68k: Drop mark_to_releaseRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-02-27target/cpu: Restrict do_transaction_failed() handlers to sysemuPhilippe Mathieu-Daudé
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé
2023-02-01m68k: fix 'bkpt' instruction in softmmu modeLaurent Vivier
2023-01-16target/m68k: fix FPSR quotient byte for frem instructionMark Cave-Ayland
2023-01-16target/m68k: fix FPSR quotient byte for fmod instructionMark Cave-Ayland
2023-01-16target/m68k: pass sign directly into make_quotient()Mark Cave-Ayland
2023-01-16target/m68k: pass quotient directly into make_quotient()Mark Cave-Ayland
2022-12-16target/m68k: Convert to 3-phase resetPeter 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