index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-10
linux-user/sparc: Handle floating-point exceptions
Richard Henderson
2
-2
/
+23
2023-03-10
linux-user/sparc: Handle unimplemented flush trap
Richard Henderson
1
-0
/
+3
2023-03-10
linux-user/sparc: Handle coprocessor disabled trap
Richard Henderson
1
-0
/
+4
2023-03-10
linux-user/sparc: Handle privilidged action trap
Richard Henderson
1
-0
/
+6
2023-03-10
linux-user/sparc: Handle priviledged opcode trap
Richard Henderson
1
-0
/
+3
2023-03-10
linux-user/sparc: Handle getcc, setcc, getpsr traps
Richard Henderson
1
-3
/
+59
2023-03-10
linux-user/sparc: Handle division by zero traps
Richard Henderson
1
-0
/
+5
2023-03-10
linux-user/sparc: Handle software breakpoint trap
Richard Henderson
1
-3
/
+5
2023-03-10
linux-user/sparc: Fix sparc64_{get, set}_context traps
Richard Henderson
2
-28
/
+29
2023-03-10
linux-user/sparc: Tidy window spill/fill traps
Richard Henderson
1
-10
/
+13
2023-03-10
linux-user/sparc: Use TT_TRAP for flush windows
Richard Henderson
1
-4
/
+3
2023-03-10
linux-user/sparc: Tidy syscall error return
Richard Henderson
1
-10
/
+5
2023-03-10
linux-user/sparc: Tidy syscall trap
Richard Henderson
1
-7
/
+7
2023-03-10
linux-user: Emulate CLONE_PIDFD flag in clone()
Helge Deller
2
-1
/
+35
2023-03-10
linux-user: Add translation for argument of msync()
Helge Deller
5
-2
/
+33
2023-03-10
linux-user: handle netlink flag NLA_F_NESTED
Mathis Marion
1
-2
/
+2
2023-03-10
linux-user: fix sockaddr_in6 endianness
Mathis Marion
1
-0
/
+5
2023-03-10
linux-user: Add strace for prlimit64() syscall
Helge Deller
2
-1
/
+90
2023-03-10
linux-user: Provide print_raw_param64() for 64-bit values
Helge Deller
1
-4
/
+16
2023-03-10
linux-user: Fix brk() to release pages
Helge Deller
1
-34
/
+35
2023-03-10
linux-user: fill out task state in /proc/self/stat
Andreas Schwab
1
-0
/
+3
2023-03-10
linux-user: add support for xtensa FDPIC
Max Filippov
2
-1
/
+16
2023-03-10
linux-user: Fix unaligned memory access in prlimit64 syscall
Ilya Leoshkevich
2
-6
/
+6
2023-03-10
linux-user: add target to host netlink conversions
Mathis Marion
1
-0
/
+62
2023-03-10
linux-user: fix timerfd read endianness conversion
Mathis Marion
3
-5
/
+14
2023-03-10
linux-user: Fix access to /proc/self/exe
Helge Deller
2
-24
/
+20
2023-03-06
Merge tag 'audio-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...
Peter Maydell
8
-297
/
+359
2023-03-06
Merge tag 'pull-tcg-20230305' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
93
-5991
/
+579
2023-03-06
audio: remove sw->ratio
Volker Rümelin
3
-24
/
+9
2023-03-06
audio/audio_template: substitute sw->hw with hw
Volker Rümelin
1
-3
/
+3
2023-03-06
audio: handle leftover audio frame from upsampling
Volker Rümelin
2
-6
/
+34
2023-03-06
audio: make recording packet length calculation exact
Volker Rümelin
3
-21
/
+50
2023-03-06
audio: rename variables in audio_pcm_sw_read()
Volker Rümelin
1
-9
/
+9
2023-03-06
audio: replace the resampling loop in audio_pcm_sw_read()
Volker Rümelin
1
-24
/
+35
2023-03-06
audio: make playback packet length calculation exact
Volker Rümelin
3
-25
/
+58
2023-03-06
audio: remove unused noop_conv() function
Volker Rümelin
1
-8
/
+0
2023-03-06
audio: don't misuse audio_pcm_sw_write()
Volker Rümelin
1
-11
/
+18
2023-03-06
audio: rename variables in audio_pcm_sw_write()
Volker Rümelin
1
-23
/
+22
2023-03-06
audio: remove sw == NULL check
Volker Rümelin
1
-4
/
+0
2023-03-06
audio: replace the resampling loop in audio_pcm_sw_write()
Volker Rümelin
1
-27
/
+36
2023-03-06
audio: make the resampling code greedy
Volker Rümelin
1
-8
/
+13
2023-03-06
audio: change type and name of the resample buffer
Volker Rümelin
3
-13
/
+16
2023-03-06
audio: change type of mix_buf and conv_buf
Volker Rümelin
3
-64
/
+67
2023-03-06
alsaaudio: reintroduce default recording settings
Volker Rümelin
1
-6
/
+4
2023-03-06
alsaaudio: change default playback settings
Volker Rümelin
1
-7
/
+4
2023-03-06
audio: remove audio_calloc() function
Volker Rümelin
2
-21
/
+0
2023-03-06
audio/audio_template: use g_new0() to replace audio_calloc()
Volker Rümelin
1
-17
/
+12
2023-03-06
audio/audio_template: use g_malloc0() to replace audio_calloc()
Volker Rümelin
2
-12
/
+10
2023-03-06
audio/alsaaudio: use g_new0() instead of audio_calloc()
Volker Rümelin
1
-5
/
+1
2023-03-06
audio/mixeng: use g_new0() instead of audio_calloc()
Volker Rümelin
3
-16
/
+2
[next]