summaryrefslogtreecommitdiff
path: root/hw/i2c/core.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-01i2c: Move the bus class to i2c.hCorey Minyard1-17/+0
2018-03-01i2c: Fix some brace style issuesCorey Minyard1-2/+1
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard1-6/+25
2016-12-27hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva1-1/+5
2016-10-24i2c: Add asserts for second smbus i2c_start_transfer()Corey Minyard1-1/+6
2016-10-24i2c: Fix SMBus read transactions to avoid double eventsCorey Minyard1-13/+19
2016-08-03i2c: fix migration regression introduced by broadcast supportIgor Mammedov1-3/+7
2016-06-14i2c: Factor our send() and recv() common logicPeter Crosthwaite1-18/+34
2016-06-14i2c: implement broadcast writeKONRAD Frederic1-55/+79
2016-06-14i2cbus: remove unused dev fieldKONRAD Frederic1-1/+0
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-4/+2
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-16/+16
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-06-07qdev: Drop FROM_QBUS() macroAndreas Färber1-2/+2
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+246