index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user/aarch64: Use force_sig_fault()
Peter Maydell
2021-09-23
1
-25
/
+8
*
linux-user/arm: Use force_sig_fault()
Peter Maydell
2021-09-23
1
-38
/
+15
*
linux-user: Provide new force_sig_fault() function
Peter Maydell
2021-09-23
2
-0
/
+18
*
linux-user: Zero out target_siginfo_t in force_sig()
Peter Maydell
2021-09-23
1
-1
/
+1
*
linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE
Peter Maydell
2021-09-23
1
-7
/
+4
*
linux-user/arm: Set siginfo_t addr field for SIGTRAP signals
Peter Maydell
2021-09-23
1
-0
/
+1
*
linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signals
Peter Maydell
2021-09-23
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...
Peter Maydell
2021-09-16
57
-413
/
+618
|
\
|
*
linux-user: Check lock_user result for ip_mreq_source sockopts
Peter Maydell
2021-09-16
1
-0
/
+3
|
*
linux-user: Drop unneeded includes from qemu.h
Peter Maydell
2021-09-13
2
-4
/
+2
|
*
linux-user: Don't include gdbstub.h in qemu.h
Peter Maydell
2021-09-13
4
-1
/
+4
|
*
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
52
-163
/
+235
|
*
linux-user: Split safe-syscall macro into its own header
Peter Maydell
2021-09-13
3
-135
/
+155
|
*
linux-user: Split mmap prototypes into user-mmap.h
Peter Maydell
2021-09-13
8
-14
/
+40
|
*
linux-user: Split loader-related prototypes into loader.h
Peter Maydell
2021-09-13
8
-40
/
+65
|
*
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell
2021-09-13
23
-36
/
+57
|
*
linux-user: Split strace prototypes into strace.h
Peter Maydell
2021-09-13
5
-18
/
+42
|
*
linux-user: Fix coding style nits in qemu.h
Peter Maydell
2021-09-13
1
-17
/
+30
*
|
user: Remove cpu_get_pic_interrupt() stubs
Philippe Mathieu-Daudé
2021-09-14
1
-7
/
+0
|
/
*
plugins: allow plugin arguments to be passed directly
Mahmoud Mandour
2021-09-02
1
-1
/
+1
*
target/arm: Do hflags rebuild in cpsr_write()
Peter Maydell
2021-08-26
1
-2
/
+0
*
linux-user/elfload: byteswap i386 registers when dumping core
Ilya Leoshkevich
2021-08-05
1
-44
/
+44
*
linux-user: fix guest/host address mixup in i386 setup_rt_frame()
Ilya Leoshkevich
2021-08-05
1
-4
/
+4
*
linux-user/s390x: signal with SIGFPE on compare-and-trap
Jonathan Albrecht
2021-08-03
1
-20
/
+34
*
target/s390x: Fix SIGILL and SIGFPE psw.addr reporting
Ilya Leoshkevich
2021-08-03
1
-1
/
+11
*
linux-user/syscall: Remove unused variable from execve
Richard Henderson
2021-07-26
1
-3
/
+0
*
tcg/plugins: implement a qemu_plugin_user_exit helper
Alex Bennée
2021-07-23
1
-1
/
+1
*
qemu/atomic: Add aligned_{int64,uint64}_t types
Richard Henderson
2021-07-21
1
-1
/
+1
*
linux-user: update syscall.tbl to Linux v5.13
Laurent Vivier
2021-07-13
15
-73
/
+170
*
linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13
Laurent Vivier
2021-07-13
1
-1
/
+4
*
linux-user: update syscall_nr.h to Linux v5.13
Laurent Vivier
2021-07-13
6
-6
/
+46
*
fd-trans: Fix race condition on reallocation of the translation table.
Owen Anderson
2021-07-12
3
-7
/
+52
*
linux-user/syscall: Remove ERRNO_TABLE_SIZE check
Philippe Mathieu-Daudé
2021-07-12
1
-5
/
+0
*
linux-user: Simplify host <-> target errno conversion using macros
Philippe Mathieu-Daudé
2021-07-12
2
-145
/
+154
*
linux-user/mips: Move errno definitions to 'target_errno_defs.h'
Philippe Mathieu-Daudé
2021-07-12
4
-423
/
+220
*
linux-user/hppa: Move errno definitions to 'target_errno_defs.h'
Philippe Mathieu-Daudé
2021-07-12
2
-210
/
+214
*
linux-user/alpha: Move errno definitions to 'target_errno_defs.h'
Philippe Mathieu-Daudé
2021-07-12
2
-194
/
+198
*
linux-user: Extract target errno to 'target_errno_defs.h'
Philippe Mathieu-Daudé
2021-07-12
24
-7
/
+139
*
linux-user/sparc: Rename target_errno.h -> target_errno_defs.h
Philippe Mathieu-Daudé
2021-07-12
2
-3
/
+3
*
linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)
Philippe Mathieu-Daudé
2021-07-12
1
-1
/
+1
*
linux-user/syscall: Remove hardcoded tabs (code style)
Philippe Mathieu-Daudé
2021-07-07
1
-94
/
+94
*
linux-user/alpha: Remove hardcoded tabs (code style)
Philippe Mathieu-Daudé
2021-07-07
1
-99
/
+97
*
linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
Philippe Mathieu-Daudé
2021-07-07
2
-0
/
+4
*
linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
Philippe Mathieu-Daudé
2021-07-07
1
-0
/
+2
*
linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
Philippe Mathieu-Daudé
2021-07-07
1
-0
/
+2
*
linux-user: Fix style problems in linuxload.c
Richard Henderson
2021-07-07
1
-22
/
+20
*
linux-user: fill ppid field in /proc/self/stat
Andreas Schwab
2021-07-07
1
-0
/
+3
*
linux-user/elfload: Implement ELF_HWCAP for RISC-V
Kito Cheng
2021-07-07
1
-0
/
+13
*
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...
Peter Maydell
2021-06-22
5
-8
/
+64
|
\
|
*
linux-user: Use public sigev_notify_thread_id member if available
Michael Forney
2021-06-20
1
-1
/
+5
[next]