aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)Author
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
2023-10-03bsd-user: Implement shm_unlink(2) and shmget(2)Stacey Son
2023-10-03bsd-user: Implement shm_open(2)Stacey Son
2023-10-03bsd-user: Implement do_obreak functionStacey Son
2023-10-03bsd-user: Implement mincore(2)Stacey Son
2023-10-03bsd-user: Implment madvise(2) to match the linux-user implementation.Karim Taha
2023-10-03bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minheri...Stacey Son
2023-10-03bsd-user: Implement msync(2)Stacey Son
2023-10-03bsd-user: Implement mprotect(2)Stacey Son
2023-10-03bsd-user: Implement mmap(2) and munmap(2)Stacey Son
2023-10-03bsd-user: Introduce bsd-mem.h to the source treeStacey Son
2023-10-03bsd-user: Implement shmid_ds conversion between host and target.Stacey Son
2023-10-03bsd-user: Implement ipc_perm conversion between host and target.Stacey Son
2023-10-03bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.cStacey Son
2023-10-03bsd-user: Add bsd-mem.c to meson.buildKarim Taha
2023-10-03bsd-user: Implement shm_rename(2) system callKyle Evans
2023-10-03bsd-user: Implement shm_open2(2) system callKarim Taha
2023-10-03bsd-user: Introduce freebsd/os-misc.h to the source treeStacey Son
2023-10-03bsd-user: Declarations for ipc_perm and shmid_ds conversion functionsStacey Son
2023-10-03bsd-user: Implement struct target_shmid_dsStacey Son
2023-10-03bsd-user: Implement struct target_ipc_permStacey Son
2023-10-03bsd-user: Implement pdfork(2) system call.Stacey Son
2023-10-03bsd-user: Implement rfork(2) system call.Stacey Son
2023-10-03bsd-user: Implement fork(2) and vfork(2) system calls.Stacey Son
2023-10-03bsd-user: Implement pdgetpid(2) and the undocumented setugid.Stacey Son
2023-10-03bsd-user: Implement setloginclass(2) and getloginclass(2) system calls.Stacey Son