summaryrefslogtreecommitdiffstats
path: root/hw/display/tcx.c
Commit message (Expand)AuthorAgeFilesLines
* hw/display/tcx: add missing 64-bit access for framebuffer blitterMark Cave-Ayland2020-11-221-1/+5
* hw/display/tcx: Allow 64-bit accesses to framebuffer stippler and blitterPhilippe Mathieu-Daudé2020-10-281-3/+15
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-2/+2
* hw/display: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-3/+2Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/display/tcx: Add missing fall through commentsPhilippe Mathieu-Daudé2020-01-241-0/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster2018-10-191-1/+1
* memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini2018-02-131-2/+0Star
* 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