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
Age
Commit message (
Expand
)
Author
2024-04-09
virtio-snd: rewrite invalid tx/rx message handling
Manos Pitsidianakis
2024-04-09
virtio-snd: Enhance error handling for invalid transfers
Zheyu Ma
2024-03-12
hw/audio/virtio-sound: return correct command response size
Volker Rümelin
2024-01-05
hw/audio/sb16: Do not migrate qdev properties
Philippe Mathieu-Daudé
2023-12-29
hw/audio: Constify VMState
Richard Henderson
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-12-02
hw/audio/hda-codec: reenable the audio mixer
Volker Rümelin
2023-12-02
hw/audio/hda-codec: fix multiplication overflow
Volker Rümelin
2023-12-02
hw/audio/virtio-snd-pci: fix the PCI class code
Volker Rümelin
2023-11-28
hw/audio/via-ac97: Route interrupts using via_isa_set_irq()
BALATON Zoltan
2023-11-15
hw/audio/virtio-snd.c: spelling: initalize
Michael Tokarev
2023-11-13
hw/audio/es1370: Clean up comment
Peter Maydell
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-pci device
Manos Pitsidianakis
2023-11-07
Add virtio-sound device stub
Manos Pitsidianakis
2023-10-10
hw/audio/es1370: trace lost interrupts
Volker Rümelin
2023-10-10
hw/audio/es1370: change variable type and name
Volker Rümelin
2023-10-10
hw/audio/es1370: block structure coding style fixes
Volker Rümelin
2023-10-10
hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rot
Volker Rümelin
2023-10-10
hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rot
Volker Rümelin
2023-10-10
hw/audio/es1370: remove unused dolog macro
Volker Rümelin
2023-10-10
hw/audio/es1370: replace bit-rotted code with tracepoints
Volker Rümelin
2023-10-10
hw/audio/es1370: reset current sample counter
Volker Rümelin
2023-10-09
Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...
Stefan Hajnoczi
2023-10-06
hw/audio/soundhw: Clean up global variable shadowing
Philippe Mathieu-Daudé
2023-10-06
asc: generate silence if FIFO empty but engine still running
Mark Cave-Ayland
2023-10-06
audio: add Apple Sound Chip (ASC) emulation
Mark Cave-Ayland
2023-10-03
audio: propagate Error * out of audio_init
Martin Kletzander
2023-09-22
hw/audio/lm4549: Add errp error reporting to init function
Martin Kletzander
2023-09-22
hw/audio: Simplify hda audio init
Martin Kletzander
2023-09-08
audio: spelling fixes
Michael Tokarev
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-03-08
hw/audio/via-ac97: Basic implementation of audio playback
BALATON Zoltan
2023-02-27
hw/audio/ac97: Split off some definitions to a header
BALATON Zoltan
2023-02-27
hw/audio/ac97: Replace container_of() by AC97() QOM cast macro
Philippe Mathieu-Daudé
2023-02-27
hw/audio/es1370: Replace container_of() by ES1370() QOM cast macro
Philippe Mathieu-Daudé
2023-02-27
hw/audio/es1370: Avoid forward-declaring ES1370State
Philippe Mathieu-Daudé
2023-02-27
hw/audio/hda-codec: Avoid forward-declaring HDAAudioState
Philippe Mathieu-Daudé
2023-02-27
hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available
Philippe Mathieu-Daudé
2023-02-27
hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()
Philippe Mathieu-Daudé
[next]