aboutsummaryrefslogtreecommitdiff
path: root/linux-user/sparc
AgeCommit message (Expand)AuthorFilesLines
2026-01-23linux-user: Add missing termios baud ratesVivian Wang1-1/+4
2026-01-23linux-user: Add termios2 support to sparc targetLuca Bonissi1-0/+28
2025-09-17bsd-user, linux-user: introduce qemu_process_cpu_eventsPaolo Bonzini1-1/+1
2025-08-30linux-user/sparc: Create target_ptrace.hRichard Henderson3-19/+26
2025-08-30linux-user: Rename elf_check_archRichard Henderson1-1/+1
2025-08-30linux-user: Standardize on ELF_MACHINE not ELF_ARCHRichard Henderson1-2/+2
2025-08-30linux-user: Move elf parameters to sparc/target_elf.hRichard Henderson1-0/+11
2025-08-28linux-user/sparc: Create init_main_threadRichard Henderson1-9/+7
2025-08-28linux-user: Move get_elf_hwcap to sparc/elfload.cRichard Henderson2-0/+29
2025-08-28linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2-8/+15
2025-08-28linux-user: Create target/elfload.c filesRichard Henderson1-0/+1
2025-01-16linux-user: Add missing /proc/cpuinfo fields for sparcHelge Deller1-1/+19
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-12/+28
2024-09-22linux-user: update syscall.tbl to Linux v6.10Laurent Vivier1-12/+28
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2-2/+2
2024-06-30linux-user: sparc: Remove unused struct 'target_mc_fq'Dr. David Alan Gilbert1-5/+0
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero1-1/+1
2024-02-03target/sparc: Introduce cpu_get_fsr, cpu_put_fsrRichard Henderson2-6/+10
2023-11-05target/sparc: Remove CC_OP leftoversRichard Henderson1-5/+0
2023-11-05target/sparc: Split psr and xcc into componentsRichard Henderson2-9/+14
2023-11-05target/sparc: Introduce cpu_put_psr_iccRichard Henderson1-1/+1
2023-10-25target/sparc: Remove sparcv7 cpu featuresRichard Henderson1-5/+1
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/+11
2023-08-08linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson1-0/+14
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson1-0/+9
2023-03-10linux-user/sparc: Handle tag overflow trapsRichard Henderson2-1/+4
2023-03-10linux-user/sparc: Handle floating-point exceptionsRichard Henderson1-0/+22
2023-03-10linux-user/sparc: Handle unimplemented flush trapRichard Henderson1-0/+3
2023-03-10linux-user/sparc: Handle coprocessor disabled trapRichard Henderson1-0/+4
2023-03-10linux-user/sparc: Handle privilidged action trapRichard Henderson1-0/+6
2023-03-10linux-user/sparc: Handle priviledged opcode trapRichard Henderson1-0/+3
2023-03-10linux-user/sparc: Handle getcc, setcc, getpsr trapsRichard Henderson1-3/+59
2023-03-10linux-user/sparc: Handle division by zero trapsRichard Henderson1-0/+5
2023-03-10linux-user/sparc: Handle software breakpoint trapRichard Henderson1-3/+5
2023-03-10linux-user/sparc: Fix sparc64_{get, set}_context trapsRichard Henderson2-28/+29
2023-03-10linux-user/sparc: Tidy window spill/fill trapsRichard Henderson1-10/+13
2023-03-10linux-user/sparc: Use TT_TRAP for flush windowsRichard Henderson1-4/+3
2023-03-10linux-user/sparc: Tidy syscall error returnRichard Henderson1-10/+5
2023-03-10linux-user/sparc: Tidy syscall trapRichard Henderson1-7/+7
2023-02-21linux-user/sparc: Raise SIGILL for all unhandled software trapsRichard Henderson1-0/+8
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-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev1-0/+17
2022-01-11linux-user/sparc: Use force_sig_faultRichard Henderson1-12/+2
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson1-0/+1
2022-01-06linux-user: Remove TARGET_SIGSTKSZSong Gao1-1/+0
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao1-1/+0