]> git.proxmox.com Git - mirror_qemu.git/history - hw/i2c/smbus_slave.c
Hexagon (target/hexagon) Remove dead functions from hex_common.py
[mirror_qemu.git] / hw / i2c / smbus_slave.c
2024-01-16 Peter MaydellMerge tag 'hppa-fixes-8.2-pull-request' of https:/...
2024-01-11 Peter MaydellMerge tag 'firmware/edk2-20231213-pull-request' of...
2024-01-05 Peter MaydellMerge tag 'migration-20240104-pull-request' of https...
2024-01-04 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2024-01-04 Peter MaydellMerge tag 'pull-20231230' of https://gitlab.com/rth7680...
2023-12-29 Richard Hendersonhw/i2c: Constify VMState
2023-09-21 Stefan HajnocziMerge tag 'pull-block-2023-09-01' of https://gitlab...
2023-09-07 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-09-06 Stefan HajnocziMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2023-09-06 Stefan HajnocziMerge tag 'pull-lu-20230901' of https://gitlab.com...
2023-09-06 Stefan HajnocziMerge tag 'pull-aspeed-20230901' of https://github...
2023-09-05 Stefan HajnocziMerge tag 'pull-request-2023-08-31' of https://gitlab...
2023-09-05 Stefan HajnocziMerge tag 'misc-20230831' of https://github.com/philmd...
2023-08-31 Michael Tokarevhw/i2c: spelling fixes
2022-06-30 Richard HendersonMerge tag 'pull-aspeed-20220630' of https://github...
2022-06-30 Klaus Jensenhw/i2c: add asynchronous send
2019-08-16 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2019-08-16 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2019-08-16 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2019-08-16 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2019-08-16 Markus ArmbrusterInclude hw/hw.h exactly where needed
2019-08-16 Markus ArmbrusterInclude migration/vmstate.h less
2019-06-12 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2019-06-12 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2019-06-12 Markus ArmbrusterInclude qemu/module.h where needed, drop it from qemu...
2019-03-07 Peter MaydellMerge remote-tracking branch 'remotes/cleber/tags/pytho...
2019-03-04 Peter MaydellMerge remote-tracking branch 'remotes/stefanberger...
2019-03-04 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2019-03-01 Peter MaydellMerge remote-tracking branch 'remotes/cminyard/tags...
2019-02-28 Corey Minyardi2c:smbus_slave: Add an SMBus vmstate structure
2019-02-28 Corey Minyardi2c:smbus: Make white space in switch statements consistent
2019-02-28 Corey Minyardi2c:smbus: Simplify read handling
2019-02-28 Corey Minyardi2c:smbus: Simplify write operation
2019-02-28 Corey Minyardi2c:smbus: Correct the working of quick commands
2019-02-28 Corey Minyardi2c: have I2C receive operation return uint8_t
2019-02-28 Corey Minyardi2c: Split smbus into parts