summaryrefslogtreecommitdiffstats
path: root/hw/misc/tmp421.c
Commit message (Expand)AuthorAgeFilesLines
* tmp421: Register properties as class propertiesEduardo Habkost2020-12-141-17/+13Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-4/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-5/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-4/+4
* Do not use %m in common code to print error messagesThomas Huth2019-10-221-2/+2
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-281-1/+1
* misc: Avoid UTF-8 in error messagesEric Blake2018-12-111-1/+1
* hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé2018-06-011-5/+3Star
* hw/misc: add a TMP42{1, 2, 3} device modelCédric Le Goater2017-06-131-0/+402