summaryrefslogtreecommitdiffstats
path: root/hw/audio
Commit message (Expand)AuthorAgeFilesLines
* hw/audio/intel-hda: Drop unnecessary prototypePeter Maydell2022-11-231-2/+0Star
* hw/audio/intel-hda: don't reset codecs twicePeter Maydell2022-11-231-3/+1Star
* hw/audio/cs4231a: Const'ify global tablesBernhard Beschow2022-06-111-4/+4
* hw/audio/ac97: Remove unneeded local variablesBALATON Zoltan2022-05-251-53/+49Star
* hw/audio/ac97: Remove unimplemented reset functionsBALATON Zoltan2022-05-251-16/+1Star
* hw/audio/ac97: Coding style fixes to avoid checkpatch errorsBALATON Zoltan2022-05-251-373/+360Star
* introduce -audio as a replacement for -soundhwPaolo Bonzini2022-05-142-7/+10
* soundhw: move help handling to vl.cPaolo Bonzini2022-05-141-15/+9Star
* soundhw: unify initialization for ISA and PCI soundhwPaolo Bonzini2022-05-141-9/+14
* soundhw: extract soundhw help to a separate functionPaolo Bonzini2022-05-141-14/+19
* soundhw: remove ability to create multiple soundcardsPaolo Bonzini2022-05-141-56/+32Star
* pc: remove -soundhw pcspkPaolo Bonzini2022-05-072-33/+4Star
* Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2022-03-221-3/+8
|\
| * hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices)Philippe Mathieu-Daudé2022-03-211-1/+1
| * hw/audio/intel-hda: Do not ignore DMA overrun errorsPhilippe Mathieu-Daudé2022-03-211-2/+7
* | Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
|/
* hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow2022-03-083-3/+3
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-281-1/+0Star
* hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/Philippe Mathieu-Daudé2022-01-201-3/+0Star
* hw/audio/intel-hda: fix stream resetVolker Rümelin2022-01-131-1/+1
* pci: Let ld*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé2021-12-311-1/+1
* pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-1/+1
* pci: Let st*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-4/+6
* pci: Let pci_dma_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-1/+2
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-1/+1
* hw/audio/adlib: Remove unused variable in adlib_callbackRichard Henderson2021-07-261-2/+1Star
* hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42hQiang Liu2021-06-241-12/+19
* hw/audio/sb16: Avoid assertion by restricting I/O sampling rate rangePhilippe Mathieu-Daudé2021-06-171-0/+14
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Drop the deprecated lm32 targetMarkus Armbruster2021-05-123-373/+0Star
* hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-1/+1
* audio/via-ac97: Simplify code and set user_creatable to falseBALATON Zoltan2021-01-041-32/+19Star
* vt82c686: Split off via-[am]c97 into separate file in hw/audioBALATON Zoltan2021-01-042-0/+107
* cs4231: Get rid of empty property arrayEduardo Habkost2020-12-151-5/+0Star
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-1812-34/+12Star
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-0915-27/+32
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-0915-28/+54
* hda-audio: Set instance_size at base classEduardo Habkost2020-09-021-3/+1Star
* meson: convert hw/audioMarc-André Lureau2020-08-212-18/+14Star
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* audio: set default value for pcspk.iobase propertyGerd Hoffmann2020-07-061-1/+1
* audio: deprecate -soundhw pcspkGerd Hoffmann2020-07-061-3/+21
* audio: deprecate -soundhw hdaGerd Hoffmann2020-07-061-0/+3
* audio: deprecate -soundhw sb16Gerd Hoffmann2020-07-061-7/+2Star
* audio: deprecate -soundhw gusGerd Hoffmann2020-07-061-7/+1Star
* audio: deprecate -soundhw cs4231aGerd Hoffmann2020-07-061-7/+1Star
* audio: deprecate -soundhw adlibGerd Hoffmann2020-07-061-7/+1Star