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
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é
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2022-11-23
hw/audio/intel-hda: Drop unnecessary prototype
Peter Maydell
2022-11-23
hw/audio/intel-hda: don't reset codecs twice
Peter Maydell
2022-06-11
hw/audio/cs4231a: Const'ify global tables
Bernhard Beschow
2022-05-25
hw/audio/ac97: Remove unneeded local variables
BALATON Zoltan
2022-05-25
hw/audio/ac97: Remove unimplemented reset functions
BALATON Zoltan
2022-05-25
hw/audio/ac97: Coding style fixes to avoid checkpatch errors
BALATON Zoltan
2022-05-14
introduce -audio as a replacement for -soundhw
Paolo Bonzini
2022-05-14
soundhw: move help handling to vl.c
Paolo Bonzini
2022-05-14
soundhw: unify initialization for ISA and PCI soundhw
Paolo Bonzini
2022-05-14
soundhw: extract soundhw help to a separate function
Paolo Bonzini
2022-05-14
soundhw: remove ability to create multiple soundcards
Paolo Bonzini
2022-05-07
pc: remove -soundhw pcspk
Paolo Bonzini
2022-03-22
Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices)
Philippe Mathieu-Daudé
2022-03-21
hw/audio/intel-hda: Do not ignore DMA overrun errors
Philippe Mathieu-Daudé
2022-03-08
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
2022-01-20
hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/
Philippe Mathieu-Daudé
2022-01-13
hw/audio/intel-hda: fix stream reset
Volker Rümelin
2021-12-31
pci: Let ld*_pci_dma() propagate MemTxResult
Philippe Mathieu-Daudé
2021-12-31
pci: Let ld*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
pci: Let st*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
pci: Let pci_dma_rw() take MemTxAttrs argument
Philippe Mathieu-Daudé
[next]