summary refs log tree commit diff stats
path: root/hw/nvram/eeprom_at24c.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/other: spelling fixesMichael Tokarev2023-09-211-1/+1
* hw/at24c : modify at24c to support 1 byte address modeSittisak Sinprem2023-03-021-3/+27
* hw/nvram/eeprom_at24c: Make reset behavior more like hardwarePeter Delevoryas2023-02-071-12/+10
* hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helperPeter Delevoryas2023-02-071-5/+31
* hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boardsPeter Delevoryas2023-02-071-0/+12
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-2/+2
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+1
* block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2022-07-121-4/+4
* hw/i2c: add asynchronous sendKlaus Jensen2022-06-301-0/+2
* hw/nvram: at24 return 0xff if 1 byte addressPatrick Venture2022-03-141-1/+6
* hw/nvram: use at24 macroPatrick Venture2022-02-211-1/+1
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-271-2/+2
* hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé2018-06-011-13/+11
* Clean up includesMarkus Armbruster2018-02-091-2/+1
* nvram: add AT24Cx i2c eepromMichael Davidsaver2017-12-151-0/+205