summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* plugins/api: split out binary path/start/end/entry codeAlex Bennée2025-03-102-0/+16
* user: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé2025-03-092-3/+3
* user: Extract common MMAP API to 'user/mmap.h'Philippe Mathieu-Daudé2025-03-091-17/+2
* linux-user: Only include 'exec/tb-flush.h' header when necessaryPhilippe Mathieu-Daudé2025-03-093-1/+2
* linux-user/main: Allow setting tb-sizeIlya Leoshkevich2025-03-071-0/+12
* accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'Philippe Mathieu-Daudé2025-03-061-1/+1
* linux-user: Move TARGET_SA_RESTORER out of generic/signal.hAndreas Schwab2025-02-1811-1/+19
* elfload: Fix alignment when unmapping excess reservationFabiano Rosas2025-02-181-2/+2
* Merge tag 'pull-10.0-testing-and-gdstub-updates-100225-1' of https://gitlab.c...Stefan Hajnoczi2025-02-104-7/+22
|\
| * gdbstub: Allow late attachmentIlya Leoshkevich2025-02-101-1/+0
| * user: Introduce host_interrupt_signalIlya Leoshkevich2025-02-101-5/+20
| * user: Introduce user/signal.hIlya Leoshkevich2025-02-103-1/+2
* | linux-user: Do not define struct sched_attr if libc headers doKhem Raj2025-02-071-1/+3
|/
* Merge tag 'linux-user-fix-gupnp-pull-request' of https://github.com/hdeller/q...Stefan Hajnoczi2025-01-243-17/+192
|\
| * linux-user: netlink: Add missing QEMU_IFLA entriesHelge Deller2025-01-241-1/+35
| * linux-user: netlink: add netlink neighbour emulationHelge Deller2025-01-241-0/+100
| * linux-user: netlink: Add emulation of IP_MULTICAST_IFHelge Deller2025-01-241-6/+14
| * linux-user: netlink: Add IP_PKTINFO cmsg parsingHelge Deller2025-01-242-0/+16
| * linux-user: Use unique error messages for cmsg parsingHelge Deller2025-01-241-2/+2
| * linux-user: netlink: Add missing IFA_PROTO to host_to_target_data_addr_rtattr()Helge Deller2025-01-241-8/+25
* | Merge tag 'pull-tcg-20250117' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2025-01-211-1/+19
|\ \ | |/ |/|
| * linux-user: Add missing /proc/cpuinfo fields for sparcHelge Deller2025-01-161-1/+19
* | system: propagate Error to gdbserver_start (and other device setups)Alex Bennée2025-01-171-5/+1
|/
* accel/tcg: Include missing 'exec/translation-block.h' headerPhilippe Mathieu-Daudé2024-12-201-0/+1
* accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'Philippe Mathieu-Daudé2024-12-202-0/+2
* user: Move various declarations out of 'exec/exec-all.h'Philippe Mathieu-Daudé2024-12-201-0/+1
* user: Declare cpu_loop() once in 'user/cpu_loop.h'Philippe Mathieu-Daudé2024-12-201-1/+0
* user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé2024-12-2020-53/+19
* user: Forward declare target_cpu_copy_regs structurePhilippe Mathieu-Daudé2024-12-2018-18/+21
* accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (4/4)Philippe Mathieu-Daudé2024-12-202-0/+2
* accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (3/4)Philippe Mathieu-Daudé2024-12-201-0/+1
* accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/4)Philippe Mathieu-Daudé2024-12-203-0/+3
* accel/tcg: Move page_[un]protect() to 'user/page-protection.h'Philippe Mathieu-Daudé2024-12-201-1/+1
* accel/tcg: Declare mmap_[un]lock() in 'exec/page-protection.h'Philippe Mathieu-Daudé2024-12-201-0/+1
* linux-user/aarch64: Include missing 'user/abitypes.h' headerPhilippe Mathieu-Daudé2024-12-201-0/+2
* Merge tag 'pull-hex-20241212' of https://github.com/quic/qemu into stagingStefan Hajnoczi2024-12-141-2/+2
|\
| * target/hexagon: rename HEX_EXCP_*=>HEX_CAUSE_*Brian Cain2024-12-121-2/+2
* | target/arm: Set default NaN pattern explicitlyPeter Maydell2024-12-111-0/+5
|/
* linux-user: Fix strace output for s390x mmap()Ilya Leoshkevich2024-11-223-5/+9
* linux-user: Print tid not pid with straceJ. Neuschäfer2024-11-221-1/+1
* linux-user/arm: Select vdso for be8 and be32 modesRichard Henderson2024-11-165-12/+41
* linux-user/ppc: Reduce vdso alignment to 4kRichard Henderson2024-11-164-2/+4
* linux-user/loongarch64: Reduce vdso alignment to 4kRichard Henderson2024-11-162-1/+2
* linux-user/arm: Reduce vdso alignment to 4kRichard Henderson2024-11-163-1/+1
* linux-user/aarch64: Reduce vdso alignment to 4kRichard Henderson2024-11-163-2/+3
* linux-user: Drop image_info.alignmentRichard Henderson2024-11-162-5/+3
* linux-user: Honor elf alignment when placing imagesRichard Henderson2024-11-161-7/+28
* linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDRIlya Leoshkevich2024-11-161-1/+1
* linux-user: Fix setreuid and setregid to use direct syscallsHelge Deller2024-11-161-4/+16
* Merge tag 'pull-lu-20241105' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-11-065-73/+187
|\