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
/
nvram
/
eeprom_at24c.c
Age
Commit message (
Expand
)
Author
2023-09-21
hw/other: spelling fixes
Michael Tokarev
2023-03-02
hw/at24c : modify at24c to support 1 byte address mode
Sittisak Sinprem
2023-02-07
hw/nvram/eeprom_at24c: Make reset behavior more like hardware
Peter Delevoryas
2023-02-07
hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
Peter Delevoryas
2023-02-07
hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
Peter Delevoryas
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
block: Make blk_{pread,pwrite}() return 0 on success
Alberto Faria
2022-06-30
hw/i2c: add asynchronous send
Klaus Jensen
2022-03-14
hw/nvram: at24 return 0xff if 1 byte address
Patrick Venture
2022-02-21
hw/nvram: use at24 macro
Patrick Venture
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-27
i2c: have I2C receive operation return uint8_t
Corey Minyard
2018-06-01
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
Philippe Mathieu-Daudé
2018-02-09
Clean up includes
Markus Armbruster
2017-12-15
nvram: add AT24Cx i2c eeprom
Michael Davidsaver