summaryrefslogtreecommitdiffstats
path: root/hw/display/bcm2835_fb.c
Commit message (Expand)AuthorAgeFilesLines
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-211-1/+1
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster2020-07-101-7/+1Star
* hw/display/bcm2835_fb.c: Initialize all fields of structPeter Maydell2020-07-031-0/+4
* hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé2020-03-231-1/+0Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/arm/bcm2835_peripherals: Name various address spacesPhilippe Mathieu-Daudé2019-10-151-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus 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/display/bcm2835_fb: Silence Coverity warning about multiply overflowPeter Maydell2018-10-081-1/+1
* hw/display/bcm2835_fb: Validate bcm2835_fb_mbox_push() configPeter Maydell2018-08-241-27/+26Star
* hw/display/bcm2835_fb: Validate config settingsPeter Maydell2018-08-241-2/+46
* hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell2018-08-241-6/+22
* hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell2018-08-241-3/+3
* hw/display/bcm2835_fb: Reset resolution, etc correctlyPeter Maydell2018-08-241-12/+15
* hw/display/bcm2835_fb: Drop unused size and pitch fieldsPeter Maydell2018-08-241-11/+8Star
* hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell2018-08-241-24/+3Star
* hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell2018-08-241-55/+59
* display: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE2016-03-161-0/+424