aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c/i2c-ddc.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-07i2c-ddc: move it to hw/displayPaolo Bonzini1-127/+0
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard1-1/+1
2019-01-11i2c-ddc: fix oob readGerd Hoffmann1-1/+1
2018-10-15i2c: switch ddc to use the new edid generatorGerd Hoffmann1-192/+8
2018-03-01hw/i2c-ddc: Do not fail writesLinus Walleij1-2/+2
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2017-06-01migration: Split qemu-file.hJuan Quintela1-0/+1
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard1-1/+3
2016-06-14hw/i2c-ddc.c: Implement DDC I2C slavePeter Maydell1-0/+308