aboutsummaryrefslogtreecommitdiff
path: root/hw/display/tcx.c
AgeCommit message (Expand)Author
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-05-11tcx: make display updates thread safeMark Cave-Ayland
2017-05-05tcx: fix cut/paste error in update_palette_entries()Mark Cave-Ayland
2017-04-21tcx: switch to load_image_mr() and remove prom_addr hackMark Cave-Ayland
2017-04-21tcx: use tcx_set_dirty() for accelerated opsMark Cave-Ayland
2017-04-21tcx: remove primitives for non-32-bit surfacesMark Cave-Ayland
2017-04-21tcx: remove TARGET_PAGE_SIZE from tcx24_update_display()Mark Cave-Ayland
2017-04-21tcx: remove TARGET_PAGE_SIZE from tcx_update_display()Mark Cave-Ayland
2017-04-21tcx: remove page24 and cpage from tcx24_update_display()Mark Cave-Ayland
2017-04-21tcx: alter tcx24_reset_dirty() to accept address and length parametersMark Cave-Ayland
2017-04-21tcx: alter tcx24_check_dirty() to accept address and length parametersMark Cave-Ayland
2017-04-21tcx: ensure tcx_set_dirty() also invalidates the 24-bit plane and cplaneMark Cave-Ayland
2017-04-21tcx: alter tcx_set_dirty() to accept address and length parametersMark Cave-Ayland
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29hw/display: Clean up includesPeter Maydell
2015-11-06hw/display/tcx: Remove superfluous OBJECT() typecastsThomas Huth
2015-10-09hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-06-23hw/display/tcx.c: Fix memory leakShannon Zhao
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-05display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini
2015-06-05display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini
2014-09-23tcx: Implement hardware accelerationMark Cave-Ayland
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-06-05tcx: move initialisation from realizefn to initfnMark Cave-Ayland
2014-06-05tcx: move initialisation from SysBusDevice class to TCX class realizefnMark Cave-Ayland
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2013-11-21sun4m: Add FCode ROM for TCX framebufferMark Cave-Ayland
2013-07-29tcx: QOM cast cleanupAndreas Färber
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-02tcx: Fix 24-bit display modeMark Cave-Ayland
2013-04-25console: add device link to QemuConsolesGerd Hoffmann
2013-04-20qdev: Drop taddr propertiesPeter Maydell
2013-04-16console: add GraphicHwOpsGerd Hoffmann
2013-04-16console: simplify screendumpGerd Hoffmann
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini