summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson2024-05-154-13/+15
* Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into stagingRichard Henderson2024-05-061-14/+34
|\
| * linux-user/sparc: Add more hwcap bits for sparc64Richard Henderson2024-05-051-14/+34
* | user: Use get_task_state() helperPhilippe Mathieu-Daudé2024-05-061-2/+2
* | user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'Philippe Mathieu-Daudé2024-05-061-5/+1
* | user: Forward declare TaskState type definitionPhilippe Mathieu-Daudé2024-05-061-2/+2
* | accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé2024-05-062-6/+6
* | exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-065-0/+5
* | exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan2024-05-062-2/+2
|/
* user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé2024-05-032-2/+2
* user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé2024-05-031-1/+1
* exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé2024-04-262-0/+2
* exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé2024-04-263-0/+3
* Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-251-1/+1
|\
| * hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé2024-04-251-1/+1
* | 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...Michael Tokarev2024-04-241-2/+4
* | linux-user: do_setsockopt: make ip_mreq local to the place it is used and inl...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...Peter 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