summary refs log tree commit diff stats
path: root/linux-user/m68k (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2025-08-282-9/+17
* linux-user: Create target/elfload.c filesRichard Henderson2025-08-281-0/+1
* semihosting: Initialize heap once per processRichard Henderson2025-08-281-8/+0
* semihosting: Retrieve stack top from image_infoRichard Henderson2025-08-281-1/+0
* linux-user: Move TARGET_SA_RESTORER out of generic/signal.hAndreas Schwab2025-02-181-0/+1
* user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé2024-12-201-1/+1
* user: Forward declare target_cpu_copy_regs structurePhilippe Mathieu-Daudé2024-12-201-1/+1
* Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-09-271-3/+19
|\
| * linux-user: update syscall.tbl to Linux v6.10Laurent Vivier2024-09-221-3/+19
* | license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2024-09-202-2/+2
|/
* linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-131-2/+2
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-062-2/+2
* linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-0/+16
* linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+2
* linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+3
* 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