aboutsummaryrefslogtreecommitdiff
path: root/hw/display/pl110.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26hw/display/pl110: Pass frame buffer memory region as link propertyPhilippe Mathieu-Daudé1-4/+16
2023-12-29hw/display: Constify VMStateRichard Henderson1-1/+1
2021-03-14hw/display/pl110: Remove use of BITS from pl110_template.hPeter Maydell1-58/+55
2021-03-14hw/display/pl110: Pull included-once parts of template header into pl110.cPeter Maydell1-0/+79
2021-03-14hw/display/pl110: Remove dead code for non-32-bpp surfacesPeter Maydell1-45/+8
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-08-27pl110: Rename pl110_version enum valuesEduardo Habkost1-11/+11
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
2018-01-25pl110: Implement vertical compare/next base interruptsLinus Walleij1-1/+29
2016-10-24hw/display: QOM'ify pl110.cxiaoqiang zhao1-5/+3
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-07-24framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebufferPaolo Bonzini1-2/+11
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-1/+1
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-09-10pl110: Clarify comment about PL110 ID on VersatilePBPeter Maydell1-10/+8
2013-07-29pl110: QOM'ify pl110, pl110_versatile and pl111Andreas Färber1-45/+38
2013-07-29pl110: Rename pl110_state to PL110StateAndreas Färber1-32/+32
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+3
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-1/+1
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-3/+6
2013-04-16console: simplify screendumpGerd Hoffmann1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-6/+6
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+533