aboutsummaryrefslogtreecommitdiff
path: root/linux-user/microblaze
AgeCommit message (Expand)AuthorFilesLines
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero1-1/+1
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/+8
2023-02-21linux-user/microblaze: Handle privileged exceptionIlya Leoshkevich1-2/+8
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-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/microblaze: Fix SIGFPE si_codesRichard Henderson1-5/+15
2022-01-11linux-user/microblaze: Use force_sig_faultRichard Henderson1-36/+25
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-3/+3
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-1/+1
2021-11-02target/microblaze: Make mb_cpu_tlb_fill sysemu onlyRichard Henderson1-10/+0
2021-10-01linux-user/microblaze: Implement setup_sigtrampRichard Henderson2-7/+19
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-5/+1
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant2-2/+2
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-10-14linux-user/microblaze: Remove non-rt signal framesRichard Henderson2-96/+2
2020-10-14linux-user/microblaze: Implement rt signal framesRichard Henderson1-9/+82
2020-09-01target/microblaze: Convert brk and brki to decodetreeRichard Henderson1-1/+1
2020-09-01target/microblaze: Fix width of ESRRichard Henderson1-1/+1
2020-09-01target/microblaze: Split out FSR from env->sregsRichard Henderson1-2/+2
2020-09-01target/microblaze: Split out ESR from env->sregsRichard Henderson1-3/+3
2020-09-01target/microblaze: Split out PC from env->sregsRichard Henderson2-10/+10
2020-08-27linux-user: Add generic 'termbits.h' for some archsFilip Bozuta1-219/+1
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
2020-03-20linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier1-0/+2
2020-03-20linux-user, microblaze: add syscall table generation supportLaurent Vivier4-442/+480
2020-02-17linux-user: microblaze: Update syscall numbers to kernel 5.5 levelAleksandar Markovic1-0/+45
2019-11-06linux-user: Introduce cpu_clone_regs_parentRichard Henderson1-0/+4
2019-11-06linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson1-1/+2
2019-06-12Supply missing header guardsMarkus Armbruster2-0/+10
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-10target/microblaze: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-2/+2
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell1-12/+4
2018-07-09linux-user: Report error message on stderr, rather than stdoutPhilippe Mathieu-Daudé1-3/+3
2018-07-09linux-user: Do not report "syscall not implemented" by defaultPhilippe Mathieu-Daudé1-2/+2