summary refs log tree commit diff stats
path: root/target/m68k/m68k-semi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/m68k: Pass semihosting arg to exitKeith Packard2024-04-241-2/+2
* target/m68k: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-4/+2
* semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()Philippe Mathieu-Daudé2023-10-071-1/+1
* target/m68k: Add URL to semihosting specPeter Maydell2023-09-211-0/+4
* target/m68k: Fix semihost lseek offset computationPeter Maydell2023-08-011-1/+1
* gdbstub: move syscall handling to new fileAlex Bennée2023-03-071-1/+1
* gdbstub: move register helpers into standalone includeAlex Bennée2023-03-071-0/+1
* target/m68k: Convert semihosting errno to gdb remote errnoRichard Henderson2022-09-131-2/+31
* target/m68k: Use semihosting/syscalls.hRichard Henderson2022-09-131-232/+49
* target/m68k: Make semihosting system onlyRichard Henderson2022-06-281-36/+0
* target/m68k: Eliminate m68k_semi_is_fseekRichard Henderson2022-06-281-32/+23
* gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson2022-06-281-7/+3
* include/exec: Move gdb_stat and gdb_timeval to gdbstub.hRichard Henderson2022-06-281-27/+5
* include/exec: Move gdb open flags to gdbstub.hRichard Henderson2022-06-281-8/+0
* semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson2022-06-281-1/+1
* Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-061-12/+10
* m68k/nios2-semi: fix gettimeofday() result checkMarc-André Lureau2022-03-221-1/+1
* linux-user: Don't include gdbstub.h in qemu.hPeter Maydell2021-09-131-1/+1
* gdbstub: drop CPUEnv from gdb_exit()Alex Bennée2021-01-181-1/+1
* m68k: do not use ram_size globalPaolo Bonzini2020-12-101-2/+3
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0
* m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts2019-06-261-8/+16
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* target/m68k: Use env_cpuRichard Henderson2019-06-101-2/+2
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+462