aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c/smbus.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-27i2c: Split smbus into partsCorey Minyard1-379/+0
2018-12-03i2c: Add a length check to the SMBus write handlingCorey Minyard1-1/+5
2018-08-23i2c: pm_smbus: Fix the semantics of block I2C transfersCorey Minyard1-13/+24
2018-06-01hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::initPhilippe Mathieu-Daudé1-9/+0
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard1-4/+9
2016-10-24i2c: Add asserts for second smbus i2c_start_transfer()Corey Minyard1-3/+9
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2014-05-07smbus: return -1 if nothing found at the given addressPaolo Bonzini1-18/+44
2014-05-07smbus: allow returning an error from readsPaolo Bonzini1-3/+3
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-9/+9
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+335