summaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)Author
2024-07-24bsd-user: Add target.h for aarch64.Warner Losh
2024-07-23bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stackWarner Losh
2024-07-23bsd-user: Sync fork_start/fork_end with linux-userJessica Clarke
2024-07-23bsd-user: Simplify the implementation of execveDoug Rabson
2024-07-23bsd-user:Add AArch64 improvements and signal handling functionsStacey Son
2024-07-23bsd-user:Add set_mcontext function for ARM AArch64Stacey Son
2024-07-23bsd-user:Add setup_sigframe_arch function for ARM AArch64Warner Losh
2024-07-23bsd-user:Add get_mcontext function for ARM AArch64Stacey Son
2024-07-23bsd-user:Add ARM AArch64 signal handling supportStacey Son
2024-07-23bsd-user:Add ARM AArch64 support and capabilitiesWarner Losh
2024-07-23bsd-user:Add AArch64 register handling and related functionsStacey Son
2024-07-23bsd-user:Add CPU initialization and management functionsStacey Son
2024-06-09bsd-user: Catch up to run-time reserved_va mathWarner Losh
2024-06-09bsd-user: port linux-user:ff8a8bbc2ad1 for variable page sizesWarner Losh
2024-05-06user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'Philippe Mathieu-Daudé
2024-05-06user: Forward declare TaskState type definitionPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan
2024-05-03user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé
2024-05-03user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé
2024-04-26exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé
2024-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-25hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé
2024-04-24meson: Make DEBUG_REMAP a meson optionIlya Leoshkevich
2024-03-13gdbstub: Save target's siginfoGustavo Romero
2024-03-12user: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-03-06gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich
2024-03-06{linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich
2024-03-06{linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich
2024-03-06gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich
2024-03-06{linux,bsd}-user: Update ts_tid after fork()Ilya Leoshkevich
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich
2024-02-29cpu: Remove page_size_initRichard Henderson
2024-02-29*-user: Deprecate and disable -p pagesizeRichard Henderson
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson
2024-01-19cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé
2024-01-05cpu: Add generic cpu_list()Gavin Shan
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini
2023-11-15bsd-user: spelling fixes: necesary, agrument, undocummentedMichael Tokarev
2023-11-07hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-10-04build: Remove --enable-gprofRichard Henderson
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03bsd-user: Add stubs for vadvise(), sbrk() and sstk()Warner Losh
2023-10-03bsd-user: Implement shmat(2) and shmdt(2)Stacey Son
2023-10-03bsd-user: Implement shmctl(2)Stacey Son