summaryrefslogtreecommitdiffstats
path: root/hw/audio/marvell_88w8618.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* hw/audio/marvell: Don't include unnecessary i2c.h header fileThomas Huth2019-01-091-1/+0Star
* audio: use TYPE_MV88W8618_AUDIO instead of hardcoded stringMao Zhongyi2018-10-291-1/+0Star
* audio: use object link instead of qdev property to pass wm8750 referenceMao Zhongyi2018-10-291-7/+6Star
* audio: use TYPE_WM8750 instead of a hardcoded stringMao Zhongyi2018-10-291-1/+1
* hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé2018-02-021-0/+1
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* hw/audio: QOM'ify marvell_88w8618.cxiaoqiang zhao2017-01-111-7/+11
* audio: Clean up includesPeter Maydell2016-02-021-0/+1
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-1/+0Star
* hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2013-12-241-0/+2
* audio/marvell_88w8618: QOM cast cleanupAndreas Färber2013-07-291-5/+9
* hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* remove some double-includesMichael Tokarev2013-05-181-1/+0Star
* Remove unneeded type castsStefan Weil2013-04-191-2/+1Star
* hw: move audio devices to hw/audio/, configure via default-configs/Paolo Bonzini2013-04-081-0/+303