summary refs log tree commit diff stats
path: root/hw/display/cg3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini2018-02-131-1/+0
* 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/+1
* 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/+1
* 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/+2
* 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