aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
2024-10-02bsd-user: Implement set_mcontext and get_ucontext_sigreturn for RISCVMark Corbin1-0/+54
2024-10-02bsd-user: Implement 'get_mcontext' for RISC-VMark Corbin1-0/+53
2024-10-02bsd-user: Implement RISC-V signal trampoline setup functionsMark Corbin1-0/+63
2024-10-02bsd-user: Define RISC-V signal handling structures and constantsMark Corbin1-0/+75
2024-10-02bsd-user: Add generic RISC-V64 target definitionsWarner Losh1-0/+20
2024-10-02bsd-user: Define RISC-V system call structures and constantsMark Corbin1-0/+38
2024-10-02bsd-user: Define RISC-V VM parameters and helper functionsMark Corbin1-0/+53
2024-10-02bsd-user: Add RISC-V thread setup and initialization supportMark Corbin1-0/+47
2024-10-02bsd-user: Implement RISC-V sysarch system call emulationMark Corbin1-0/+41
2024-10-02bsd-user: Add RISC-V signal trampoline setup functionMark Corbin1-0/+41
2024-10-02bsd-user: Define RISC-V register structures and register copyingMark Corbin1-0/+88
2024-10-02bsd-user: Add RISC-V ELF definitions and hardware capability detectionMark Corbin1-0/+42
2024-10-02bsd-user: Implement RISC-V TLS register setupMark Corbin2-0/+56
2024-10-02bsd-user: Implement RISC-V CPU register cloning and reset functionsMark Corbin1-0/+14
2024-10-02bsd-user: Add RISC-V CPU execution loop and syscall handlingMark Corbin1-0/+94
2024-10-02bsd-user: Implement RISC-V CPU initialization and main loopMark Corbin1-0/+40
2024-08-21bsd-user: Handle short reads in mmap_h_gt_gRichard Henderson1-2/+36
2024-07-24bsd-user: Add target.h for aarch64.Warner Losh1-0/+20
2024-07-23bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stackWarner Losh5-8/+9
2024-07-23bsd-user: Sync fork_start/fork_end with linux-userJessica Clarke1-12/+14
2024-07-23bsd-user: Simplify the implementation of execveDoug Rabson2-133/+3
2024-07-23bsd-user:Add AArch64 improvements and signal handling functionsStacey Son5-8/+26
2024-07-23bsd-user:Add set_mcontext function for ARM AArch64Stacey Son1-0/+22
2024-07-23bsd-user:Add setup_sigframe_arch function for ARM AArch64Warner Losh1-0/+14
2024-07-23bsd-user:Add get_mcontext function for ARM AArch64Stacey Son1-0/+30
2024-07-23bsd-user:Add ARM AArch64 signal handling supportStacey Son3-0/+181
2024-07-23bsd-user:Add ARM AArch64 support and capabilitiesWarner Losh3-0/+170
2024-07-23bsd-user:Add AArch64 register handling and related functionsStacey Son5-0/+255
2024-07-23bsd-user:Add CPU initialization and management functionsStacey Son3-0/+274
2024-06-09bsd-user: Catch up to run-time reserved_va mathWarner Losh1-12/+27
2024-06-09bsd-user: port linux-user:ff8a8bbc2ad1 for variable page sizesWarner Losh1-0/+12
2024-05-06user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'Philippe Mathieu-Daudé1-5/+1
2024-05-06user: Forward declare TaskState type definitionPhilippe Mathieu-Daudé1-2/+2
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé4-0/+4
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan1-3/+3
2024-05-03user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé1-1/+1
2024-05-03user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé1-1/+1
2024-04-26exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé1-0/+1
2024-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé6-0/+6
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+1
2024-04-25hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé1-1/+1
2024-04-24meson: Make DEBUG_REMAP a meson optionIlya Leoshkevich1-4/+2
2024-03-13gdbstub: Save target's siginfoGustavo Romero2-2/+5
2024-03-12user: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé1-2/+1
2024-03-06gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich1-1/+2
2024-03-06{linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich1-1/+1
2024-03-06{linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich3-5/+7
2024-03-06gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich1-0/+1
2024-03-06{linux,bsd}-user: Update ts_tid after fork()Ilya Leoshkevich1-0/+1
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich3-11/+16