index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
plugins/api: split out binary path/start/end/entry code
Alex Bennée
2025-03-10
2
-0
/
+16
*
user: Prefer cached CpuClass over CPU_GET_CLASS() macro
Philippe Mathieu-Daudé
2025-03-09
2
-3
/
+3
*
user: Extract common MMAP API to 'user/mmap.h'
Philippe Mathieu-Daudé
2025-03-09
1
-17
/
+2
*
linux-user: Only include 'exec/tb-flush.h' header when necessary
Philippe Mathieu-Daudé
2025-03-09
3
-1
/
+2
*
linux-user/main: Allow setting tb-size
Ilya Leoshkevich
2025-03-07
1
-0
/
+12
*
accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'
Philippe Mathieu-Daudé
2025-03-06
1
-1
/
+1
*
linux-user: Move TARGET_SA_RESTORER out of generic/signal.h
Andreas Schwab
2025-02-18
11
-1
/
+19
*
elfload: Fix alignment when unmapping excess reservation
Fabiano Rosas
2025-02-18
1
-2
/
+2
*
Merge tag 'pull-10.0-testing-and-gdstub-updates-100225-1' of https://gitlab.c...
Stefan Hajnoczi
2025-02-10
4
-7
/
+22
|
\
|
*
gdbstub: Allow late attachment
Ilya Leoshkevich
2025-02-10
1
-1
/
+0
|
*
user: Introduce host_interrupt_signal
Ilya Leoshkevich
2025-02-10
1
-5
/
+20
|
*
user: Introduce user/signal.h
Ilya Leoshkevich
2025-02-10
3
-1
/
+2
*
|
linux-user: Do not define struct sched_attr if libc headers do
Khem Raj
2025-02-07
1
-1
/
+3
|
/
*
Merge tag 'linux-user-fix-gupnp-pull-request' of https://github.com/hdeller/q...
Stefan Hajnoczi
2025-01-24
3
-17
/
+192
|
\
|
*
linux-user: netlink: Add missing QEMU_IFLA entries
Helge Deller
2025-01-24
1
-1
/
+35
|
*
linux-user: netlink: add netlink neighbour emulation
Helge Deller
2025-01-24
1
-0
/
+100
|
*
linux-user: netlink: Add emulation of IP_MULTICAST_IF
Helge Deller
2025-01-24
1
-6
/
+14
|
*
linux-user: netlink: Add IP_PKTINFO cmsg parsing
Helge Deller
2025-01-24
2
-0
/
+16
|
*
linux-user: Use unique error messages for cmsg parsing
Helge Deller
2025-01-24
1
-2
/
+2
|
*
linux-user: netlink: Add missing IFA_PROTO to host_to_target_data_addr_rtattr()
Helge Deller
2025-01-24
1
-8
/
+25
*
|
Merge tag 'pull-tcg-20250117' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2025-01-21
1
-1
/
+19
|
\
\
|
|
/
|
/
|
|
*
linux-user: Add missing /proc/cpuinfo fields for sparc
Helge Deller
2025-01-16
1
-1
/
+19
*
|
system: propagate Error to gdbserver_start (and other device setups)
Alex Bennée
2025-01-17
1
-5
/
+1
|
/
*
accel/tcg: Include missing 'exec/translation-block.h' header
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
*
accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
Philippe Mathieu-Daudé
2024-12-20
2
-0
/
+2
*
user: Move various declarations out of 'exec/exec-all.h'
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
*
user: Declare cpu_loop() once in 'user/cpu_loop.h'
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+0
*
user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'
Philippe Mathieu-Daudé
2024-12-20
20
-53
/
+19
*
user: Forward declare target_cpu_copy_regs structure
Philippe Mathieu-Daudé
2024-12-20
18
-18
/
+21
*
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (4/4)
Philippe Mathieu-Daudé
2024-12-20
2
-0
/
+2
*
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (3/4)
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
*
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/4)
Philippe Mathieu-Daudé
2024-12-20
3
-0
/
+3
*
accel/tcg: Move page_[un]protect() to 'user/page-protection.h'
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+1
*
accel/tcg: Declare mmap_[un]lock() in 'exec/page-protection.h'
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
*
linux-user/aarch64: Include missing 'user/abitypes.h' header
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+2
*
Merge tag 'pull-hex-20241212' of https://github.com/quic/qemu into staging
Stefan Hajnoczi
2024-12-14
1
-2
/
+2
|
\
|
*
target/hexagon: rename HEX_EXCP_*=>HEX_CAUSE_*
Brian Cain
2024-12-12
1
-2
/
+2
*
|
target/arm: Set default NaN pattern explicitly
Peter Maydell
2024-12-11
1
-0
/
+5
|
/
*
linux-user: Fix strace output for s390x mmap()
Ilya Leoshkevich
2024-11-22
3
-5
/
+9
*
linux-user: Print tid not pid with strace
J. Neuschäfer
2024-11-22
1
-1
/
+1
*
linux-user/arm: Select vdso for be8 and be32 modes
Richard Henderson
2024-11-16
5
-12
/
+41
*
linux-user/ppc: Reduce vdso alignment to 4k
Richard Henderson
2024-11-16
4
-2
/
+4
*
linux-user/loongarch64: Reduce vdso alignment to 4k
Richard Henderson
2024-11-16
2
-1
/
+2
*
linux-user/arm: Reduce vdso alignment to 4k
Richard Henderson
2024-11-16
3
-1
/
+1
*
linux-user/aarch64: Reduce vdso alignment to 4k
Richard Henderson
2024-11-16
3
-2
/
+3
*
linux-user: Drop image_info.alignment
Richard Henderson
2024-11-16
2
-5
/
+3
*
linux-user: Honor elf alignment when placing images
Richard Henderson
2024-11-16
1
-7
/
+28
*
linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
Ilya Leoshkevich
2024-11-16
1
-1
/
+1
*
linux-user: Fix setreuid and setregid to use direct syscalls
Helge Deller
2024-11-16
1
-4
/
+16
*
Merge tag 'pull-lu-20241105' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2024-11-06
5
-73
/
+187
|
\
[prev]
[next]