index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
i2c
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
2020-07-16
1
-3
/
+3
*
hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()
Philippe Mathieu-Daudé
2020-07-16
1
-3
/
+3
*
hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()
Philippe Mathieu-Daudé
2020-07-16
1
-6
/
+5
*
hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()
Philippe Mathieu-Daudé
2020-06-26
1
-2
/
+16
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+3
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
2020-01-20
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
i2c: have I2C receive operation return uint8_t
Corey Minyard
2019-02-28
1
-19
/
+13
*
hw/i2c: Add trace events
Philippe Mathieu-Daudé
2018-06-08
1
-7
/
+18
*
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
Philippe Mathieu-Daudé
2018-06-01
1
-13
/
+0
*
i2c: Move the bus class to i2c.h
Corey Minyard
2018-03-01
1
-17
/
+0
*
i2c: Fix some brace style issues
Corey Minyard
2018-03-01
1
-2
/
+1
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-1
/
+3
*
i2c: Allow I2C devices to NAK start events
Corey Minyard
2017-01-09
1
-6
/
+25
*
hw/i2c: Add a NULL check for i2c slave init callbacks
Alastair D'Silva
2016-12-27
1
-1
/
+5
*
i2c: Add asserts for second smbus i2c_start_transfer()
Corey Minyard
2016-10-24
1
-1
/
+6
*
i2c: Fix SMBus read transactions to avoid double events
Corey Minyard
2016-10-24
1
-13
/
+19
*
i2c: fix migration regression introduced by broadcast support
Igor Mammedov
2016-08-03
1
-3
/
+7
*
i2c: Factor our send() and recv() common logic
Peter Crosthwaite
2016-06-14
1
-18
/
+34
*
i2c: implement broadcast write
KONRAD Frederic
2016-06-14
1
-55
/
+79
*
i2cbus: remove unused dev field
KONRAD Frederic
2016-06-14
1
-1
/
+0
*
hw: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2014-05-14
1
-4
/
+2
*
i2c: Rename i2c_bus to I2CBus
Andreas Färber
2014-02-14
1
-16
/
+16
*
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
1
-0
/
+1
*
qdev: Drop FROM_QBUS() macro
Andreas Färber
2013-06-07
1
-2
/
+2
*
hw: move target-independent files to subdirectories
Paolo Bonzini
2013-04-08
1
-0
/
+246