summaryrefslogtreecommitdiffstats
path: root/hw/display/framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini2018-02-131-1/+0Star
* framebuffer: make display updates thread safeGerd Hoffmann2017-04-241-6/+5Star
* hw/display/framebuffer.c: Avoid overflow for framebuffers > 4GBPeter Maydell2017-01-241-1/+1
* hw/display: Clean up includesPeter Maydell2016-01-291-0/+1
* framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebufferPaolo Bonzini2015-07-241-34/+41
* framebuffer: check memory_region_is_loggingPaolo Bonzini2015-06-051-0/+4
* memory: add ref/unref callsPaolo Bonzini2013-07-041-5/+7
* memory: make section size a 128-bit integerPaolo Bonzini2013-06-201-1/+2
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-0/+110