| Commit message (Expand) | Author | Age | Files | Lines |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -4/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -3/+1 |
* | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | hw/misc/pca9552: Add missing TypeInfo::class_size field | Philippe Mathieu-Daudé | 2020-06-29 | 1 | -0/+1 |
* | hw/misc/pca9552: Model qdev output GPIOs | Philippe Mathieu-Daudé | 2020-06-26 | 1 | -0/+6 |
* | hw/misc/pca9552: Trace GPIO change events | Philippe Mathieu-Daudé | 2020-06-26 | 1 | -0/+15 |
* | hw/misc/pca9552: Trace GPIO High/Low events | Philippe Mathieu-Daudé | 2020-06-26 | 1 | -0/+39 |
* | hw/misc/pca9552: Add a 'description' property for debugging purpose | Philippe Mathieu-Daudé | 2020-06-26 | 1 | -0/+18 |
* | hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552 | Philippe Mathieu-Daudé | 2020-06-26 | 1 | -18/+48 |
* | hw/misc/pca9552: Rename generic code as pca955x | Philippe Mathieu-Daudé | 2020-06-26 | 1 | -40/+40 |
* | hw/misc/pca9552: Rename 'nr_leds' as 'pin_count' | Philippe Mathieu-Daudé | 2020-06-26 | 1 | -5/+5 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | misc/pca9552: Add qom set and get | Joel Stanley | 2020-01-30 | 1 | -0/+90 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | i2c: have I2C receive operation return uint8_t | Corey Minyard | 2019-02-28 | 1 | -1/+1 |
* | misc: add pca9552 LED blinker model | Cédric Le Goater | 2018-06-08 | 1 | -0/+240 |