summaryrefslogtreecommitdiff
path: root/linux-user/m68k
Commit message (Expand)AuthorAgeFilesLines
* linux-user: move target_flat.h to target subdirsMike Frysinger2023-02-031-0/+1
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+1
* target/m68k: Make semihosting system onlyRichard Henderson2022-06-281-5/+0
* target/m68k: Implement TRAPccRichard Henderson2022-06-021-0/+1
* target/m68k: Fix address argument for EXCP_TRACERichard Henderson2022-06-021-0/+3
* target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson2022-06-021-1/+1
* target/m68k: Fix address argument for EXCP_CHKRichard Henderson2022-06-021-1/+1
* linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15Richard Henderson2022-06-021-0/+4
* target/m68k: Raise the TRAPn exception with the correct pcRichard Henderson2022-06-021-1/+0
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-011-0/+1
* linux-user: Move target_struct.h generic definitions to generic/Richard Henderson2022-01-111-58/+1
* linux-user/m68k: Use force_sig_faultRichard Henderson2022-01-111-20/+4
* linux-user: Split out do_prctl and subroutinesRichard Henderson2022-01-061-0/+1
* linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao2022-01-061-1/+0
* linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao2022-01-061-18/+0
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-192-5/+5
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-191-1/+1
* target/m68k: Make m68k_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-10/+0
* linux-user/m68k: Implement setup_sigtrampRichard Henderson2021-10-012-25/+24
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-132-0/+2
* linux-user: Split signal-related prototypes into signal-common.hPeter Maydell2021-09-131-0/+1
* linux-user: update syscall.tbl to Linux v5.13Laurent Vivier2021-07-131-0/+7
* linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-121-0/+7
* linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson2021-05-151-1/+1
* linux-user: Use target_restore_altstack in all sigreturnRichard Henderson2021-05-151-4/+1
* linux-user: Correct definition of stack_tLemonBoy2020-11-111-3/+3
* linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier2020-10-261-1/+3
* linux-user: Add generic 'termbits.h' for some archsFilip Bozuta2020-08-271-233/+1
* linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta2020-08-271-3/+3
* meson: linux-userMarc-André Lureau2020-08-212-5/+5
* linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier2020-03-201-1/+3
* linux-user, m68k: add syscall table generation supportLaurent Vivier2020-03-204-434/+474
* linux-user: m68k: Update syscall numbers to kernel 5.5 levelAleksandar Markovic2020-02-171-1/+49
* linux-user: Introduce cpu_clone_regs_parentRichard Henderson2019-11-061-0/+4
* linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson2019-11-061-1/+2
* linux-user/m68k: remove simulator syscall interfaceLaurent Vivier2019-06-262-18/+1
* Supply missing header guardsMarkus Armbruster2019-06-122-0/+10
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* target/m68k: Use env_cpuRichard Henderson2019-06-102-2/+2
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* target/m68k: Fix LGPL information in the file headersThomas Huth2019-01-302-3/+3
* linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell2018-11-121-12/+4
* linux-user: Remove dead error-checking codePeter Maydell2018-11-121-3/+0
* target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTEDLaurent Vivier2018-11-011-1/+0
* linux-user: move generic signal definitions to generic/signal.hLaurent Vivier2018-06-041-0/+2
* linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier2018-06-043-8/+4
* linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar...Laurent Vivier2018-06-041-0/+6
* linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier2018-06-041-0/+11
* linux-user: move socket.h generic definitions to generic/sockbits.hLaurent Vivier2018-05-251-0/+1