aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-09linux-user: Adjust comment to reflect the code.Warner Losh1-4/+4
2024-04-26exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé1-0/+1
2024-04-09linux-user: replace calloc() with g_new0()Nguyen Dinh Phi1-5/+1
2024-03-13gdbstub: Save target's siginfoGustavo Romero1-1/+1
2024-03-13gdbstub: Rename back gdb_handlesigGustavo Romero1-1/+1
2024-03-06gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich1-1/+1
2024-03-06{linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich1-1/+1
2024-03-06{linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich1-1/+3
2024-03-06gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich1-0/+1
2024-03-06{linux,bsd}-user: Update ts_tid after fork()Ilya Leoshkevich1-0/+1
2024-02-29linux-user: Bound mmap_min_addr by host page sizeRichard Henderson1-1/+1
2024-02-29linux-user: Allow TARGET_PAGE_BITS_VARYRichard Henderson1-3/+13
2024-02-29*-user: Deprecate and disable -p pagesizeRichard Henderson1-6/+6
2024-02-29linux-user: Remove qemu_host_page_size from mainRichard Henderson1-4/+6
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich1-1/+1
2024-01-19cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé1-2/+0
2023-11-07hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson1-1/+1
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson1-1/+1
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-2/+2
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson1-0/+15
2023-08-08linux-user: Adjust task_unmapped_base for reserved_vaRichard Henderson1-0/+28
2023-08-06linux-user: Properly set image_info.brk in flatloadRichard Henderson1-2/+0
2023-06-13linux-user, bsd-user: Preserve incoming order of environment variables in the...Andreas Schwab1-1/+9
2023-05-17Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...Richard Henderson1-4/+1
2023-05-17linux-user/main: Use list_cpus() instead of cpu_list()Thomas Huth1-4/+1
2023-05-02linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell1-3/+6
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell1-1/+0
2023-05-02make one-insn-per-tb an accel optionPeter Maydell1-2/+6
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson1-14/+13
2023-03-28linux-user: Diagnose misaligned -R sizeRichard Henderson1-0/+6
2023-03-12Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell1-0/+14
2023-03-10linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn1-0/+8
2023-03-10linux-user: Fix access to /proc/self/exeHelge Deller1-0/+6
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée1-0/+1
2023-02-21linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich1-4/+6
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich1-0/+15
2022-10-06plugins: add [pre|post]fork helpers to linux-userAlex Bennée1-0/+2
2022-09-27linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller1-2/+7
2022-06-28semihosting: Create qemu_semihosting_guestfd_initRichard Henderson1-0/+9
2022-05-23linux-user: Clean up arg_start/arg_end confusionRichard Henderson1-2/+2
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-1/+1
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-1/+0
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth1-1/+0
2022-04-20linux-user: Use qemu_set_log_filename_flagsRichard Henderson1-6/+5
2022-04-20linux-user: Expand log_page_dump inlineRichard Henderson1-15/+30
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson1-1/+1
2022-04-20util/log: Drop manual log bufferingRichard Henderson1-1/+0
2022-01-28linux-user: Implement starttime field in self stat emulationCameron Esfahani1-0/+14
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell1-0/+5