aboutsummaryrefslogtreecommitdiff
path: root/hw/audio/intel-hda.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-07-06audio: deprecate -soundhw hdaGerd Hoffmann1-0/+3
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-03-16hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MBPhilippe Mathieu-Daudé1-14/+10
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-11-27audio/hda: fix guest triggerable assertGerd Hoffmann1-0/+6
2018-06-25audio/hda: create millisecond timers that handle IOGerd Hoffmann1-7/+0
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-14/+14
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-18audio: intel-hda: do not use old_mmio accessesMatt Parker1-47/+11
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost1-1/+1
2017-05-04hw/audio: replace exit with unrealize in hda_codec_device_class_initZihan Yang1-3/+2
2016-10-26audio: intel-hda: check stream entry count during transferPrasad J Pandit1-1/+2
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin1-4/+20
2016-07-05intel-hda: change msi property typeCao jin1-4/+5
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-4/+1
2016-06-03hw/audio: QOM'ify intel-hdaxiaoqiang zhao1-4/+8
2016-06-03hw/audio: QOM cleanup for intel-hdaxiaoqiang zhao1-10/+10
2016-02-02audio: Clean up includesPeter Maydell1-0/+1
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-1/+0
2014-08-14hw/audio/intel-hda: Fix MSI capability addressJan Kiszka1-1/+3
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+2
2014-05-20hw/audio/intel-hda: Avoid shift into sign bitPeter Maydell1-2/+2
2014-05-20audio/intel-hda: support FIFORDYStanislav Vorobiov1-1/+2
2013-12-23misc: Use macro ARRAY_SIZE where possibleStefan Weil1-2/+2
2013-12-09intel-hda: fix position bufferGerd Hoffmann1-0/+1
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-1/+1
2013-08-30intel-hda: Pass size to hda_codec_bus_init()Andreas Färber1-2/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-2/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+3
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-14audio/intel-hda: QOM casting sweepPeter Crosthwaite1-8/+11
2013-06-14audio/intel-hda: Fix Inheritance hierachyPeter Crosthwaite1-7/+14
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini1-11/+11
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-2/+2
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+1329