summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * target/arm: Rename zarray to za_state.zaRichard Henderson2025-07-041-2/+2
* | accel: Propagate AccelState to AccelClass::init_machine()Philippe Mathieu-Daudé2025-07-041-1/+1
|/
* linux-user: fix resource leaks in gen-vdsoDaniel P. Berrangé2025-06-231-11/+16
* linux-user/aarch64: Update hwcap bits from 6.14Richard Henderson2025-06-231-3/+72
* linux-user/arm: Fix return value of SYS_cacheflushJ. Neuschäfer2025-06-161-0/+1
* linux-user: implement pgid field of /proc/self/statAndreas Schwab2025-05-281-0/+3
* Merge tag 'hppa-fpe-fixup-pull-request' of https://github.com/hdeller/qemu-hp...Stefan Hajnoczi2025-05-221-2/+10
|\
| * linux-user/hppa: Send proper si_code on SIGFPE exceptionHelge Deller2025-05-171-2/+10
* | linux-user/mmap.c: fix "of of" typo in commentMichael Tokarev2025-05-091-1/+1
* | include/user: Convert GUEST_ADDR_MAX to a variableRichard Henderson2025-05-051-0/+8
* | accel/tcg: Use vaddr in cpu_loop.hRichard Henderson2025-05-051-2/+2
* | include: Remove 'exec/exec-all.h'Philippe Mathieu-Daudé2025-04-302-2/+0
* | accel/tcg: Use vaddr for walk_memory_regions callbackRichard Henderson2025-04-302-14/+13
* | accel/tcg: Add CPUState argument to page_unprotectRichard Henderson2025-04-301-1/+1
* | linux-user/elfload: Use target_needs_bswap()Philippe Mathieu-Daudé2025-04-251-24/+39
* | Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi2025-04-241-1/+0
|\ \
| * | cleanup: Drop pointless return at end of functionMarkus Armbruster2025-04-241-1/+0
| |/
* | Merge tag 'pull-loongarch-20250424' of https://github.com/gaosong715/qemu int...Stefan Hajnoczi2025-04-241-1/+24
|\ \
| * | linux-user/loongarch64: Decode BRK break codes for FPE signalsWANG Rui2025-04-241-1/+24
| |/
* | exec: Restrict 'cpu_ldst.h' to accel/tcg/Philippe Mathieu-Daudé2025-04-231-1/+1
* | exec/cpu-all: move cpu_copy to linux-user/qemu.hPierrick Bouvier2025-04-231-0/+3
* | include/exec: Split out mmap-lock.hRichard Henderson2025-04-235-0/+5
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2025-03-232-5/+5
|\
| * exec/cpu-all: remove BSWAP_NEEDEDPierrick Bouvier2025-03-212-5/+5
* | linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscallRichard Henderson2025-03-191-26/+29
|/
* linux-user/arm: Remove unused get_put_user macrosPeter Maydell2025-03-141-39/+4
* linux-user/aarch64: Remove unused get/put_user macrosPeter Maydell2025-03-141-48/+0
* 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
|/