index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
audio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
audio: Drop ifdef for macOS versions older than 12.0
Akihiko Odaki
2024-07-02
1
-5
/
+0
*
meson: remove unnecessary dependency
Paolo Bonzini
2024-05-25
1
-2
/
+2
*
audio: Depend on dbus_display1_dep
Akihiko Odaki
2024-02-16
1
-1
/
+2
*
misc: Clean up includes
Peter Maydell
2024-01-30
1
-1
/
+0
*
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-08
1
-2
/
+2
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
1
-2
/
+2
*
audio/audio.c: remove trailing newline in error_setg
Michael Tokarev
2024-01-05
1
-1
/
+1
*
audio: Constify VMState
Richard Henderson
2023-12-30
1
-1
/
+1
*
audio: Free consumed default audio devices
Akihiko Odaki
2023-11-24
1
-1
/
+4
*
audio: don't abort on f32 audio format in wav backend
Daniel P. Berrangé
2023-11-07
1
-0
/
+4
*
migration: Use vmstate_register_any() for audio
Juan Quintela
2023-11-01
1
-1
/
+1
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-10-09
2
-51
/
+37
|
\
|
*
audio, qtest: get rid of QEMU_AUDIO_DRV
Paolo Bonzini
2023-10-08
1
-12
/
+0
|
*
audio: reintroduce default audio backend for VNC
Paolo Bonzini
2023-10-08
2
-10
/
+19
|
*
audio: do not use first -audiodev as default audio device
Paolo Bonzini
2023-10-08
1
-18
/
+7
|
*
audio: extend -audio to allow creating a default backend
Paolo Bonzini
2023-10-08
1
-1
/
+1
|
*
audio: extract audio_define_default
Paolo Bonzini
2023-10-08
2
-7
/
+13
|
*
audio: disable default backends if -audio/-audiodev is used
Paolo Bonzini
2023-10-08
2
-8
/
+2
|
*
audio: error hints need a trailing \n
Paolo Bonzini
2023-10-08
1
-1
/
+1
*
|
audio/ossaudio: Fix compiler warning with -Wshadow
Thomas Huth
2023-10-06
1
-1
/
+0
|
/
*
audio: forbid default audiodev backend with -nodefaults
Paolo Bonzini
2023-10-03
1
-0
/
+16
*
audio: propagate Error * out of audio_init
Martin Kletzander
2023-10-03
2
-21
/
+20
*
audio: remove QEMU_AUDIO_* and -audio-help support
Paolo Bonzini
2023-10-03
17
-689
/
+59
*
audio: simplify flow in audio_init
Paolo Bonzini
2023-10-03
1
-32
/
+32
*
audio: commonize voice initialization
Paolo Bonzini
2023-10-03
2
-18
/
+10
*
audio: return Error ** from audio_state_by_name
Paolo Bonzini
2023-10-03
3
-4
/
+7
*
audio: allow returning an error from the driver init
Paolo Bonzini
2023-10-03
15
-27
/
+48
*
audio: Require AudioState in AUD_add_capture
Martin Kletzander
2023-10-03
1
-4
/
+2
*
audio: remove shadowed locals
Paolo Bonzini
2023-09-26
1
-6
/
+5
*
audio/jackaudio: Avoid dynamic stack allocation in qjack_process()
Peter Maydell
2023-09-21
1
-5
/
+11
*
audio/jackaudio: Avoid dynamic stack allocation in qjack_client_init
Peter Maydell
2023-09-21
1
-2
/
+3
*
audio: spelling fixes
Michael Tokarev
2023-09-08
1
-1
/
+1
*
audio/pw: improve channel position code
Marc-André Lureau
2023-07-17
1
-49
/
+26
*
audio/pw: remove wrong comment
Marc-André Lureau
2023-07-17
1
-1
/
+0
*
audio/pw: simplify error reporting in stream creation
Marc-André Lureau
2023-07-17
1
-11
/
+1
*
audio/pw: add more error reporting
Marc-André Lureau
2023-07-17
1
-1
/
+6
*
audio/pw: factorize some common code
Marc-André Lureau
2023-07-17
1
-51
/
+34
*
audio/pw: add more details on error
Marc-André Lureau
2023-07-17
1
-3
/
+4
*
audio/pw: trace during init before calling pipewire API
Marc-André Lureau
2023-07-17
1
-2
/
+3
*
audio/pw: needless check for NULL
Marc-André Lureau
2023-07-17
1
-6
/
+2
*
audio/pw: drop needless case statement
Marc-André Lureau
2023-07-17
1
-10
/
+0
*
audio/pw: Pipewire->PipeWire case fix for user-visible text
Marc-André Lureau
2023-07-17
2
-6
/
+6
*
audio: dbus requires pixman
Marc-André Lureau
2023-07-01
1
-1
/
+1
*
ui/dbus: win32 support
Marc-André Lureau
2023-06-27
1
-8
/
+36
*
ui/dbus: compile without gio/gunixfdlist.h
Marc-André Lureau
2023-06-27
1
-0
/
+7
*
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
1
-4
/
+4
*
cutils: Adjust signature of parse_uint[_full]
Eric Blake
2023-06-02
1
-2
/
+2
*
audio/pwaudio.c: Add Pipewire audio backend for QEMU
Dorinda Bassey
2023-05-05
5
-0
/
+931
*
audio/dbus: there are no sender for p2p mode
Marc-André Lureau
2023-03-13
2
-3
/
+6
*
audio: remove sw->ratio
Volker Rümelin
2023-03-06
3
-24
/
+9
[next]