- 52a523a bsd-user: Set TaskState ts_tid for initial threads by Jessica Clarke · 8 months ago
- 8997452 bsd-user/main: Allow setting tb-size by Ilya Leoshkevich · 7 months ago
- 1f31243 bsd-user/x86_64/target_arch_thread.h: Align stack by Ilya Leoshkevich · 7 months ago
- 4c492b4 bsd-user: Implement set_mcontext and get_ucontext_sigreturn for RISCV by Mark Corbin · 5 months ago
- e185844 bsd-user: Implement 'get_mcontext' for RISC-V by Mark Corbin · 5 months ago
- 2931709 bsd-user: Implement RISC-V signal trampoline setup functions by Mark Corbin · 5 months ago
- 07e2671 bsd-user: Define RISC-V signal handling structures and constants by Mark Corbin · 5 months ago
- 25b08c4 bsd-user: Add generic RISC-V64 target definitions by Warner Losh · 5 months ago
- 9cc1a9c bsd-user: Define RISC-V system call structures and constants by Mark Corbin · 5 months ago
- 9f57fb9 bsd-user: Define RISC-V VM parameters and helper functions by Mark Corbin · 5 months ago
- 9aae5dc bsd-user: Add RISC-V thread setup and initialization support by Mark Corbin · 5 months ago
- 207e80c bsd-user: Implement RISC-V sysarch system call emulation by Mark Corbin · 5 months ago
- 6402325 bsd-user: Add RISC-V signal trampoline setup function by Mark Corbin · 5 months ago
- 2bf7922 bsd-user: Define RISC-V register structures and register copying by Mark Corbin · 5 months ago
- 8951b87 bsd-user: Add RISC-V ELF definitions and hardware capability detection by Mark Corbin · 5 months ago
- 83726b7 bsd-user: Implement RISC-V TLS register setup by Mark Corbin · 5 months ago
- 5341bf6 bsd-user: Implement RISC-V CPU register cloning and reset functions by Mark Corbin · 5 months ago
- 92c1561 bsd-user: Add RISC-V CPU execution loop and syscall handling by Mark Corbin · 5 months ago
- 9d49b1c bsd-user: Implement RISC-V CPU initialization and main loop by Mark Corbin · 5 months ago
- 5b73b24 bsd-user: Handle short reads in mmap_h_gt_g by Richard Henderson · 6 months ago
- ec018b7 bsd-user: Add target.h for aarch64. by Warner Losh · 7 months ago
- 5fa2a10 bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stack by Warner Losh · 8 months ago
- 5b6828d bsd-user: Sync fork_start/fork_end with linux-user by Jessica Clarke · 8 months ago
- e6e102b bsd-user: Simplify the implementation of execve by Doug Rabson · 2 years, 3 months ago
- ce6c541 bsd-user:Add AArch64 improvements and signal handling functions by Stacey Son · 8 months ago
- dadfc6d bsd-user:Add set_mcontext function for ARM AArch64 by Stacey Son · 8 months ago
- c88f44d bsd-user:Add setup_sigframe_arch function for ARM AArch64 by Warner Losh · 8 months ago
- 9959fae bsd-user:Add get_mcontext function for ARM AArch64 by Stacey Son · 8 months ago
- 7dba5e1 bsd-user:Add ARM AArch64 signal handling support by Stacey Son · 8 months ago
- 1541d87 bsd-user:Add ARM AArch64 support and capabilities by Warner Losh · 8 months ago
- 1acce77 bsd-user:Add AArch64 register handling and related functions by Stacey Son · 8 months ago
- 8cbb4fc bsd-user:Add CPU initialization and management functions by Stacey Son · 8 months ago
- cb4c259 bsd-user: Catch up to run-time reserved_va math by Warner Losh · 9 months ago
- ba37954 bsd-user: port linux-user:ff8a8bbc2ad1 for variable page sizes by Warner Losh · 9 months ago
- 8019601 user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h' by Philippe Mathieu-Daudé · 10 months ago
- ef932e2 user: Forward declare TaskState type definition by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 74781c0 exec/cpu: Extract page-protection definitions to page-protection.h by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 86b7c55 exec/cpu: Rename PAGE_BITS macro to PAGE_RWX by BALATON Zoltan · 10 months ago
- 4e11165 user: Move 'thunk.h' from 'exec/user' to 'user' by Philippe Mathieu-Daudé · 11 months ago
- 22879b6 user: Move 'abitypes.h' from 'exec/user' to 'user' by Philippe Mathieu-Daudé · 11 months ago
- 16aa8ea exec: Restrict inclusion of 'user/guest-base.h' by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 8272386 exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h' by Philippe Mathieu-Daudé · 1 year, 3 months ago
- a118c4a Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging by Richard Henderson · 10 months ago
- 159fb79 hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc by Philippe Mathieu-Daudé · 10 months ago
- 1f2355f meson: Make DEBUG_REMAP a meson option by Ilya Leoshkevich · 12 months ago
- f84e313 gdbstub: Save target's siginfo by Gustavo Romero · 12 months ago
- 42e62aa user: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 1 year, 1 month ago
- 6604b05 gdbstub: Call gdbserver_fork() both in parent and in child by Ilya Leoshkevich · 12 months ago
- 9d456e0 {linux,bsd}-user: Pass pid to gdbserver_fork() by Ilya Leoshkevich · 12 months ago
- 4edc98f {linux,bsd}-user: Pass pid to fork_end() by Ilya Leoshkevich · 12 months ago
- 3d6ed98 gdbstub: Introduce gdbserver_fork_start() by Ilya Leoshkevich · 12 months ago
- d4e1369 {linux,bsd}-user: Update ts_tid after fork() by Ilya Leoshkevich · 12 months ago
- e4e5cb4 {linux,bsd}-user: Introduce get_task_state() by Ilya Leoshkevich · 12 months ago
- 8c45039 cpu: Remove page_size_init by Richard Henderson · 1 year, 2 months ago
- 01e4498 *-user: Deprecate and disable -p pagesize by Richard Henderson · 1 year, 2 months ago
- 1764ad7 include/qemu: Add TCGCPUOps typedef to typedefs.h by Richard Henderson · 1 year, 1 month ago
- c61a0d3 cli: Remove deprecated '-singlestep' command line option by Philippe Mathieu-Daudé · 1 year, 1 month ago
- dfa4753 cpu: Add generic cpu_list() by Gavin Shan · 1 year, 3 months ago
- d0cda6f configure, meson: rename targetos to host_os by Paolo Bonzini · 1 year, 4 months ago
- 9bfba08 bsd-user: spelling fixes: necesary, agrument, undocummented by Michael Tokarev · 1 year, 3 months ago
- 3c55dd5 hw/cpu: Clean up global variable shadowing by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 5a53431 target/arm: Move feature test functions to their own header by Peter Maydell · 1 year, 4 months ago
- 800af0a Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
- a0bc599 build: Remove --enable-gprof by Richard Henderson · 1 year, 5 months ago
- d7ec12f tcg: Split out tcg init functions to tcg/startup.h by Richard Henderson · 1 year, 5 months ago
- 935f75a tcg: Remove argument to tcg_prologue_init by Richard Henderson · 1 year, 5 months ago
- b77af26 accel/tcg: Replace CPUState.env_ptr with cpu_env() by Richard Henderson · 1 year, 6 months ago
- dfa1d91 bsd-user: Add stubs for vadvise(), sbrk() and sstk() by Warner Losh · 1 year, 5 months ago
- 4e00b7d bsd-user: Implement shmat(2) and shmdt(2) by Stacey Son · 1 year, 5 months ago
- f9bbe3c bsd-user: Implement shmctl(2) by Stacey Son · 1 year, 5 months ago
- 9d14db1 bsd-user: Implement shm_unlink(2) and shmget(2) by Stacey Son · 1 year, 5 months ago
- 4f0be68 bsd-user: Implement shm_open(2) by Stacey Son · 1 year, 5 months ago
- a99d740 bsd-user: Implement do_obreak function by Stacey Son · 1 year, 5 months ago
- 83b045a bsd-user: Implement mincore(2) by Stacey Son · 1 year, 5 months ago
- 0c1ced4 bsd-user: Implment madvise(2) to match the linux-user implementation. by Karim Taha · 1 year, 5 months ago
- 0a49ef0 bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2) by Stacey Son · 1 year, 5 months ago
- f28a1e4 bsd-user: Implement msync(2) by Stacey Son · 1 year, 5 months ago
- ecbe224 bsd-user: Implement mprotect(2) by Stacey Son · 1 year, 5 months ago
- 87dcb4a bsd-user: Implement mmap(2) and munmap(2) by Stacey Son · 1 year, 5 months ago
- 6765e98 bsd-user: Introduce bsd-mem.h to the source tree by Stacey Son · 1 year, 5 months ago
- bd2b731 bsd-user: Implement shmid_ds conversion between host and target. by Stacey Son · 1 year, 5 months ago
- 86fbb44 bsd-user: Implement ipc_perm conversion between host and target. by Stacey Son · 1 year, 5 months ago
- c9cdf0a bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c by Stacey Son · 1 year, 5 months ago
- dde5f40 bsd-user: Add bsd-mem.c to meson.build by Karim Taha · 1 year, 5 months ago
- 182ea72 bsd-user: Implement shm_rename(2) system call by Kyle Evans · 1 year, 5 months ago
- 0c35298 bsd-user: Implement shm_open2(2) system call by Karim Taha · 1 year, 5 months ago
- 137d963 bsd-user: Introduce freebsd/os-misc.h to the source tree by Stacey Son · 1 year, 5 months ago
- 1d4c402 bsd-user: Declarations for ipc_perm and shmid_ds conversion functions by Stacey Son · 1 year, 5 months ago
- 695cb91 bsd-user: Implement struct target_shmid_ds by Stacey Son · 1 year, 5 months ago
- 61a8f11 bsd-user: Implement struct target_ipc_perm by Stacey Son · 1 year, 5 months ago
- 6756ae2 bsd-user: Implement pdfork(2) system call. by Stacey Son · 1 year, 5 months ago
- 510eecb bsd-user: Implement rfork(2) system call. by Stacey Son · 1 year, 5 months ago
- 831a5a7 bsd-user: Implement fork(2) and vfork(2) system calls. by Stacey Son · 1 year, 5 months ago
- 0571e3f bsd-user: Implement pdgetpid(2) and the undocumented setugid. by Stacey Son · 1 year, 5 months ago
- 159e5b0 bsd-user: Implement setloginclass(2) and getloginclass(2) system calls. by Stacey Son · 1 year, 5 months ago
- ae50288 bsd-user: Implement wait4(2) and wait6(2) system calls. by Stacey Son · 1 year, 5 months ago
- 36999e6 bsd-user: Implement execve(2) and fexecve(2) system calls. by Karim Taha · 1 year, 5 months ago
- dcaa3df bsd-user: Implement procctl(2) along with necessary conversion functions. by Stacey Son · 1 year, 5 months ago
- 8632729 bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve. by Stacey Son · 1 year, 5 months ago
- 84d41c5 bsd-user: Implement get_filename_from_fd. by Karim Taha · 1 year, 5 months ago