aboutsummaryrefslogtreecommitdiff
path: root/linux-user/ppc
AgeCommit message (Expand)AuthorFilesLines
2 daysbsd-user, linux-user: introduce qemu_process_cpu_eventsPaolo Bonzini1-1/+1
2025-08-30linux-user: Standardize on ELF_MACHINE not ELF_ARCHRichard Henderson1-2/+0
2025-08-30linux-user: Move elf parameters to ppc/target_elf.hRichard Henderson1-0/+43
2025-08-30linux-user/ppc: Expand target_elf_gregset_tRichard Henderson2-20/+19
2025-08-30linux-user/ppc: Create target_ptrace.hRichard Henderson2-28/+26
2025-08-30linux-user: Move elf_core_copy_regs to ppc/elfload.cRichard Henderson2-0/+31
2025-08-28linux-user/ppc: Create init_main_threadRichard Henderson1-8/+18
2025-08-28linux-user: Move hwcap functions to ppc/elfload.cRichard Henderson2-0/+119
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-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-11-16linux-user/ppc: Reduce vdso alignment to 4kRichard Henderson4-2/+4
2024-10-22linux-user/ppc: Fix sigmask endianness issue in sigreturnIlya Leoshkevich1-1/+1
2024-09-27Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-22/+49
2024-09-22linux-user: update syscall.tbl to Linux v6.10Laurent Vivier1-22/+49
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2-2/+2
2024-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé1-0/+1
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 Leoshkevich1-2/+2
2023-11-15linux-user: spelling fixes: othe, necesaryMichael Tokarev1-1/+1
2023-10-30linux-user/ppc: Add vdsoRichard Henderson10-8/+452
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/+7
2023-08-08linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson1-0/+13
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson1-0/+8
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora1-7/+2
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-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2-3/+3
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-2/+1
2022-04-04linux-user/ppc: Narrow type of ccr in save_user_regsRichard Henderson1-1/+1
2022-03-08linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAPMatheus Ferst1-1/+2
2022-02-21linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé1-0/+1
2022-02-13Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into s...Peter Maydell1-16/+0
2022-02-09linux-user: Remove the deprecated ppc64abi32 targetThomas Huth2-10/+5
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-16/+0
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev1-0/+1
2022-01-11linux-user/ppc: Use force_sig_faultRichard Henderson1-108/+28
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-6/+6
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-1/+1
2021-11-02linux-user/ppc: Remove POWERPC_EXCP_ALIGN handlingRichard Henderson1-8/+0
2021-10-21linux-user/ppc: Fix XER access in save/restore_user_regsMatheus Ferst1-3/+6
2021-10-01linux-user/ppc: Implement setup_sigtrampRichard Henderson2-16/+20
2021-10-01linux-user/ppc: Simplify encode_trampolineRichard Henderson1-4/+2
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell2-0/+2