aboutsummaryrefslogtreecommitdiff
path: root/target/m68k/m68k-semi.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-01target/m68k: Fix semihost lseek offset computationPeter Maydell1-1/+1
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-1/+1
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-0/+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-06-28target/m68k: Make semihosting system onlyRichard Henderson1-36/+0
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-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
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell1-1/+1
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée1-1/+1
2020-12-10m68k: do not use ram_size globalPaolo Bonzini1-2/+3
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-06-26m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts1-8/+16
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10target/m68k: Use env_cpuRichard Henderson1-2/+2
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+462