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
path:
root
/
hw
/
audio
/
virtio-snd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
1
-1
/
+1
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
1
-1
/
+1
2024-12-19
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
1
-1
/
+0
2024-12-15
hw/audio: Constify all Property
Richard Henderson
1
-1
/
+1
2024-10-03
hw/audio/virtio-snd: Remove unnecessary "exec/tswap.h" header
Philippe Mathieu-Daudé
1
-1
/
+0
2024-09-11
hw/audio/virtio-sound: fix heap buffer overflow
Volker Rümelin
1
-24
/
+0
2024-08-20
hw/audio/virtio-snd: fix invalid param check
Volker Rümelin
1
-2
/
+2
2024-07-21
virtio-snd: check for invalid param shift operands
Manos Pitsidianakis
1
-2
/
+4
2024-07-21
virtio-snd: add max size bounds check in input cb
Manos Pitsidianakis
1
-1
/
+6
2024-06-19
hw/audio/virtio-snd: Always use little endian audio format
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-09
misc: Use QEMU header path relative to include/ directory
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-26
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-10
hw/audio/virtio-snd: Remove unused assignment
Philippe Mathieu-Daudé
1
-2
/
+6
2024-04-09
virtio-snd: rewrite invalid tx/rx message handling
Manos Pitsidianakis
1
-75
/
+62
2024-04-09
virtio-snd: Enhance error handling for invalid transfers
Zheyu Ma
1
-4
/
+4
2024-03-12
hw/audio/virtio-sound: return correct command response size
Volker Rümelin
1
-2
/
+5
2023-12-29
hw/audio: Constify VMState
Richard Henderson
1
-1
/
+1
2023-12-04
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...
Stefan Hajnoczi
1
-0
/
+1
2023-12-04
hw/audio/virtio-sound: mark the device as unmigratable
Volker Rümelin
1
-0
/
+1
2023-12-02
virtio-sound: add realize() error cleanup path
Manos Pitsidianakis
1
-17
/
+22
2023-12-02
virtio-snd: check AUD_register_card return value
Manos Pitsidianakis
1
-1
/
+3
2023-11-15
hw/audio/virtio-snd.c: spelling: initalize
Michael Tokarev
1
-1
/
+1
2023-11-07
virtio-sound: implement audio capture (RX)
Manos Pitsidianakis
1
-34
/
+228
2023-11-07
virtio-sound: implement audio output (TX)
Manos Pitsidianakis
1
-5
/
+283
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_RELEASE
Manos Pitsidianakis
1
-1
/
+47
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
Manos Pitsidianakis
1
-0
/
+24
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMS
Manos Pitsidianakis
1
-0
/
+34
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
Manos Pitsidianakis
1
-2
/
+47
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
Manos Pitsidianakis
1
-0
/
+82
2023-11-07
virtio-sound: handle control messages and streams
Manos Pitsidianakis
1
-7
/
+480
2023-11-07
Add virtio-sound device stub
Manos Pitsidianakis
1
-0
/
+233