summaryrefslogtreecommitdiffstats
path: root/hw/display/tcx.c
Commit message (Expand)AuthorAgeFilesLines
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-2/+2
* tcx: make display updates thread safeMark Cave-Ayland2017-05-111-44/+24Star
* tcx: fix cut/paste error in update_palette_entries()Mark Cave-Ayland2017-05-051-1/+0Star
* tcx: switch to load_image_mr() and remove prom_addr hackMark Cave-Ayland2017-04-211-3/+1Star
* tcx: use tcx_set_dirty() for accelerated opsMark Cave-Ayland2017-04-211-5/+5
* tcx: remove primitives for non-32-bit surfacesMark Cave-Ayland2017-04-211-118/+8Star
* tcx: remove TARGET_PAGE_SIZE from tcx24_update_display()Mark Cave-Ayland2017-04-211-40/+6Star
* tcx: remove TARGET_PAGE_SIZE from tcx_update_display()Mark Cave-Ayland2017-04-211-32/+4Star
* tcx: remove page24 and cpage from tcx24_update_display()Mark Cave-Ayland2017-04-211-5/+2Star
* tcx: alter tcx24_reset_dirty() to accept address and length parametersMark Cave-Ayland2017-04-211-20/+11Star
* tcx: alter tcx24_check_dirty() to accept address and length parametersMark Cave-Ayland2017-04-211-11/+14
* tcx: ensure tcx_set_dirty() also invalidates the 24-bit plane and cplaneMark Cave-Ayland2017-04-211-0/+7
* tcx: alter tcx_set_dirty() to accept address and length parametersMark Cave-Ayland2017-04-211-6/+6
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-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/display/tcx: Remove superfluous OBJECT() typecastsThomas Huth2015-11-061-14/+12Star
* hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini2015-10-091-1/+1
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-2/+2
* hw/display/tcx.c: Fix memory leakShannon Zhao2015-06-231-0/+1
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini2015-06-051-0/+2
* display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini2015-06-051-0/+1
* tcx: Implement hardware accelerationMark Cave-Ayland2014-09-231-118/+559
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+3
* tcx: move initialisation from realizefn to initfnMark Cave-Ayland2014-06-051-18/+28
* tcx: move initialisation from SysBusDevice class to TCX class realizefnMark Cave-Ayland2014-06-051-14/+12Star
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1Star
* console: add head to index to qemu consoles.Gerd Hoffmann2014-03-051-2/+2
* qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-2/+2
* sun4m: Add FCode ROM for TCX framebufferMark Cave-Ayland2013-11-211-1/+25
* tcx: QOM cast cleanupAndreas Färber2013-07-291-4/+8
* hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-8/+10
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-8/+8
* tcx: Fix 24-bit display modeMark Cave-Ayland2013-06-021-4/+6
* console: add device link to QemuConsolesGerd Hoffmann2013-04-251-2/+2
* qdev: Drop taddr propertiesPeter Maydell2013-04-201-1/+0Star
* console: add GraphicHwOpsGerd Hoffmann2013-04-161-6/+12
* console: simplify screendumpGerd Hoffmann2013-04-161-127/+2Star
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-0/+739