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
/
smbus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-6
/
+0
*
i2c: smbus: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-27
/
+50
*
i2c: rename i2c_slave -> I2CSlave
Anthony Liguori
2012-01-27
1
-4
/
+4
*
Correct spelling of licensed
Matthew Fernandez
2011-07-23
1
-1
/
+1
*
i2c: addresses are load/save as uint8_t values, change types to reflect this
Juan Quintela
2009-10-05
1
-9
/
+9
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-2
/
+2
*
qdev: move name+size into DeviceInfo (v2)
Gerd Hoffmann
2009-06-11
1
-3
/
+3
*
SMBus qdev conversion
Paul Brook
2009-05-14
1
-24
/
+34
*
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-05-13
1
-7
/
+7
*
Add statics and missing #includes for prototypes.
pbrook
2007-11-18
1
-1
/
+1
*
Break up vl.h.
pbrook
2007-11-17
1
-2
/
+4
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-1
/
+1
*
Implement the PXA2xx I2C master controller.
balrog
2007-05-23
1
-0
/
+3
*
I2C/SMBus framework.
pbrook
2007-05-23
1
-0
/
+303