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
/
bitbang_i2c.c
Age
Commit message (
Expand
)
Author
2013-04-08
hw: move I2C controllers to hw/i2c/, configure via default-configs/
Paolo Bonzini
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
2013-01-10
Make all static TypeInfos const
Andreas Färber
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
2011-11-28
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
2011-11-24
bitbang_i2c: avoid call to sysbus_init_mmio()
Avi Kivity
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-07-23
Correct spelling of licensed
Matthew Fernandez
2011-05-28
bitbang_i2c: Fix spurious slave read after NACK
Marcus Comstedt
2009-11-22
GPIO I2C rework
Paul Brook
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-23
Extract musicpal.c I2C bitbanging code and make it gpio aware
Andrzej Zaborowski