summary refs log tree commit diff stats
path: root/linux-user/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Create do_init_main_threadRichard Henderson2025-08-281-7/+3
* linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2025-08-281-2/+1
* accel: Extract AccelClass definition to 'accel/accel-ops.h'Philippe Mathieu-Daudé2025-07-151-0/+1
* linux-user: Hold the fd-trans lock across forkGeoffrey Thomas2025-07-101-0/+2
* accel: Propagate AccelState to AccelClass::init_machine()Philippe Mathieu-Daudé2025-07-041-1/+1
* include/user: Convert GUEST_ADDR_MAX to a variableRichard Henderson2025-05-051-0/+8
* include: Remove 'exec/exec-all.h'Philippe Mathieu-Daudé2025-04-301-1/+0
* linux-user/main: Allow setting tb-sizeIlya Leoshkevich2025-03-071-0/+12
* gdbstub: Allow late attachmentIlya Leoshkevich2025-02-101-1/+0
* system: propagate Error to gdbserver_start (and other device setups)Alex Bennée2025-01-171-5/+1
* user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé2024-12-201-1/+1
* accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/4)Philippe Mathieu-Daudé2024-12-201-0/+1
* linux-user: Allow custom rt signal mappingsIlya Leoshkevich2024-11-051-1/+11
* linux-user/main: Check errno when getting AT_EXECFDVivian Wang2024-07-301-1/+2
* linux-user/main: Suppress out-of-range comparison warning for clangRichard Henderson2024-07-051-0/+1
* linux-user: Adjust comment to reflect the code.Warner Losh2024-06-091-4/+4
* 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
|/