Age | Commit message (Expand) | Author |
2012-06-18 | qbus: Make child devices links | Anthony Liguori |
2012-06-18 | qdev: Convert busses to QEMU Object Model | Anthony Liguori |
2012-06-18 | qdev: Move bus properties to abstract superclasses | Paolo Bonzini |
2012-06-18 | qdev: Move bus properties to a separate global | Paolo Bonzini |
2012-02-15 | qom: Unify type registration | Andreas Färber |
2012-02-03 | qdev: kill off DeviceInfo | Anthony Liguori |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori |
2012-01-27 | i2c: smbus: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | i2c: rename i2c_slave -> I2CSlave | Anthony Liguori |
2011-10-28 | qdev: switch children device list to QTAILQ | Paolo Bonzini |
2011-07-23 | Correct spelling of licensed | Matthew Fernandez |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson |
2009-12-02 | fix I2C slave addressing | Juha Riihimäki |
2009-10-07 | New qdev_init_nofail() | Markus Armbruster |
2009-10-05 | vmstate: remove i2c_slave_load/save | Juan Quintela |
2009-10-05 | vmstate: create VMSTATE_I2C_SLAVE | Juan Quintela |
2009-10-05 | vmstate: port i2c_slave device | Juan Quintela |
2009-10-05 | vmstate: port i2c_bus device | Juan Quintela |
2009-10-05 | i2c: addresses are load/save as uint8_t values, change types to reflect this | Juan Quintela |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann |
2009-08-10 | qdev/prop: convert i2c.c to helper macros. | Gerd Hoffmann |
2009-07-16 | qdev: rework device properties. | Gerd Hoffmann |
2009-07-09 | qdev: replace bus_type enum with bus_info struct. | Gerd Hoffmann |
2009-06-11 | qdev: move name+size into DeviceInfo (v2) | Gerd Hoffmann |
2009-05-23 | Add common BusState | Paul Brook |
2009-05-14 | I2C cleanup | Paul Brook |
2009-05-14 | I2C qdev support | Paul Brook |
2008-07-29 | Fix load width for slave address in i2c_bus_load (Chris Lalancette). | balrog |
2008-07-01 | Fix i2c save/restore. | pbrook |
2007-11-17 | Break up vl.h. | pbrook |
2007-11-03 | Initial OMAP I^2C controller implementation (communication not tested). | balrog |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-05-24 | Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware. | balrog |
2007-05-23 | I2C/SMBus framework. | pbrook |