aboutsummaryrefslogtreecommitdiff
path: root/hw/display/tcx.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/display: Constify VMStateRichard Henderson1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-1/+1
2021-03-06hw/display/tcx: Drop unnecessary code for handling BGR format outputsPeter Maydell1-23/+8
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-11-22hw/display/tcx: add missing 64-bit access for framebuffer blitterMark Cave-Ayland1-1/+5
2020-10-28hw/display/tcx: Allow 64-bit accesses to framebuffer stippler and blitterPhilippe Mathieu-Daudé1-3/+15
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-2/+2
2020-03-17hw/display: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-3/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-24hw/display/tcx: Add missing fall through commentsPhilippe Mathieu-Daudé1-0/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster1-1/+1
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