aboutsummaryrefslogtreecommitdiffstats
path: root/bsd-user (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | bsd-user: Implement shmctl(2)Stacey Son2023-10-032-0/+43
* | bsd-user: Implement shm_unlink(2) and shmget(2)Stacey Son2023-10-032-0/+31
* | bsd-user: Implement shm_open(2)Stacey Son2023-10-032-0/+29
* | bsd-user: Implement do_obreak functionStacey Son2023-10-032-0/+52
* | bsd-user: Implement mincore(2)Stacey Son2023-10-032-0/+27
* | bsd-user: Implment madvise(2) to match the linux-user implementation.Karim Taha2023-10-033-0/+59
* | bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2)Stacey Son2023-10-032-0/+57
* | bsd-user: Implement msync(2)Stacey Son2023-10-032-0/+15
* | bsd-user: Implement mprotect(2)Stacey Son2023-10-032-0/+11
* | bsd-user: Implement mmap(2) and munmap(2)Stacey Son2023-10-032-0/+29
* | bsd-user: Introduce bsd-mem.h to the source treeStacey Son2023-10-032-0/+65
* | bsd-user: Implement shmid_ds conversion between host and target.Stacey Son2023-10-031-0/+47
* | bsd-user: Implement ipc_perm conversion between host and target.Stacey Son2023-10-031-0/+25