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: Use target abi_int type for pipefd[1] in pipe()
Helge Deller
2022-07-25
1
-1
/
+1
*
linux-user: Unconditionally use pipe2() syscall
Helge Deller
2022-07-25
1
-10
/
+1
*
linux-user/hppa: Fix segfaults on page zero
Helge Deller
2022-07-25
1
-0
/
+3
*
linux-user/aarch64: Add SME related hwcap entries
Richard Henderson
2022-07-11
1
-0
/
+20
*
linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL
Richard Henderson
2022-07-11
2
-0
/
+70
*
linux-user: Rename sve prctls
Richard Henderson
2022-07-11
2
-10
/
+10
*
linux-user/aarch64: Implement SME signal handling
Richard Henderson
2022-07-11
1
-13
/
+154
*
linux-user/aarch64: Move sve record checks into restore
Richard Henderson
2022-07-11
1
-16
/
+35
*
linux-user/aarch64: Verify extra record lock succeeded
Richard Henderson
2022-07-11
1
-0
/
+3
*
linux-user/aarch64: Do not allow duplicate or short sve records
Richard Henderson
2022-07-11
1
-1
/
+4
*
linux-user/aarch64: Tidy target_restore_sigframe error return
Richard Henderson
2022-07-11
1
-14
/
+10
*
linux-user/aarch64: Add SM bit to SVE signal context
Richard Henderson
2022-07-11
1
-1
/
+8
*
linux-user/aarch64: Reset PSTATE.SM on syscalls
Richard Henderson
2022-07-11
1
-0
/
+9
*
linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS
Richard Henderson
2022-07-11
1
-1
/
+4
*
linux-user: Add LoongArch cpu_loop support
Song Gao
2022-07-04
2
-0
/
+130
*
linux-user: Add LoongArch syscall support
Song Gao
2022-07-04
3
-1
/
+365
*
linux-user: Add LoongArch elf support
Song Gao
2022-07-04
2
-0
/
+103
*
linux-user: Add LoongArch signal support
Song Gao
2022-07-04
2
-0
/
+348
*
linux-user: Add LoongArch generic header files
Song Gao
2022-07-04
7
-0
/
+68
*
target/m68k: Make semihosting system only
Richard Henderson
2022-06-28
1
-5
/
+0
*
semihosting: Remove qemu_semihosting_console_outs
Richard Henderson
2022-06-28
1
-17
/
+0
*
semihosting: Remove qemu_semihosting_console_outc
Richard Henderson
2022-06-28
1
-16
/
+0
*
semihosting: Create qemu_semihosting_guestfd_init
Richard Henderson
2022-06-28
1
-0
/
+9
*
semihosting: Create qemu_semihosting_console_write
Richard Henderson
2022-06-28
1
-0
/
+5
*
semihosting: Expand qemu_semihosting_console_inc to read
Richard Henderson
2022-06-28
1
-4
/
+6
*
semihosting: Pass CPUState to qemu_semihosting_console_inc
Richard Henderson
2022-06-28
1
-1
/
+1
*
semihosting: Return void from do_common_semihosting
Richard Henderson
2022-06-28
3
-3
/
+3
*
linux-user: Adjust child_tidptr on set_tid_address() syscall
Helge Deller
2022-06-24
1
-5
/
+7
*
linux-user: Add partial support for MADV_DONTNEED
Ilya Leoshkevich
2022-06-24
4
-6
/
+68
*
linux-user/x86_64: Fix ELF_PLATFORM
Richard Henderson
2022-06-21
1
-13
/
+17
*
linux-user/aarch64: Introduce sve_vq
Richard Henderson
2022-06-08
2
-8
/
+14
*
Merge tag 'm68k-for-7.1-pull-request' of https://github.com/vivier/qemu-m68k ...
Richard Henderson
2022-06-02
3
-4
/
+16
|
\
|
*
linux-user/strace: Adjust get_thread_area for m68k
Richard Henderson
2022-06-02
1
-0
/
+5
|
*
linux-user/strace: Use is_error in print_syscall_err
Richard Henderson
2022-06-02
1
-1
/
+1
|
*
target/m68k: Implement TRAPcc
Richard Henderson
2022-06-02
1
-0
/
+1
|
*
target/m68k: Fix address argument for EXCP_TRACE
Richard Henderson
2022-06-02
1
-0
/
+3
|
*
target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0
Richard Henderson
2022-06-02
1
-1
/
+1
|
*
target/m68k: Fix address argument for EXCP_CHK
Richard Henderson
2022-06-02
1
-1
/
+1
|
*
linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15
Richard Henderson
2022-06-02
1
-0
/
+4
|
*
target/m68k: Raise the TRAPn exception with the correct pc
Richard Henderson
2022-06-02
1
-1
/
+0
*
|
linux-user: Add PowerPC ISA 3.1 and MMA to hwcap
Joel Stanley
2022-05-26
1
-0
/
+4
|
/
*
linux-user/host/s390: Treat EX and EXRL as writes
Ilya Leoshkevich
2022-05-23
1
-0
/
+7
*
linux-user/s390x: Fix unwinding from signal handlers
Ilya Leoshkevich
2022-05-23
1
-0
/
+5
*
linux-user: Remove pointless CPU{ARCH}State casts
Philippe Mathieu-Daudé
2022-05-23
3
-28
/
+25
*
linux-user: Have do_syscall() use CPUArchState* instead of void*
Philippe Mathieu-Daudé
2022-05-23
6
-129
/
+129
*
linux-user/elfload: Remove pointless non-const CPUArchState cast
Philippe Mathieu-Daudé
2022-05-23
1
-1
/
+1
*
linux-user/syscall.c: fix build without RLIMIT_RTTIME
Fabrice Fontaine
2022-05-23
1
-0
/
+2
*
linux-user: Clean up arg_start/arg_end confusion
Richard Henderson
2022-05-23
4
-12
/
+26
*
Clean up decorations and whitespace around header guards
Markus Armbruster
2022-05-11
1
-1
/
+1
*
linux-user/nios2: Handle various SIGILL exceptions
Richard Henderson
2022-04-26
1
-0
/
+12
[next]