aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT codePeter Maydell2024-04-252-287/+11
* | linux-user: Add FITRIM ioctlMichael Vogt2024-04-243-0/+9
* | linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEOMichael Tokarev2024-04-241-7/+4
* | linux-user: do_setsockopt: make ip_mreq_source local to the place where it is usedMichael Tokarev2024-04-241-2/+4
* | linux-user: do_setsockopt: make ip_mreq local to the place it is used and inline target_to_host_ip_mreq()Michael Tokarev2024-04-241-24/+23
* | linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEYMichael Tokarev2024-04-241-7/+2
* | meson: Make DEBUG_REMAP a meson optionIlya Leoshkevich2024-04-242-5/+3
|/
* target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2024-04-2418-945/+2
* linux-user: Preserve unswapped siginfo_t for straceRichard Henderson2024-04-091-3/+9
* linux-user: replace calloc() with g_new0()Nguyen Dinh Phi2024-04-091-5/+1
* linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson2024-04-091-6/+16
* linux-user: Fix shmat(NULL) for h != gIlya Leoshkevich2024-03-261-1/+1
* linux-user: Fix shmat() straceIlya Leoshkevich2024-03-261-1/+1
* linux-user: Fix semctl() straceIlya Leoshkevich2024-03-261-6/+2
* Merge tag 'pull-maintainer-final-130324-1' of https://gitlab.com/stsquad/qemu into stagingPeter Maydell2024-03-1321-29/+36
|\
| * gdbstub: Save target's siginfoGustavo Romero2024-03-132-2/+5
| * linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-1320-27/+31
| * gdbstub: Rename back gdb_handlesigGustavo Romero2024-03-132-2/+2
* | Merge tag 'pull-tcg-20240312' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-03-124-14/+37
|\ \ | |/ |/|
| * linux-user/elfload: Fully initialize struct target_elf_prpsinfoRichard Henderson2024-03-121-8/+8
| * linux-user/elfload: Don't close an unopened file descriptorRichard Henderson2024-03-121-1/+3
| * linux-user: Implement PR_GET_TID_ADDRESSRichard Henderson2024-03-121-2/+4
| * linux-user: Implement PR_{GET,SET}_SPECULATION_CTRLRichard Henderson2024-03-121-2/+2
| * linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPERRichard Henderson2024-03-121-1/+11
| * linux-user: Add FIFREEZE and FITHAW ioctlsMichael Vogt2024-03-122-0/+9
* | user: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-4/+2
* | bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé2024-03-121-2/+2
|/
* linux-user/riscv: Add Ztso extension to hwprobeChristoph Müllner2024-03-081-0/+3
* linux-user/riscv: Sync hwprobe keys with LinuxChristoph Müllner2024-03-081-8/+92
* linux-user/riscv: Add Zicboz extensions to hwprobeChristoph Müllner2024-03-081-0/+3
* 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-063-5/+7
* 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,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-0618-53/+58
* linux-user: Rewrite target_shmatRichard Henderson2024-03-011-33/+133
* linux-user: Add strace for shmatRichard Henderson2024-03-012-1/+25
* linux-user/loongarch64: Remove TARGET_FORCE_SHMLBARichard Henderson2024-02-291-7/+0
* linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4}Richard Henderson2024-02-291-0/+16
* linux-user: Remove pgb_dynamic alignment assertionRichard Henderson2024-02-291-2/+0
* 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: Split out mmap_h_gt_gRichard Henderson2024-02-291-149/+139
* linux-user: Split out mmap_h_lt_gRichard Henderson2024-02-291-31/+153
* linux-user: Split out mmap_h_eq_gRichard Henderson2024-02-291-13/+55
* linux-user: Use do_munmap for target_mmap failureRichard Henderson2024-02-291-3/+3
* linux-user: Split out do_munmapRichard Henderson2024-02-291-7/+16
* linux-user: Do early mmap placement only for reserved_vaRichard Henderson2024-02-291-5/+7