aboutsummaryrefslogtreecommitdiff
path: root/hw/audio
AgeCommit message (Expand)Author
2019-08-21audio: remove audio_MIN, audio_MAXKővágó, Zoltán
2019-08-21audio: add audiodev properties to frontendsKővágó, Zoltán
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-06hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-04-01Revert "audio: fix pc speaker init"Gerd Hoffmann
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán
2019-03-07i2c: express dependencies with KconfigPaolo Bonzini
2019-03-07isa: express dependencies with kconfigPaolo Bonzini
2019-03-07build: convert sound.mak to KconfigPaolo Bonzini
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard
2019-01-24audio: fix pc speaker initGerd Hoffmann
2019-01-09hw/audio/marvell: Don't include unnecessary i2c.h header fileThomas Huth
2018-11-27audio/hda: fix guest triggerable assertGerd Hoffmann
2018-11-26fmops: fix off-by-one in AR_TABLE and DR_TABLE array sizeGerd Hoffmann
2018-10-29audio: use TYPE_MV88W8618_AUDIO instead of hardcoded stringMao Zhongyi
2018-10-29audio: use object link instead of qdev property to pass wm8750 referenceMao Zhongyi
2018-10-29audio: use TYPE_WM8750 instead of a hardcoded stringMao Zhongyi
2018-10-29hw: AC97: make it more QOMconventionalLi Qiang
2018-10-19es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini
2018-10-02es1370: fix ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini
2018-08-23es1370: simplify MemoryRegionOpsPaolo Bonzini
2018-07-24audio/hda: Fix migrationDr. David Alan Gilbert
2018-07-03audio/hda: fix CID 1393631Gerd Hoffmann
2018-07-03audio/hda: adjust larger gaps fasterGerd Hoffmann
2018-07-02audio/hda: drop atomicsGerd Hoffmann
2018-06-25audio/hda: enable new timer code by default.Gerd Hoffmann
2018-06-25audio/hda: detect output buffer overrunsGerd Hoffmann
2018-06-25audio/hda: tweak timer adjust logicGerd Hoffmann
2018-06-25audio/hda: turn some dprintfs into trace pointsGerd Hoffmann
2018-06-25audio/hda: create millisecond timers that handle IOGerd Hoffmann
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé
2018-03-26hw/audio: Fix crashes when devices are used on ISA bus without DMAThomas Huth
2018-02-02hw/audio/sb16.c: change dolog() to qemu_log_mask()John Arbuckle
2018-02-02hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-12-18misc: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27migration: pre_save return intDr. David Alan Gilbert