1. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
  2. d645427 Include migration/vmstate.h less by Markus Armbruster · 5 years ago
  3. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  4. 547db24 i2c:smbus_slave: Add an SMBus vmstate structure by Corey Minyard · 7 years ago
  5. 8b38e53 i2c:smbus: Make white space in switch statements consistent by Corey Minyard · 6 years ago
  6. 031ac49 i2c:smbus: Simplify read handling by Corey Minyard · 6 years ago
  7. 9cf27d7 i2c:smbus: Simplify write operation by Corey Minyard · 6 years ago
  8. 905cec6 i2c:smbus: Correct the working of quick commands by Corey Minyard · 6 years ago
  9. 2ac4c5f i2c: have I2C receive operation return uint8_t by Corey Minyard · 6 years ago
  10. 93198b6 i2c: Split smbus into parts by Corey Minyard · 6 years ago[Renamed (65%) from hw/i2c/smbus.c]
  11. 629457a i2c: Add a length check to the SMBus write handling by Corey Minyard · 6 years ago
  12. 4b615be i2c: pm_smbus: Fix the semantics of block I2C transfers by Corey Minyard · 6 years ago
  13. 19473e5 hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::init by Philippe Mathieu-Daudé · 7 years ago
  14. d307c28 i2c: Allow I2C devices to NAK start events by Corey Minyard · 8 years ago
  15. cc083d8 i2c: Add asserts for second smbus i2c_start_transfer() by Corey Minyard · 8 years ago
  16. 0430891 hw: Clean up includes by Peter Maydell · 9 years ago
  17. 046a184 smbus: return -1 if nothing found at the given address by Paolo Bonzini · 11 years ago
  18. 285364e smbus: allow returning an error from reads by Paolo Bonzini · 11 years ago
  19. a5c8285 i2c: Rename i2c_bus to I2CBus by Andreas Färber · 11 years ago
  20. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/smbus.c]
  21. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  22. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  23. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  24. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  25. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  26. b5ea932 i2c: smbus: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  27. 9e07bdf i2c: rename i2c_slave -> I2CSlave by Anthony Liguori · 13 years ago
  28. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  29. 5b7f532 i2c: addresses are load/save as uint8_t values, change types to reflect this by Juan Quintela · 15 years ago
  30. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 15 years ago
  31. 074f2ff qdev: move name+size into DeviceInfo (v2) by Gerd Hoffmann · 16 years ago
  32. 1ea9667 SMBus qdev conversion by Paul Brook · 16 years ago
  33. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  34. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  35. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  36. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  37. 3f58226 Implement the PXA2xx I2C master controller. by balrog · 18 years ago
  38. 0ff596d I2C/SMBus framework. by pbrook · 18 years ago