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