summary refs log tree commit diff stats
path: root/hw/i2c/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: Move the bus class to i2c.hCorey Minyard2018-03-011-17/+0
* i2c: Fix some brace style issuesCorey Minyard2018-03-011-2/+1
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* i2c: Allow I2C devices to NAK start eventsCorey Minyard2017-01-091-6/+25
* hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva2016-12-271-1/+5
* i2c: Add asserts for second smbus i2c_start_transfer()Corey Minyard2016-10-241-1/+6
* i2c: Fix SMBus read transactions to avoid double eventsCorey Minyard2016-10-241-13/+19
* i2c: fix migration regression introduced by broadcast supportIgor Mammedov2016-08-031-3/+7
* i2c: Factor our send() and recv() common logicPeter Crosthwaite2016-06-141-18/+34
* i2c: implement broadcast writeKONRAD Frederic2016-06-141-55/+79
* i2cbus: remove unused dev fieldKONRAD Frederic2016-06-141-1/+0
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-4/+2
* i2c: Rename i2c_bus to I2CBusAndreas Färber2014-02-141-16/+16
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* qdev: Drop FROM_QBUS() macroAndreas Färber2013-06-071-2/+2
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+246