index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
audio
/
virtio-snd.c
Age
Commit message (
Expand
)
Author
2023-12-04
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...
Stefan Hajnoczi
2023-12-04
hw/audio/virtio-sound: mark the device as unmigratable
Volker RĂ¼melin
2023-12-02
virtio-sound: add realize() error cleanup path
Manos Pitsidianakis
2023-12-02
virtio-snd: check AUD_register_card return value
Manos Pitsidianakis
2023-11-15
hw/audio/virtio-snd.c: spelling: initalize
Michael Tokarev
2023-11-07
virtio-sound: implement audio capture (RX)
Manos Pitsidianakis
2023-11-07
virtio-sound: implement audio output (TX)
Manos Pitsidianakis
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_RELEASE
Manos Pitsidianakis
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
Manos Pitsidianakis
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMS
Manos Pitsidianakis
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
Manos Pitsidianakis
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
Manos Pitsidianakis
2023-11-07
virtio-sound: handle control messages and streams
Manos Pitsidianakis
2023-11-07
Add virtio-sound device stub
Manos Pitsidianakis