aboutsummaryrefslogtreecommitdiff
path: root/hw/audio
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-3/+8
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-21hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices)Philippe Mathieu-Daudé1-1/+1
2022-03-21hw/audio/intel-hda: Do not ignore DMA overrun errorsPhilippe Mathieu-Daudé1-2/+7
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow3-3/+3
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell1-1/+0
2022-01-20hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/Philippe Mathieu-Daudé1-3/+0
2022-01-13hw/audio/intel-hda: fix stream resetVolker Rümelin1-1/+1
2021-12-31pci: Let ld*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé1-1/+1
2021-12-31pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+1
2021-12-31pci: Let st*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-4/+6
2021-12-31pci: Let pci_dma_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell1-1/+1
2021-07-26hw/audio/adlib: Remove unused variable in adlib_callbackRichard Henderson1-2/+1
2021-06-24hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42hQiang Liu1-12/+19
2021-06-17hw/audio/sb16: Avoid assertion by restricting I/O sampling rate rangePhilippe Mathieu-Daudé1-0/+14
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster3-373/+0
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-1/+1
2021-01-04audio/via-ac97: Simplify code and set user_creatable to falseBALATON Zoltan1-32/+19
2021-01-04vt82c686: Split off via-[am]c97 into separate file in hw/audioBALATON Zoltan2-0/+107
2020-12-15cs4231: Get rid of empty property arrayEduardo Habkost1-5/+0
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost12-34/+12
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost15-27/+32
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost15-28/+54
2020-09-02hda-audio: Set instance_size at base classEduardo Habkost1-3/+1
2020-08-21meson: convert hw/audioMarc-André Lureau2-18/+14
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-06audio: set default value for pcspk.iobase propertyGerd Hoffmann1-1/+1
2020-07-06audio: deprecate -soundhw pcspkGerd Hoffmann1-3/+21
2020-07-06audio: deprecate -soundhw hdaGerd Hoffmann1-0/+3
2020-07-06audio: deprecate -soundhw sb16Gerd Hoffmann1-7/+2
2020-07-06audio: deprecate -soundhw gusGerd Hoffmann1-7/+1
2020-07-06audio: deprecate -soundhw cs4231aGerd Hoffmann1-7/+1
2020-07-06audio: deprecate -soundhw adlibGerd Hoffmann1-7/+1
2020-07-06audio: deprecate -soundhw es1370Gerd Hoffmann1-7/+2
2020-07-06audio: deprecate -soundhw ac97Gerd Hoffmann1-7/+2
2020-07-06audio: add deprecated_register_soundhwGerd Hoffmann1-1/+23
2020-06-19hw/audio/gus: Fix registers 32-bit accessAllan Peramaki2-2/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-05-25hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'Philippe Mathieu-Daudé1-7/+1
2020-05-25es1370: check total frame count against current framePrasad J Pandit1-2/+5
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2-2/+2
2020-05-04Compress lines for immediate returnSimran Singhal2-7/+2
2020-03-25hw/audio/fmopl: fix segmentation faultVolker Rümelin1-2/+2
2020-03-16hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MBPhilippe Mathieu-Daudé1-14/+10