aboutsummaryrefslogtreecommitdiff
path: root/linux-user/m68k
AgeCommit message (Expand)AuthorFilesLines
3 daysbsd-user, linux-user: introduce qemu_process_cpu_eventsPaolo Bonzini1-1/+1
2025-08-30linux-user: Remove target_pt_regs from target_syscall.hRichard Henderson1-16/+0
2025-08-30linux-user: Standardize on ELF_MACHINE not ELF_ARCHRichard Henderson1-1/+1
2025-08-30linux-user: Move elf parameters to m68k/target_elf.hRichard Henderson1-0/+3
2025-08-30linux-user/m68k: Expand target_elf_gregset_tRichard Henderson2-27/+39
2025-08-30linux-user: Move elf_core_copy_regs to m68k/elfload.cRichard Henderson2-0/+37
2025-08-28linux-user/m68k: Create init_main_threadRichard Henderson1-19/+6
2025-08-28linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2-9/+17
2025-08-28linux-user: Create target/elfload.c filesRichard Henderson1-0/+1
2025-08-28semihosting: Initialize heap once per processRichard Henderson1-8/+0
2025-08-28semihosting: Retrieve stack top from image_infoRichard Henderson1-1/+0
2025-02-18linux-user: Move TARGET_SA_RESTORER out of generic/signal.hAndreas Schwab1-0/+1
2024-12-20user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé1-1/+1
2024-12-20user: Forward declare target_cpu_copy_regs structurePhilippe Mathieu-Daudé1-1/+1
2024-09-27Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-3/+19
2024-09-22linux-user: update syscall.tbl to Linux v6.10Laurent Vivier1-3/+19
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2-2/+2
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero1-2/+2
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2-2/+2
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson1-0/+16
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson1-0/+2
2023-08-08linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson1-0/+3
2023-02-03linux-user: move target_flat.h to target subdirsMike Frysinger1-0/+1
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich1-0/+1
2022-06-28target/m68k: Make semihosting system onlyRichard Henderson1-5/+0
2022-06-02target/m68k: Implement TRAPccRichard Henderson1-0/+1
2022-06-02target/m68k: Fix address argument for EXCP_TRACERichard Henderson1-0/+3
2022-06-02target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson1-1/+1
2022-06-02target/m68k: Fix address argument for EXCP_CHKRichard Henderson1-1/+1
2022-06-02linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15Richard Henderson1-0/+4
2022-06-02target/m68k: Raise the TRAPn exception with the correct pcRichard Henderson1-1/+0
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev1-0/+1
2022-01-11linux-user: Move target_struct.h generic definitions to generic/Richard Henderson1-58/+1
2022-01-11linux-user/m68k: Use force_sig_faultRichard Henderson1-20/+4
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson1-0/+1
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao1-1/+0
2022-01-06linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao1-18/+0
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2-5/+5
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-1/+1
2021-11-02target/m68k: Make m68k_cpu_tlb_fill sysemu onlyRichard Henderson1-10/+0
2021-10-01linux-user/m68k: Implement setup_sigtrampRichard Henderson2-25/+24
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell2-0/+2
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell1-0/+1
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier1-0/+7
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé1-0/+7
2021-05-15linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson1-1/+1
2021-05-15linux-user: Use target_restore_altstack in all sigreturnRichard Henderson1-4/+1
2020-11-11linux-user: Correct definition of stack_tLemonBoy1-3/+3
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier1-1/+3