Age | Commit message (Expand) | Author |
2024-07-30 | linux-user/main: Check errno when getting AT_EXECFD | Vivian Wang |
2024-07-05 | linux-user/main: Suppress out-of-range comparison warning for clang | Richard Henderson |
2024-06-09 | linux-user: Adjust comment to reflect the code. | Warner Losh |
2024-04-26 | exec: Restrict inclusion of 'user/guest-base.h' | Philippe Mathieu-Daudé |
2024-04-09 | linux-user: replace calloc() with g_new0() | Nguyen Dinh Phi |
2024-03-13 | gdbstub: Save target's siginfo | Gustavo Romero |
2024-03-13 | gdbstub: Rename back gdb_handlesig | Gustavo Romero |
2024-03-06 | gdbstub: Call gdbserver_fork() both in parent and in child | Ilya 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-06 | gdbstub: Introduce gdbserver_fork_start() | Ilya Leoshkevich |
2024-03-06 | {linux,bsd}-user: Update ts_tid after fork() | Ilya Leoshkevich |
2024-02-29 | linux-user: Bound mmap_min_addr by host page size | Richard Henderson |
2024-02-29 | linux-user: Allow TARGET_PAGE_BITS_VARY | Richard Henderson |
2024-02-29 | *-user: Deprecate and disable -p pagesize | Richard Henderson |
2024-02-29 | linux-user: Remove qemu_host_page_size from main | Richard Henderson |
2024-01-29 | accel/tcg: Move perf and debuginfo support to tcg/ | Ilya Leoshkevich |
2024-01-19 | cli: Remove deprecated '-singlestep' command line option | Philippe Mathieu-Daudé |
2023-11-07 | hw/cpu: Clean up global variable shadowing | Philippe Mathieu-Daudé |
2023-10-04 | tcg: Split out tcg init functions to tcg/startup.h | Richard Henderson |
2023-10-04 | tcg: Remove argument to tcg_prologue_init | Richard Henderson |
2023-10-04 | accel/tcg: Replace CPUState.env_ptr with cpu_env() | Richard Henderson |
2023-08-08 | linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h | Richard Henderson |
2023-08-08 | linux-user: Adjust task_unmapped_base for reserved_va | Richard Henderson |
2023-08-06 | linux-user: Properly set image_info.brk in flatload | Richard Henderson |
2023-06-13 | linux-user, bsd-user: Preserve incoming order of environment variables in the... | Andreas Schwab |
2023-05-17 | Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu... | Richard Henderson |
2023-05-17 | linux-user/main: Use list_cpus() instead of cpu_list() | Thomas Huth |
2023-05-02 | linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep' | Peter Maydell |
2023-05-02 | accel/tcg: Use one_insn_per_tb global instead of old singlestep global | Peter Maydell |
2023-05-02 | make one-insn-per-tb an accel option | Peter Maydell |
2023-03-28 | include/exec: Change reserved_va semantics to last byte | Richard Henderson |
2023-03-28 | linux-user: Diagnose misaligned -R size | Richard Henderson |
2023-03-12 | Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv... | Peter Maydell |
2023-03-10 | linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64 | fanwj@mail.ustc.edu.cn |
2023-03-10 | linux-user: Fix access to /proc/self/exe | Helge Deller |
2023-03-07 | gdbstub: move chunks of user code into own files | Alex Bennée |
2023-02-21 | linux-user: Always exit from exclusive state in fork_end() | Ilya Leoshkevich |
2023-01-16 | tcg: add perfmap and jitdump | Ilya Leoshkevich |
2022-10-06 | plugins: add [pre|post]fork helpers to linux-user | Alex Bennée |
2022-09-27 | linux-user/hppa: Increase guest stack size to 80MB for hppa target | Helge Deller |
2022-06-28 | semihosting: Create qemu_semihosting_guestfd_init | Richard Henderson |
2022-05-23 | linux-user: Clean up arg_start/arg_end confusion | Richard Henderson |
2022-04-21 | include: rename qemu-common.h qemu/help-texts.h | Marc-André Lureau |
2022-04-20 | Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson |
2022-04-20 | Don't include sysemu/tcg.h if it is not necessary | Thomas Huth |
2022-04-20 | linux-user: Use qemu_set_log_filename_flags | Richard Henderson |
2022-04-20 | linux-user: Expand log_page_dump inline | Richard Henderson |
2022-04-20 | util/log: Pass Error pointer to qemu_set_log | Richard Henderson |
2022-04-20 | util/log: Drop manual log buffering | Richard Henderson |