Age | Commit message (Expand) | Author |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-07-03 | hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s... | Peter Maydell |
2019-06-28 | i2c: Move bitbang_i2c.h to include/hw/i2c/ | BALATON Zoltan |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2016-11-07 | hw/i2c/bitbang_i2c: Handle NACKs from devices | Peter Maydell |
2016-06-14 | hw/i2c: QOM'ify bitbang_i2c.c | xiaoqiang zhao |
2016-01-29 | hw: Clean up includes | Peter Maydell |
2014-02-14 | i2c: Rename i2c_bus to I2CBus | Andreas Färber |
2013-07-29 | bitbang_i2c: QOM cast cleanup | Andreas Färber |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum |
2013-07-04 | hw/i*: pass owner to memory_region_init* functions | Paolo Bonzini |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini |
2013-04-08 | hw: move I2C controllers to hw/i2c/, configure via default-configs/ | Paolo Bonzini |