summaryrefslogtreecommitdiff
path: root/hw/display/tcx.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini1-2/+0
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-2/+2
2017-05-11tcx: make display updates thread safeMark Cave-Ayland1-44/+24
2017-05-05tcx: fix cut/paste error in update_palette_entries()Mark Cave-Ayland1-1/+0
2017-04-21tcx: switch to load_image_mr() and remove prom_addr hackMark Cave-Ayland1-3/+1
2017-04-21tcx: use tcx_set_dirty() for accelerated opsMark Cave-Ayland1-5/+5
2017-04-21tcx: remove primitives for non-32-bit surfacesMark Cave-Ayland1-118/+8
2017-04-21tcx: remove TARGET_PAGE_SIZE from tcx24_update_display()Mark Cave-Ayland1-40/+6
2017-04-21tcx: remove TARGET_PAGE_SIZE from tcx_update_display()Mark Cave-Ayland1-32/+4
2017-04-21tcx: remove page24 and cpage from tcx24_update_display()Mark Cave-Ayland1-5/+2
2017-04-21tcx: alter tcx24_reset_dirty() to accept address and length parametersMark Cave-Ayland1-20/+11
2017-04-21tcx: alter tcx24_check_dirty() to accept address and length parametersMark Cave-Ayland1-11/+14
2017-04-21tcx: ensure tcx_set_dirty() also invalidates the 24-bit plane and cplaneMark Cave-Ayland1-0/+7
2017-04-21tcx: alter tcx_set_dirty() to accept address and length parametersMark Cave-Ayland1-6/+6
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29hw/display: Clean up includesPeter Maydell1-0/+1
2015-11-06hw/display/tcx: Remove superfluous OBJECT() typecastsThomas Huth1-14/+12
2015-10-09hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini1-1/+1
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-2/+2
2015-06-23hw/display/tcx.c: Fix memory leakShannon Zhao1-0/+1
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-05display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini1-0/+2
2015-06-05display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini1-0/+1
2014-09-23tcx: Implement hardware accelerationMark Cave-Ayland1-118/+559
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+3
2014-06-05tcx: move initialisation from realizefn to initfnMark Cave-Ayland1-18/+28
2014-06-05tcx: move initialisation from SysBusDevice class to TCX class realizefnMark Cave-Ayland1-14/+12
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-2/+2
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-2/+2
2013-11-21sun4m: Add FCode ROM for TCX framebufferMark Cave-Ayland1-1/+25
2013-07-29tcx: QOM cast cleanupAndreas Färber1-4/+8
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini1-8/+10
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-8/+8
2013-06-02tcx: Fix 24-bit display modeMark Cave-Ayland1-4/+6
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-2/+2
2013-04-20qdev: Drop taddr propertiesPeter Maydell1-1/+0
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-6/+12
2013-04-16console: simplify screendumpGerd Hoffmann1-127/+2
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini1-0/+739