index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i2c
Age
Commit message (
Expand
)
Author
2016-06-14
hw/i2c-ddc.c: Implement DDC I2C slave
Peter Maydell
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-06-14
hw/i2c: QOM'ify versatile_i2c.c
xiaoqiang zhao
2016-06-14
hw/i2c: QOM'ify omap_i2c.c
xiaoqiang zhao
2016-06-14
hw/i2c: QOM'ify exynos4210_i2c.c
xiaoqiang zhao
2016-06-14
hw/i2c: QOM'ify bitbang_i2c.c
xiaoqiang zhao
2016-06-06
i2c: add aspeed i2c controller
Cédric Le Goater
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-18
Fix some typos found by codespell
Stefan Weil
2016-03-16
i.MX: Add missing descriptions in devices.
Jean-Christophe Dubois
2016-01-29
hw: Clean up includes
Peter Maydell
2016-01-29
arm devices: Clean up includes
Peter Maydell
2016-01-29
arm: Clean up includes
Peter Maydell
2016-01-29
x86: Clean up includes
Peter Maydell
2016-01-13
omap: Don't use hw_error() in device init() methods
Markus Armbruster
2015-10-27
i.MX: Standardize i.MX I2C debug
Jean-Christophe Dubois
2015-09-07
i.MX: Add I2C controller emulator
Jean-Christophe Dubois
2015-05-29
ACPI: split CONFIG_ACPI into 4 pieces
Shannon Zhao
2015-04-28
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
2014-09-02
Fix debug print warning
Gonglei
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2014-05-07
pm_smbus: correctly report unclaimed cycles
Paolo Bonzini
2014-05-07
smbus: return -1 if nothing found at the given address
Paolo Bonzini
2014-05-07
smbus: allow returning an error from reads
Paolo Bonzini
2014-04-18
Fix grammar in comment
Stefan Weil
2014-02-14
i2c: Rename i2c_bus to I2CBus
Andreas Färber
2013-12-24
hw: cannot_instantiate_with_device_add_yet due to pointer props
Markus Armbruster
2013-12-23
ich9: Document why cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-07-29
exynos4210_i2c: QOM cast cleanup
Andreas Färber
2013-07-29
versatile_i2c: QOM cast cleanup
Andreas Färber
2013-07-29
omap_i2c: QOM cast cleanup
Andreas Färber
2013-07-29
bitbang_i2c: QOM cast cleanup
Andreas Färber
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-23
hw: Avoid use of QOM type name macros in VMStateDescriptions
Peter Maydell
2013-07-09
Extend support of SMBUS(module pm_smbus.c) HST_STS register.
MRatnikov
2013-07-04
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-06-07
qdev: Drop FROM_QBUS() macro
Andreas Färber
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
hw: move I2C controllers to hw/i2c/, configure via default-configs/
Paolo Bonzini
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini
2013-04-08
hw: make subdirectories for devices
Paolo Bonzini