summaryrefslogtreecommitdiff
path: root/hw/audio/intel-hda.c
AgeCommit message (Expand)Author
2020-03-16hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MBPhilippe Mathieu-Daudé
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-11-27audio/hda: fix guest triggerable assertGerd Hoffmann
2018-06-25audio/hda: create millisecond timers that handle IOGerd Hoffmann
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-18audio: intel-hda: do not use old_mmio accessesMatt Parker
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost
2017-05-04hw/audio: replace exit with unrealize in hda_codec_device_class_initZihan Yang
2016-10-26audio: intel-hda: check stream entry count during transferPrasad J Pandit
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin
2016-07-05intel-hda: change msi property typeCao jin
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-03hw/audio: QOM'ify intel-hdaxiaoqiang zhao
2016-06-03hw/audio: QOM cleanup for intel-hdaxiaoqiang zhao
2016-02-02audio: Clean up includesPeter Maydell
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-08-14hw/audio/intel-hda: Fix MSI capability addressJan Kiszka
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-05-20hw/audio/intel-hda: Avoid shift into sign bitPeter Maydell
2014-05-20audio/intel-hda: support FIFORDYStanislav Vorobiov
2013-12-23misc: Use macro ARRAY_SIZE where possibleStefan Weil
2013-12-09intel-hda: fix position bufferGerd Hoffmann
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-30intel-hda: Pass size to hda_codec_bus_init()Andreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-14audio/intel-hda: QOM casting sweepPeter Crosthwaite
2013-06-14audio/intel-hda: Fix Inheritance hierachyPeter Crosthwaite
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini