aboutsummaryrefslogtreecommitdiff
path: root/target/m68k
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-16target/m68k: fix FPSR quotient byte for frem instructionMark Cave-Ayland1-10/+19
2023-01-16target/m68k: fix FPSR quotient byte for fmod instructionMark Cave-Ayland1-5/+4
2023-01-16target/m68k: pass sign directly into make_quotient()Mark Cave-Ayland1-10/+13
2023-01-16target/m68k: pass quotient directly into make_quotient()Mark Cave-Ayland1-9/+11
2022-12-16target/m68k: Convert to 3-phase resetPeter Maydell2-6/+10
2022-11-05target/m68k: Rename qregs.def -> qregs.h.incPhilippe Mathieu-Daudé2-2/+2
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-2/+2
2022-10-26target/m68k: Convert to tcg_ops restore_state_to_opcRichard Henderson2-10/+14
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-09-26target/m68k: use M68K_FEATURE_MOVEFROMSR_PRIV feature for move_from_sr privil...Mark Cave-Ayland3-1/+8
2022-09-26target/m68k: increase size of m68k CPU features from uint32_t to uint64_tMark Cave-Ayland2-5/+5
2022-09-21target/m68k: always call gen_exit_tb() after writes to SRMark Cave-Ayland1-0/+4
2022-09-21target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68KMark Cave-Ayland5-74/+75
2022-09-21target/m68k: Perform writback before modifying SRRichard Henderson1-3/+5
2022-09-21target/m68k: Fix MACSR to CCRRichard Henderson1-2/+4
2022-09-21target/m68k: Implement atomic test-and-setRichard Henderson1-10/+30
2022-09-13target/m68k: Honour -semihosting-config userspace=onPeter Maydell1-2/+1
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell1-1/+1
2022-09-13target/m68k: Convert semihosting errno to gdb remote errnoRichard Henderson1-2/+31
2022-09-13target/m68k: Use semihosting/syscalls.hRichard Henderson1-232/+49
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+3
2022-06-28target/m68k: Make semihosting system onlyRichard Henderson2-38/+4
2022-06-28target/m68k: Eliminate m68k_semi_is_fseekRichard Henderson1-32/+23
2022-06-28gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson1-7/+3
2022-06-28include/exec: Move gdb_stat and gdb_timeval to gdbstub.hRichard Henderson1-27/+5
2022-06-28include/exec: Move gdb open flags to gdbstub.hRichard Henderson1-8/+0
2022-06-28semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson1-1/+1
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