summaryrefslogtreecommitdiffstats
path: root/hw/audio/pl041.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* audio: add audiodev properties to frontendsKővágó, Zoltán2019-08-211-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* 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/+1
* hw/audio: QOM'ify pl041.cxiaoqiang zhao2017-01-111-11/+14
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* audio: Clean up includesPeter Maydell2016-02-021-0/+1
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-6/+3Star
* sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0Star
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* pl041: QOM cast cleanupAndreas Färber2013-07-291-4/+8
* pl041: Rename pl041_state to PL041StateAndreas Färber2013-07-291-18/+19
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* 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
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-2/+2
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+647