Age | Commit message (Expand) | Author | Files | Lines |
2024-03-06 | gdbstub: Call gdbserver_fork() both in parent and in child | Ilya Leoshkevich | 1 | -1/+2 |
2024-03-06 | {linux,bsd}-user: Pass pid to gdbserver_fork() | Ilya Leoshkevich | 1 | -1/+1 |
2024-03-06 | {linux,bsd}-user: Pass pid to fork_end() | Ilya Leoshkevich | 3 | -5/+7 |
2024-03-06 | gdbstub: Introduce gdbserver_fork_start() | Ilya Leoshkevich | 1 | -0/+1 |
2024-03-06 | {linux,bsd}-user: Update ts_tid after fork() | Ilya Leoshkevich | 1 | -0/+1 |
2024-03-06 | {linux,bsd}-user: Introduce get_task_state() | Ilya Leoshkevich | 3 | -11/+16 |
2024-02-29 | cpu: Remove page_size_init | Richard Henderson | 2 | -0/+19 |
2024-02-29 | *-user: Deprecate and disable -p pagesize | Richard Henderson | 1 | -5/+6 |
2024-01-29 | include/qemu: Add TCGCPUOps typedef to typedefs.h | Richard Henderson | 1 | -2/+2 |
2024-01-19 | cli: Remove deprecated '-singlestep' command line option | Philippe Mathieu-Daudé | 1 | -2/+1 |
2024-01-05 | cpu: Add generic cpu_list() | Gavin Shan | 1 | -4/+1 |
2023-12-31 | configure, meson: rename targetos to host_os | Paolo Bonzini | 1 | -1/+1 |
2023-11-15 | bsd-user: spelling fixes: necesary, agrument, undocummented | Michael Tokarev | 3 | -5/+5 |
2023-11-07 | hw/cpu: Clean up global variable shadowing | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-10-27 | target/arm: Move feature test functions to their own header | Peter Maydell | 1 | -0/+1 |
2023-10-05 | Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into staging | Stefan Hajnoczi | 3 | -16/+7 |
2023-10-04 | build: Remove --enable-gprof | Richard Henderson | 2 | -8/+0 |
2023-10-04 | tcg: Split out tcg init functions to tcg/startup.h | Richard Henderson | 1 | -1/+1 |
2023-10-04 | tcg: Remove argument to tcg_prologue_init | Richard Henderson | 1 | -1/+1 |
2023-10-04 | accel/tcg: Replace CPUState.env_ptr with cpu_env() | Richard Henderson | 2 | -6/+5 |
2023-10-03 | bsd-user: Add stubs for vadvise(), sbrk() and sstk() | Warner Losh | 2 | -0/+30 |
2023-10-03 | bsd-user: Implement shmat(2) and shmdt(2) | Stacey Son | 4 | -1/+97 |
2023-10-03 | bsd-user: Implement shmctl(2) | Stacey Son | 2 | -0/+43 |
2023-10-03 | bsd-user: Implement shm_unlink(2) and shmget(2) | Stacey Son | 2 | -0/+31 |
2023-10-03 | bsd-user: Implement shm_open(2) | Stacey Son | 2 | -0/+29 |
2023-10-03 | bsd-user: Implement do_obreak function | Stacey Son | 2 | -0/+52 |
2023-10-03 | bsd-user: Implement mincore(2) | Stacey Son | 2 | -0/+27 |
2023-10-03 | bsd-user: Implment madvise(2) to match the linux-user implementation. | Karim Taha | 3 | -0/+59 |
2023-10-03 | bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minheri... | Stacey Son | 2 | -0/+57 |
2023-10-03 | bsd-user: Implement msync(2) | Stacey Son | 2 | -0/+15 |
2023-10-03 | bsd-user: Implement mprotect(2) | Stacey Son | 2 | -0/+11 |
2023-10-03 | bsd-user: Implement mmap(2) and munmap(2) | Stacey Son | 2 | -0/+29 |
2023-10-03 | bsd-user: Introduce bsd-mem.h to the source tree | Stacey Son | 2 | -0/+65 |
2023-10-03 | bsd-user: Implement shmid_ds conversion between host and target. | Stacey Son | 1 | -0/+47 |
2023-10-03 | bsd-user: Implement ipc_perm conversion between host and target. | Stacey Son | 1 | -0/+25 |
2023-10-03 | bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c | Stacey Son | 2 | -4/+32 |
2023-10-03 | bsd-user: Add bsd-mem.c to meson.build | Karim Taha | 2 | -0/+1 |
2023-10-03 | bsd-user: Implement shm_rename(2) system call | Kyle Evans | 2 | -0/+30 |
2023-10-03 | bsd-user: Implement shm_open2(2) system call | Karim Taha | 2 | -6/+62 |
2023-10-03 | bsd-user: Introduce freebsd/os-misc.h to the source tree | Stacey Son | 1 | -0/+28 |
2023-10-03 | bsd-user: Declarations for ipc_perm and shmid_ds conversion functions | Stacey Son | 1 | -0/+20 |
2023-10-03 | bsd-user: Implement struct target_shmid_ds | Stacey Son | 1 | -0/+20 |
2023-10-03 | bsd-user: Implement struct target_ipc_perm | Stacey Son | 1 | -0/+17 |
2023-10-03 | bsd-user: Implement pdfork(2) system call. | Stacey Son | 2 | -0/+36 |
2023-10-03 | bsd-user: Implement rfork(2) system call. | Stacey Son | 2 | -0/+43 |
2023-10-03 | bsd-user: Implement fork(2) and vfork(2) system calls. | Stacey Son | 2 | -0/+42 |
2023-10-03 | bsd-user: Implement pdgetpid(2) and the undocumented setugid. | Stacey Son | 2 | -0/+31 |
2023-10-03 | bsd-user: Implement setloginclass(2) and getloginclass(2) system calls. | Stacey Son | 2 | -0/+40 |
2023-10-03 | bsd-user: Implement wait4(2) and wait6(2) system calls. | Stacey Son | 2 | -0/+99 |
2023-10-03 | bsd-user: Implement execve(2) and fexecve(2) system calls. | Karim Taha | 2 | -1/+59 |