summaryrefslogtreecommitdiff
path: root/hw/display/ads7846.c
AgeCommit message (Expand)Author
2020-12-13ads7846: moves from the hw/display folder to the hw/input folder.Gan Qixin
2020-12-10hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé
2020-11-17ads7846: put it into the 'input' 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
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
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-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-03-12ssi: Convert legacy SSI_SLAVE -> DEVICE castsPeter Crosthwaite
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini