aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c/core.c
AgeCommit message (Expand)Author
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard
2016-12-27hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva
2016-10-24i2c: Add asserts for second smbus i2c_start_transfer()pull-target-arm-20161024Corey Minyard
2016-10-24i2c: Fix SMBus read transactions to avoid double eventsCorey Minyard
2016-08-03i2c: fix migration regression introduced by broadcast supportIgor Mammedov
2016-06-14i2c: Factor our send() and recv() common logicPeter Crosthwaite
2016-06-14i2c: implement broadcast writeKONRAD Frederic
2016-06-14i2cbus: remove unused dev fieldKONRAD Frederic
2016-01-29hw: Clean up includesPeter Maydell
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-06-07qdev: Drop FROM_QBUS() macroAndreas Färber
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini