aboutsummaryrefslogtreecommitdiff
path: root/hw/display/tcx.c
AgeCommit message (Expand)Author
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster
2021-03-06hw/display/tcx: Drop unnecessary code for handling BGR format outputsPeter Maydell
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-11-22hw/display/tcx: add missing 64-bit access for framebuffer blitterMark Cave-Ayland
2020-10-28hw/display/tcx: Allow 64-bit accesses to framebuffer stippler and blitterPhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé
2020-03-17hw/display: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24hw/display/tcx: Add missing fall through commentsPhilippe Mathieu-Daudé
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