aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
2024-11-05linux-user: Allow custom rt signal mappingsIlya Leoshkevich
2024-07-30linux-user/main: Check errno when getting AT_EXECFDVivian Wang
2024-07-05linux-user/main: Suppress out-of-range comparison warning for clangRichard Henderson
2024-06-09linux-user: Adjust comment to reflect the code.Warner Losh
2024-04-26exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé
2024-04-09linux-user: replace calloc() with g_new0()Nguyen Dinh Phi
2024-03-13gdbstub: Save target's siginfoGustavo Romero
2024-03-13gdbstub: Rename back gdb_handlesigGustavo Romero
2024-03-06gdbstub: Call gdbserver_fork() both in parent and in childIlya 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-06gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich
2024-03-06{linux,bsd}-user: Update ts_tid after fork()Ilya Leoshkevich
2024-02-29linux-user: Bound mmap_min_addr by host page sizeRichard Henderson
2024-02-29linux-user: Allow TARGET_PAGE_BITS_VARYRichard Henderson
2024-02-29*-user: Deprecate and disable -p pagesizeRichard Henderson
2024-02-29linux-user: Remove qemu_host_page_size from mainRichard Henderson
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich
2024-01-19cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé
2023-11-07hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson
2023-08-08linux-user: Adjust task_unmapped_base for reserved_vaRichard Henderson
2023-08-06linux-user: Properly set image_info.brk in flatloadRichard Henderson
2023-06-13linux-user, bsd-user: Preserve incoming order of environment variables in the...Andreas Schwab
2023-05-17Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...Richard Henderson
2023-05-17linux-user/main: Use list_cpus() instead of cpu_list()Thomas Huth
2023-05-02linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell
2023-05-02make one-insn-per-tb an accel optionPeter Maydell
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson
2023-03-28linux-user: Diagnose misaligned -R sizeRichard Henderson
2023-03-12Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell
2023-03-10linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn
2023-03-10linux-user: Fix access to /proc/self/exeHelge Deller
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée
2023-02-21linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich
2022-10-06plugins: add [pre|post]fork helpers to linux-userAlex Bennée
2022-09-27linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller
2022-06-28semihosting: Create qemu_semihosting_guestfd_initRichard Henderson
2022-05-23linux-user: Clean up arg_start/arg_end confusionRichard Henderson
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth
2022-04-20linux-user: Use qemu_set_log_filename_flagsRichard Henderson
2022-04-20linux-user: Expand log_page_dump inlineRichard Henderson
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson