aboutsummaryrefslogtreecommitdiff
path: root/hw/display/ssd0323.c
AgeCommit message (Expand)Author
2020-12-10hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé
2020-11-17ssd0323: put it into the 'display' categoryGan Qixin
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-07-03Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2016-09-22vmstateify ssd0323 displayDr. David Alan Gilbert
2016-07-04ssi: change ssi_slave_init to be a realize opsCédric Le Goater
2016-01-29hw/display: Clean up includesPeter Maydell
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis
2014-05-05ssd0323: fix buffer overun on invalid state loadMichael S. Tsirkin
2014-03-12ssi: Convert legacy SSI_SLAVE -> DEVICE castsPeter Crosthwaite
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann
2013-04-25console: add device link to QemuConsolesGerd Hoffmann
2013-04-16console: add GraphicHwOpsGerd Hoffmann
2013-04-16console: simplify screendumpGerd Hoffmann
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini