summaryrefslogtreecommitdiff
path: root/hw/display/tcx.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-21sun4m: Add FCode ROM for TCX framebufferMark Cave-Ayland1-1/+25
2013-07-29tcx: QOM cast cleanupAndreas Färber1-4/+8
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini1-8/+10
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-8/+8
2013-06-02tcx: Fix 24-bit display modeMark Cave-Ayland1-4/+6
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-2/+2
2013-04-20qdev: Drop taddr propertiesPeter Maydell1-1/+0
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-6/+12
2013-04-16console: simplify screendumpGerd Hoffmann1-127/+2
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini1-0/+739