index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
i2c.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw: include hw header files with full paths
Paolo Bonzini
2013-03-01
1
-1
/
+1
*
i2c: Drop I2C_SLAVE_FROM_QDEV() macro
Andreas Färber
2013-02-01
1
-2
/
+2
*
Make all static TypeInfos const
Andreas Färber
2013-01-10
1
-1
/
+1
*
qbus: Make child devices links
Anthony Liguori
2012-06-18
1
-2
/
+3
*
qdev: Convert busses to QEMU Object Model
Anthony Liguori
2012-06-18
1
-5
/
+10
*
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
2012-06-18
1
-1
/
+1
*
qdev: Move bus properties to a separate global
Paolo Bonzini
2012-06-18
1
-4
/
+6
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: kill off DeviceInfo
Anthony Liguori
2012-02-03
1
-1
/
+1
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-13
/
+8
*
i2c: smbus: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-18
/
+65
*
i2c: rename i2c_slave -> I2CSlave
Anthony Liguori
2012-01-27
1
-15
/
+15
*
qdev: switch children device list to QTAILQ
Paolo Bonzini
2011-10-28
1
-1
/
+1
*
Correct spelling of licensed
Matthew Fernandez
2011-07-23
1
-1
/
+1
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-1
/
+1
*
fix I2C slave addressing
Juha Riihimäki
2009-12-02
1
-2
/
+4
*
New qdev_init_nofail()
Markus Armbruster
2009-10-07
1
-1
/
+1
*
vmstate: remove i2c_slave_load/save
Juan Quintela
2009-10-05
1
-11
/
+0
*
vmstate: create VMSTATE_I2C_SLAVE
Juan Quintela
2009-10-05
1
-1
/
+1
*
vmstate: port i2c_slave device
Juan Quintela
2009-10-05
1
-7
/
+26
*
vmstate: port i2c_bus device
Juan Quintela
2009-10-05
1
-12
/
+19
*
i2c: addresses are load/save as uint8_t values, change types to reflect this
Juan Quintela
2009-10-05
1
-10
/
+11
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-1
/
+1
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-2
/
+2
*
qdev/prop: convert i2c.c to helper macros.
Gerd Hoffmann
2009-08-10
1
-6
/
+2
*
qdev: rework device properties.
Gerd Hoffmann
2009-07-16
1
-2
/
+9
*
qdev: replace bus_type enum with bus_info struct.
Gerd Hoffmann
2009-07-09
1
-3
/
+7
*
qdev: move name+size into DeviceInfo (v2)
Gerd Hoffmann
2009-06-11
1
-3
/
+3
*
Add common BusState
Paul Brook
2009-05-23
1
-16
/
+19
*
I2C cleanup
Paul Brook
2009-05-14
1
-21
/
+0
*
I2C qdev support
Paul Brook
2009-05-14
1
-9
/
+45
*
Fix load width for slave address in i2c_bus_load (Chris Lalancette).
balrog
2008-07-29
1
-1
/
+1
*
Fix i2c save/restore.
pbrook
2008-07-01
1
-22
/
+27
*
Break up vl.h.
pbrook
2007-11-17
1
-2
/
+3
*
Initial OMAP I^2C controller implementation (communication not tested).
balrog
2007-11-03
1
-2
/
+1
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-1
/
+1
*
Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.
balrog
2007-05-24
1
-0
/
+31
*
I2C/SMBus framework.
pbrook
2007-05-23
1
-0
/
+117