summary refs log tree commit diff stats
path: root/linux-user/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé2024-04-261-0/+1
* linux-user: replace calloc() with g_new0()Nguyen Dinh Phi2024-04-091-5/+1
* gdbstub: Save target's siginfoGustavo Romero2024-03-131-1/+1
* gdbstub: Rename back gdb_handlesigGustavo Romero2024-03-131-1/+1
* gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich2024-03-061-1/+1
* {linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich2024-03-061-1/+1
* {linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich2024-03-061-1/+3
* gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich2024-03-061-0/+1
* {linux,bsd}-user: Update ts_tid after fork()Ilya Leoshkevich2024-03-061-0/+1
* linux-user: Bound mmap_min_addr by host page sizeRichard Henderson2024-02-291-1/+1
* linux-user: Allow TARGET_PAGE_BITS_VARYRichard Henderson2024-02-291-3/+13
* *-user: Deprecate and disable -p pagesizeRichard Henderson2024-02-291-6/+6
* linux-user: Remove qemu_host_page_size from mainRichard Henderson2024-02-291-4/+6
* accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich2024-01-291-1/+1
* cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé2024-01-191-2/+0
* hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé2023-11-071-1/+1
* tcg: Split out tcg init functions to tcg/startup.hRichard Henderson2023-10-041-1/+1
* tcg: Remove argument to tcg_prologue_initRichard Henderson2023-10-041-1/+1
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-2/+2
* linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+15
* linux-user: Adjust task_unmapped_base for reserved_vaRichard Henderson2023-08-081-0/+28
* linux-user: Properly set image_info.brk in flatloadRichard Henderson2023-08-061-2/+0
* linux-user, bsd-user: Preserve incoming order of environment variables in the...Andreas Schwab2023-06-131-1/+9
* Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...Richard Henderson2023-05-171-4/+1
|\
| * linux-user/main: Use list_cpus() instead of cpu_list()Thomas Huth2023-05-171-4/+1
* | linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell2023-05-021-3/+6
* | accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell2023-05-021-1/+0
* | make one-insn-per-tb an accel optionPeter Maydell2023-05-021-2/+6
|/
* include/exec: Change reserved_va semantics to last byteRichard Henderson2023-03-281-14/+13
* linux-user: Diagnose misaligned -R sizeRichard Henderson2023-03-281-0/+6
* Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell2023-03-121-0/+14
|\
| * linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn2023-03-101-0/+8
| * linux-user: Fix access to /proc/self/exeHelge Deller2023-03-101-0/+6
* | gdbstub: move chunks of user code into own filesAlex Bennée2023-03-071-0/+1
|/
* linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich2023-02-211-4/+6
* tcg: add perfmap and jitdumpIlya Leoshkevich2023-01-161-0/+15
* plugins: add [pre|post]fork helpers to linux-userAlex Bennée2022-10-061-0/+2
* linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller2022-09-271-2/+7
* semihosting: Create qemu_semihosting_guestfd_initRichard Henderson2022-06-281-0/+9
* linux-user: Clean up arg_start/arg_end confusionRichard Henderson2022-05-231-2/+2
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-04-201-1/+0
|\
| * Don't include sysemu/tcg.h if it is not necessaryThomas Huth2022-04-201-1/+0
* | linux-user: Use qemu_set_log_filename_flagsRichard Henderson2022-04-201-6/+5
* | linux-user: Expand log_page_dump inlineRichard Henderson2022-04-201-15/+30
* | util/log: Pass Error pointer to qemu_set_logRichard Henderson2022-04-201-1/+1
* | util/log: Drop manual log bufferingRichard Henderson2022-04-201-1/+0
|/
* linux-user: Implement starttime field in self stat emulationCameron Esfahani2022-01-281-0/+14
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell2021-09-161-0/+5
|\
| * linux-user: Don't include gdbstub.h in qemu.hPeter Maydell2021-09-131-0/+1