aboutsummaryrefslogtreecommitdiffstats
path: root/bsd-user (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: Handle short reads in mmap_h_gt_gRichard Henderson2024-08-211-2/+36
* bsd-user: Add target.h for aarch64.Warner Losh2024-07-241-0/+20
* bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stackWarner Losh2024-07-235-8/+9
* bsd-user: Sync fork_start/fork_end with linux-userJessica Clarke2024-07-231-12/+14
* bsd-user: Simplify the implementation of execveDoug Rabson2024-07-232-133/+3
* bsd-user:Add AArch64 improvements and signal handling functionsStacey Son2024-07-235-8/+26
* bsd-user:Add set_mcontext function for ARM AArch64Stacey Son2024-07-231-0/+22
* bsd-user:Add setup_sigframe_arch function for ARM AArch64Warner Losh2024-07-231-0/+14
* bsd-user:Add get_mcontext function for ARM AArch64Stacey Son2024-07-231-0/+30
* bsd-user:Add ARM AArch64 signal handling supportStacey Son2024-07-233-0/+181
* bsd-user:Add ARM AArch64 support and capabilitiesWarner Losh2024-07-233-0/+170
* bsd-user:Add AArch64 register handling and related functionsStacey Son2024-07-235-0/+255
* bsd-user:Add CPU initialization and management functionsStacey Son2024-07-233-0/+274
* bsd-user: Catch up to run-time reserved_va mathWarner Losh2024-06-091-12/+27
* bsd-user: port linux-user:ff8a8bbc2ad1 for variable page sizesWarner Losh2024-06-091-0/+12
* user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'Philippe Mathieu-Daudé2024-05-061-5/+1
* user: Forward declare TaskState type definitionPhilippe Mathieu-Daudé2024-05-061-2/+2
* exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-064-0/+4
* exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan2024-05-061-3/+3
* user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé2024-05-031-1/+1
* user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé2024-05-031-1/+1
* exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé2024-04-261-0/+1
* exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé2024-04-266-0/+6
* Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-251-1/+1
|\
| * hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé2024-04-251-1/+1
* | meson: Make DEBUG_REMAP a meson optionIlya Leoshkevich2024-04-241-4/+2
|/
* gdbstub: Save target's siginfoGustavo Romero2024-03-132-2/+5
* user: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-2/+1
* gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich2024-03-061-1/+2
* {linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich2024-03-061-1/+1
* {linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich2024-03-063-5/+7
* gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich2024-03-061-0/+1
* {linux,bsd}-user: Update ts_tid after fork()Ilya Leoshkevich2024-03-061-0/+1
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-063-11/+16
* cpu: Remove page_size_initRichard Henderson2024-02-292-0/+19
* *-user: Deprecate and disable -p pagesizeRichard Henderson2024-02-291-5/+6
* include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-291-2/+2
* cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé2024-01-191-2/+1
* cpu: Add generic cpu_list()Gavin Shan2024-01-051-4/+1
* configure, meson: rename targetos to host_osPaolo Bonzini2023-12-311-1/+1
* bsd-user: spelling fixes: necesary, agrument, undocummentedMichael Tokarev2023-11-153-5/+5
* hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé2023-11-071-1/+1
* target/arm: Move feature test functions to their own headerPeter Maydell2023-10-271-0/+1
* Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-10-053-16/+7
|\
| * build: Remove --enable-gprofRichard Henderson2023-10-042-8/+0
| * tcg: Split out tcg init functions to tcg/startup.hRichard Henderson2023-10-041-1/+1
| * tcg: Remove argument to tcg_prologue_initRichard Henderson2023-10-041-1/+1
| * accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-042-6/+5
* | bsd-user: Add stubs for vadvise(), sbrk() and sstk()Warner Losh2023-10-032-0/+30
* | bsd-user: Implement shmat(2) and shmdt(2)Stacey Son2023-10-034-1/+97