summaryrefslogtreecommitdiffstats
path: root/hw/display/cg3.c
Commit message (Expand)AuthorAgeFilesLines
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/display/cg3: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2020-05-281-10/+4Star
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* hw/display: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-3/+2Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus 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-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster2018-10-191-1/+1
* fix "Missing break in switch" coverity reportsPaolo Bonzini2018-08-231-0/+1
* memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini2018-02-131-1/+0Star
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-161-1/+1
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-2/+2
* cg3: make display updates thread safeMark Cave-Ayland2017-05-111-20/+21
* cg3: add explicit ram_addr_t cast to scanline page variableMark Cave-Ayland2017-05-051-1/+1
* cg3: switch to load_image_mr() and remove prom-addr hackMark Cave-Ayland2017-04-211-3/+1Star
* cg3: fix up size parameter for memory_region_get_dirty()Mark Cave-Ayland2017-04-211-1/+1
* cg3: remove TARGET_PAGE_SIZE rounding on dirty page detectionMark Cave-Ayland2017-04-211-4/+2Star
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/display: Clean up includesPeter Maydell2016-01-291-0/+1
* hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini2015-10-091-2/+2
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-2/+2
* hw/display/cg3.c: Fix memory leakShannon Zhao2015-06-231-0/+1
* display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini2015-06-051-0/+1
* display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini2015-06-051-0/+1
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+4
* cg3: add extra check to prevent CG3 register array overflowMark Cave-Ayland2014-06-051-2/+2
* cg3: move initialisation from realizefn to initfnMark Cave-Ayland2014-06-051-8/+15
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-1/+1
* console: add head to index to qemu consoles.Gerd Hoffmann2014-03-051-1/+1
* sun4m: Add Sun CG3 framebuffer and corresponding OpenBIOS FCode ROMMark Cave-Ayland2014-02-271-0/+385