aboutsummaryrefslogtreecommitdiff
path: root/hw/display/cg3.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/display: Constify VMStateRichard Henderson1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+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-05-28hw/display/cg3: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé1-10/+4
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-1/+1
2020-03-17hw/display: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-3/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+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-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster1-1/+1
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini1-0/+1
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini1-1/+0
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-2/+2
2017-05-11cg3: make display updates thread safeMark Cave-Ayland1-20/+21
2017-05-05cg3: add explicit ram_addr_t cast to scanline page variableMark Cave-Ayland1-1/+1
2017-04-21cg3: switch to load_image_mr() and remove prom-addr hackMark Cave-Ayland1-3/+1
2017-04-21cg3: fix up size parameter for memory_region_get_dirty()Mark Cave-Ayland1-1/+1
2017-04-21cg3: remove TARGET_PAGE_SIZE rounding on dirty page detectionMark Cave-Ayland1-4/+2
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29hw/display: Clean up includesPeter Maydell1-0/+1
2015-10-09hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini1-2/+2
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-2/+2
2015-06-23hw/display/cg3.c: Fix memory leakShannon Zhao1-0/+1
2015-06-05display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini1-0/+1
2015-06-05display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini1-0/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+4
2014-06-05cg3: add extra check to prevent CG3 register array overflowMark Cave-Ayland1-2/+2
2014-06-05cg3: move initialisation from realizefn to initfnMark Cave-Ayland1-8/+15
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-1/+1
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-1/+1
2014-02-27sun4m: Add Sun CG3 framebuffer and corresponding OpenBIOS FCode ROMMark Cave-Ayland1-0/+385