aboutsummaryrefslogtreecommitdiff
path: root/hw/audio/pl041.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/audio: Constify VMStateRichard Henderson1-4/+4
2023-09-22hw/audio/lm4549: Add errp error reporting to init functionMartin Kletzander1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-21audio: add audiodev properties to frontendsKővágó, Zoltán1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2017-01-11hw/audio: QOM'ify pl041.cxiaoqiang zhao1-11/+14
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-02-02audio: Clean up includesPeter Maydell1-0/+1
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-6/+3
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-07-29pl041: QOM cast cleanupAndreas Färber1-4/+8
2013-07-29pl041: Rename pl041_state to PL041StateAndreas Färber1-18/+19
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
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-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-2/+2
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+647