aboutsummaryrefslogtreecommitdiff
path: root/linux-user/sh4
AgeCommit message (Expand)AuthorFilesLines
3 daysbsd-user, linux-user: introduce qemu_process_cpu_eventsPaolo Bonzini1-1/+1
2025-08-30linux-user: Standardize on ELF_MACHINE not ELF_ARCHRichard Henderson1-1/+1
2025-08-30linux-user: Move elf parameters to sh4/target_elf.hRichard Henderson1-0/+3
2025-08-30linux-user/sh4: Expand target_elf_gregset_tRichard Henderson2-26/+14
2025-08-30linux-user/sh4: Create target_ptrace.hRichard Henderson2-11/+18
2025-08-30linux-user: Move elf_core_copy_regs to sh4/elfload.cRichard Henderson2-0/+38
2025-08-28linux-user/sh4: Create init_main_threadRichard Henderson1-6/+4
2025-08-28linux-user: Move get_elf_hwcap to sh4/elfload.cRichard Henderson2-0/+29
2025-08-28linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2-4/+11
2025-08-28linux-user: Create target/elfload.c filesRichard Henderson1-0/+1
2025-02-18linux-user: Move TARGET_SA_RESTORER out of generic/signal.hAndreas Schwab1-0/+2
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-4/+21
2024-09-22linux-user: update syscall.tbl to Linux v6.10Laurent Vivier1-4/+21
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-1/+1
2023-12-04sh4: Coding style: Remove tabsYihuan Pan1-102/+102
2023-10-18linux-user/sh4: Fix crashes on signal deliveryMikulas Patocka1-0/+8
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson1-0/+1
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson1-0/+3
2023-08-08linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson1-0/+4
2023-02-03linux-user: move target_flat.h to target subdirsMike Frysinger1-0/+1
2022-10-04target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson1-3/+3
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich1-0/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-31linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double definitionThomas Huth1-1/+1
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/sh4: Use force_sig_faultRichard Henderson1-5/+1
2022-01-06target/sh4: Implement prctl_unalign_sigbusRichard Henderson1-1/+1
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/sh4: Make sh4_cpu_tlb_fill sysemu onlyRichard Henderson1-8/+0
2021-10-01linux-user/sh4: Implement setup_sigtrampRichard Henderson2-18/+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-6/+1
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson1-3/+5
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
2020-08-27linux-user: Add missing termbits types and values definitionsFilip Bozuta1-6/+13
2020-08-27linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta1-2/+3
2020-08-21meson: linux-userMarc-André Lureau2-5/+5