summaryrefslogtreecommitdiffstats
path: root/hw/nvram
Commit message (Expand)AuthorAgeFilesLines
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-2/+2
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-03-121-5/+4Star
|\
| * hw/nvram/fw_cfg: Use the ldst APIPhilippe Mathieu-Daudé2019-03-111-2/+2
| * hw/nvram/fw_cfg: Remove the unnecessary boot_splash_filedata_sizePhilippe Mathieu-Daudé2019-03-111-3/+2Star
* | spapr: Use CamelCase properlyDavid Gibson2019-03-121-21/+21
|/
* i2c: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+8
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-281-2/+2
* fw_cfg: fix the life cycle and the name of "qemu_extra_params_fw"Laszlo Ersek2019-02-051-4/+5
* hw/nvram/nrf51_nvm: Add nRF51 non-volatile memoriesSteffen Görtz2019-02-012-0/+389
* trivial: Don't include isa.h if it is not really necessaryThomas Huth2019-01-091-1/+0Star
* fw_cfg: Make qemu_extra_params_fw locallyLi Qiang2019-01-041-0/+1
* fw_cfg: Fix -boot reboot-timeout error checkingLi Qiang2019-01-041-14/+13Star
* fw_cfg: Fix -boot bootsplash error checkingLi Qiang2019-01-041-22/+13Star
* fw_cfg: Improve error message when can't load splash fileLi Qiang2019-01-041-4/+3Star
* nvram/ds1225y: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-7/+5Star
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-272-6/+6
* ppc: move at24c to its own CONFIG_ symbolPaolo Bonzini2018-10-301-1/+1
* hw/nvram/fw_cfg: Use memberwise copy of MemoryRegionOps structPeter Maydell2018-10-021-6/+1Star
* fw_cfg_mem: add read memory region callbackLi Qiang2018-10-021-0/+6
* fw_cfg: ignore suffixes in the bootdevice list dependent on machine classMark Cave-Ayland2018-08-171-1/+1
* hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-4/+7
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-011-13/+11Star
|\
| * hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé2018-06-011-13/+11Star
* | Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell2018-05-311-4/+8
|/
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+2
* Clean up includesMarkus Armbruster2018-02-091-2/+1Star
* i2c: Add a CONFIG_I2C master switch to the configuration filesThomas Huth2018-02-051-1/+1
* fw_cfg: fix memory corruption when all fw_cfg slots are usedMarcel Apfelbaum2018-01-191-2/+4
* mips: fix potential fopen(NULL,...)Marc-André Lureau2018-01-161-2/+2
* nvram: add AT24Cx i2c eepromMichael Davidsaver2017-12-142-0/+206
* fw_cfg: add write callbackMarc-André Lureau2017-10-151-4/+10
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-09-081-14/+16
|\
| * fw_cfg: rename read callbackMarc-André Lureau2017-09-081-14/+16
* | hw/nvram/spapr_nvram: Device can not be created by the usersThomas Huth2017-09-081-0/+2
|/
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-1/+1
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.hMark Cave-Ayland2017-07-171-48/+1Star
* fw_cfg: move qdev_init_nofail() from fw_cfg_init1() to callersMark Cave-Ayland2017-07-171-11/+16
* fw_cfg: switch fw_cfg_find() to locate the fw_cfg device by type rather than ...Mark Cave-Ayland2017-07-171-1/+2
* Convert error_report() to warn_report()Alistair Francis2017-07-131-1/+1
* fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()Mark Cave-Ayland2017-07-031-9/+7Star
* fw_cfg: don't map the fw_cfg IO ports in fw_cfg_io_realize()Mark Cave-Ayland2017-07-031-8/+8
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* spapr_nvram: Check return value from blk_getlength()Peter Maydell2017-06-061-1/+9
* hw/block: Request permissionsKevin Wolf2017-02-281-0/+8
* migration: consolidate VMStateField.startHalil Pasic2017-02-132-2/+2
* migration: extend VMStateInfoJianjun Duan2017-01-242-4/+12
* fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine typesLaszlo Ersek2017-01-181-2/+4
* fw-cfg: turn FW_CFG_FILE_SLOTS into a device propertyLaszlo Ersek2017-01-181-8/+63