index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i2c
/
core.c
Age
Commit message (
Expand
)
Author
2020-01-20
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-27
i2c: have I2C receive operation return uint8_t
Corey Minyard
2018-06-08
hw/i2c: Add trace events
Philippe Mathieu-Daudé
2018-06-01
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
Philippe Mathieu-Daudé
2018-03-01
i2c: Move the bus class to i2c.h
Corey Minyard
2018-03-01
i2c: Fix some brace style issues
Corey Minyard
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-01-09
i2c: Allow I2C devices to NAK start events
Corey Minyard
2016-12-27
hw/i2c: Add a NULL check for i2c slave init callbacks
Alastair D'Silva
2016-10-24
i2c: Add asserts for second smbus i2c_start_transfer()
Corey Minyard
2016-10-24
i2c: Fix SMBus read transactions to avoid double events
Corey Minyard
2016-08-03
i2c: fix migration regression introduced by broadcast support
Igor Mammedov
2016-06-14
i2c: Factor our send() and recv() common logic
Peter Crosthwaite
2016-06-14
i2c: implement broadcast write
KONRAD Frederic
2016-06-14
i2cbus: remove unused dev field
KONRAD Frederic
2016-01-29
hw: Clean up includes
Peter Maydell
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2014-02-14
i2c: Rename i2c_bus to I2CBus
Andreas Färber
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-06-07
qdev: Drop FROM_QBUS() macro
Andreas Färber
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini