aboutsummaryrefslogtreecommitdiff
path: root/hw/input/lm832x.c
AgeCommit message (Expand)Author
2023-12-29hw/input: Constify VMStateRichard Henderson
2021-07-08hw/input/lm832x: Define TYPE_LM8323 in public headerPhilippe Mathieu-Daudé
2021-07-08hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé
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
2019-10-15hw/input/lm832x: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard
2016-01-29hw: Clean up includesPeter Maydell
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-02-14lm832x: QOM'ifyAndreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini