| Commit message (Expand) | Author | Age | Files | Lines |
* | bsd-user: Catch up to run-time reserved_va math |  Warner Losh | 2024-06-09 | 1 | -12/+27 |
* | bsd-user: port linux-user:ff8a8bbc2ad1 for variable page sizes |  Warner Losh | 2024-06-09 | 1 | -0/+12 |
* | user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h' |  Philippe Mathieu-Daudé | 2024-05-06 | 1 | -5/+1 |
* | user: Forward declare TaskState type definition |  Philippe Mathieu-Daudé | 2024-05-06 | 1 | -2/+2 |
* | exec/cpu: Extract page-protection definitions to page-protection.h |  Philippe Mathieu-Daudé | 2024-05-06 | 4 | -0/+4 |
* | exec/cpu: Rename PAGE_BITS macro to PAGE_RWX |  BALATON Zoltan | 2024-05-06 | 1 | -3/+3 |
* | user: Move 'thunk.h' from 'exec/user' to 'user' |  Philippe Mathieu-Daudé | 2024-05-03 | 1 | -1/+1 |
* | user: Move 'abitypes.h' from 'exec/user' to 'user' |  Philippe Mathieu-Daudé | 2024-05-03 | 1 | -1/+1 |
* | exec: Restrict inclusion of 'user/guest-base.h' |  Philippe Mathieu-Daudé | 2024-04-26 | 1 | -0/+1 |
* | exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h' |  Philippe Mathieu-Daudé | 2024-04-26 | 6 | -0/+6 |
* | Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging |  Richard Henderson | 2024-04-25 | 1 | -1/+1 |
|\ |
|
| * | hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc |  Philippe Mathieu-Daudé | 2024-04-25 | 1 | -1/+1 |
* | | meson: Make DEBUG_REMAP a meson option |  Ilya Leoshkevich | 2024-04-24 | 1 | -4/+2 |
|/ |
|
* | gdbstub: Save target's siginfo |  Gustavo Romero | 2024-03-13 | 2 | -2/+5 |
* | user: Prefer fast cpu_env() over slower CPU QOM cast macro |  Philippe Mathieu-Daudé | 2024-03-12 | 1 | -2/+1 |
* | gdbstub: Call gdbserver_fork() both in parent and in child |  Ilya Leoshkevich | 2024-03-06 | 1 | -1/+2 |
* | {linux,bsd}-user: Pass pid to gdbserver_fork() |  Ilya Leoshkevich | 2024-03-06 | 1 | -1/+1 |
* | {linux,bsd}-user: Pass pid to fork_end() |  Ilya Leoshkevich | 2024-03-06 | 3 | -5/+7 |
* | gdbstub: Introduce gdbserver_fork_start() |  Ilya Leoshkevich | 2024-03-06 | 1 | -0/+1 |
* | {linux,bsd}-user: Update ts_tid after fork() |  Ilya Leoshkevich | 2024-03-06 | 1 | -0/+1 |
* | {linux,bsd}-user: Introduce get_task_state() |  Ilya Leoshkevich | 2024-03-06 | 3 | -11/+16 |
* | cpu: Remove page_size_init |  Richard Henderson | 2024-02-29 | 2 | -0/+19 |
* | *-user: Deprecate and disable -p pagesize |  Richard Henderson | 2024-02-29 | 1 | -5/+6 |
* | include/qemu: Add TCGCPUOps typedef to typedefs.h |  Richard Henderson | 2024-01-29 | 1 | -2/+2 |
* | cli: Remove deprecated '-singlestep' command line option |  Philippe Mathieu-Daudé | 2024-01-19 | 1 | -2/+1 |
* | cpu: Add generic cpu_list() |  Gavin Shan | 2024-01-05 | 1 | -4/+1 |
* | configure, meson: rename targetos to host_os |  Paolo Bonzini | 2023-12-31 | 1 | -1/+1 |
* | bsd-user: spelling fixes: necesary, agrument, undocummented |  Michael Tokarev | 2023-11-15 | 3 | -5/+5 |
* | hw/cpu: Clean up global variable shadowing |  Philippe Mathieu-Daudé | 2023-11-07 | 1 | -1/+1 |
* | target/arm: Move feature test functions to their own header |  Peter Maydell | 2023-10-27 | 1 | -0/+1 |
* | Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into staging |  Stefan Hajnoczi | 2023-10-05 | 3 | -16/+7 |
|\ |
|
| * | build: Remove --enable-gprof |  Richard Henderson | 2023-10-04 | 2 | -8/+0 |
| * | tcg: Split out tcg init functions to tcg/startup.h |  Richard Henderson | 2023-10-04 | 1 | -1/+1 |
| * | tcg: Remove argument to tcg_prologue_init |  Richard Henderson | 2023-10-04 | 1 | -1/+1 |
| * | accel/tcg: Replace CPUState.env_ptr with cpu_env() |  Richard Henderson | 2023-10-04 | 2 | -6/+5 |
* | | bsd-user: Add stubs for vadvise(), sbrk() and sstk() |  Warner Losh | 2023-10-03 | 2 | -0/+30 |
* | | bsd-user: Implement shmat(2) and shmdt(2) |  Stacey Son | 2023-10-03 | 4 | -1/+97 |
* | | bsd-user: Implement shmctl(2) |  Stacey Son | 2023-10-03 | 2 | -0/+43 |
* | | bsd-user: Implement shm_unlink(2) and shmget(2) |  Stacey Son | 2023-10-03 | 2 | -0/+31 |
* | | bsd-user: Implement shm_open(2) |  Stacey Son | 2023-10-03 | 2 | -0/+29 |
* | | bsd-user: Implement do_obreak function |  Stacey Son | 2023-10-03 | 2 | -0/+52 |
* | | bsd-user: Implement mincore(2) |  Stacey Son | 2023-10-03 | 2 | -0/+27 |
* | | bsd-user: Implment madvise(2) to match the linux-user implementation. |  Karim Taha | 2023-10-03 | 3 | -0/+59 |
* | | bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2) |  Stacey Son | 2023-10-03 | 2 | -0/+57 |
* | | bsd-user: Implement msync(2) |  Stacey Son | 2023-10-03 | 2 | -0/+15 |
* | | bsd-user: Implement mprotect(2) |  Stacey Son | 2023-10-03 | 2 | -0/+11 |
* | | bsd-user: Implement mmap(2) and munmap(2) |  Stacey Son | 2023-10-03 | 2 | -0/+29 |
* | | bsd-user: Introduce bsd-mem.h to the source tree |  Stacey Son | 2023-10-03 | 2 | -0/+65 |
* | | bsd-user: Implement shmid_ds conversion between host and target. |  Stacey Son | 2023-10-03 | 1 | -0/+47 |
* | | bsd-user: Implement ipc_perm conversion between host and target. |  Stacey Son | 2023-10-03 | 1 | -0/+25 |