aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-29cpu: Remove page_size_initRichard Henderson2-0/+19
2024-02-29*-user: Deprecate and disable -p pagesizeRichard Henderson1-5/+6
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-2/+2
2024-01-19cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé1-2/+1
2024-01-05cpu: Add generic cpu_list()Gavin Shan1-4/+1
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini1-1/+1
2023-11-15bsd-user: spelling fixes: necesary, agrument, undocummentedMichael Tokarev3-5/+5
2023-11-07hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell1-0/+1
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi3-16/+7
2023-10-04build: Remove --enable-gprofRichard Henderson2-8/+0
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson1-1/+1
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson1-1/+1
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2-6/+5
2023-10-03bsd-user: Add stubs for vadvise(), sbrk() and sstk()Warner Losh2-0/+30
2023-10-03bsd-user: Implement shmat(2) and shmdt(2)Stacey Son4-1/+97
2023-10-03bsd-user: Implement shmctl(2)Stacey Son2-0/+43
2023-10-03bsd-user: Implement shm_unlink(2) and shmget(2)Stacey Son2-0/+31
2023-10-03bsd-user: Implement shm_open(2)Stacey Son2-0/+29
2023-10-03bsd-user: Implement do_obreak functionStacey Son2-0/+52
2023-10-03bsd-user: Implement mincore(2)Stacey Son2-0/+27
2023-10-03bsd-user: Implment madvise(2) to match the linux-user implementation.Karim Taha3-0/+59
2023-10-03bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minheri...Stacey Son2-0/+57
2023-10-03bsd-user: Implement msync(2)Stacey Son2-0/+15
2023-10-03bsd-user: Implement mprotect(2)Stacey Son2-0/+11
2023-10-03bsd-user: Implement mmap(2) and munmap(2)Stacey Son2-0/+29
2023-10-03bsd-user: Introduce bsd-mem.h to the source treeStacey Son2-0/+65
2023-10-03bsd-user: Implement shmid_ds conversion between host and target.Stacey Son1-0/+47
2023-10-03bsd-user: Implement ipc_perm conversion between host and target.Stacey Son1-0/+25