summaryrefslogtreecommitdiff
path: root/hw/display/cg3.c
AgeCommit message (Expand)Author
2023-12-29hw/display: Constify VMStateRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-05-28hw/display/cg3: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé
2020-03-17hw/display: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-05-11cg3: make display updates thread safeMark Cave-Ayland
2017-05-05cg3: add explicit ram_addr_t cast to scanline page variableMark Cave-Ayland
2017-04-21cg3: switch to load_image_mr() and remove prom-addr hackMark Cave-Ayland
2017-04-21cg3: fix up size parameter for memory_region_get_dirty()Mark Cave-Ayland
2017-04-21cg3: remove TARGET_PAGE_SIZE rounding on dirty page detectionMark Cave-Ayland
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29hw/display: Clean up includesPeter Maydell
2015-10-09hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-06-23hw/display/cg3.c: Fix memory leakShannon Zhao
2015-06-05display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini
2015-06-05display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-06-05cg3: add extra check to prevent CG3 register array overflowMark Cave-Ayland
2014-06-05cg3: move initialisation from realizefn to initfnMark Cave-Ayland
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann
2014-02-27sun4m: Add Sun CG3 framebuffer and corresponding OpenBIOS FCode ROMMark Cave-Ayland