summaryrefslogtreecommitdiff
path: root/hw/display/framebuffer.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini1-1/+0
2017-04-24framebuffer: make display updates thread safeGerd Hoffmann1-6/+5
2017-01-24hw/display/framebuffer.c: Avoid overflow for framebuffers > 4GBPeter Maydell1-1/+1
2016-01-29hw/display: Clean up includesPeter Maydell1-0/+1
2015-07-24framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebufferPaolo Bonzini1-34/+41
2015-06-05framebuffer: check memory_region_is_loggingPaolo Bonzini1-0/+4
2013-07-04memory: add ref/unref callsPaolo Bonzini1-5/+7
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-1/+2
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini1-0/+110