Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-02-27 | i2c:smbus_slave: Add an SMBus vmstate structure | Corey Minyard | 1 | -0/+18 |
2019-02-27 | i2c:smbus: Make white space in switch statements consistent | Corey Minyard | 1 | -0/+9 |
2019-02-27 | i2c:smbus: Simplify read handling | Corey Minyard | 1 | -18/+3 |
2019-02-27 | i2c:smbus: Simplify write operation | Corey Minyard | 1 | -20/+5 |
2019-02-27 | i2c:smbus: Correct the working of quick commands | Corey Minyard | 1 | -16/+19 |
2019-02-27 | i2c: have I2C receive operation return uint8_t | Corey Minyard | 1 | -2/+2 |
2019-02-27 | i2c: Split smbus into parts | Corey Minyard | 1 | -0/+236 |