summaryrefslogtreecommitdiffstats
path: root/hw/nvram
Commit message (Expand)AuthorAgeFilesLines
* fw_cfg: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-12/+9Star
* hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé2020-07-031-0/+35
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-4/+4
* hw/nvram/mac_nvram: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2020-05-272-14/+7Star
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* fw_cfg: Migrate ACPI table mr sizes separatelyShameer Kolothum2020-04-131-1/+90
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-1/+1
* Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-2/+2
* hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth2020-02-041-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-246-7/+7
* hw/nvram/Kconfig: Restrict CHRP NVRAM to machines using OpenBIOS or SLOFPhilippe Mathieu-Daudé2020-01-072-1/+5
* hw/nvram/Kconfig: Add an entry for the NMC93xx EEPROMPhilippe Mathieu-Daudé2020-01-072-1/+5
* vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-061-2/+2
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-next-pull-req...Peter Maydell2019-11-051-3/+4
|\
| * fw_cfg: Allow reboot-timeout=-1 againDr. David Alan Gilbert2019-11-011-3/+4
* | bootdevice: FW_CFG interface for LCHS valuesSam Eiderman2019-10-311-3/+11
|/
* fw_cfg: add "modify" functions for all typesSergio Lopez2019-10-221-0/+29
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-166-0/+6
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-165-5/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-166-0/+6
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-125-1/+6
* hw/nvram/fw_cfg: Store 'reboot-timeout' as little endianLi Qiang2019-05-231-1/+3
* hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()Philippe Mathieu-Daudé2019-05-231-1/+1
* hw/nvram/fw_cfg: Add trace eventsPhilippe Mathieu-Daudé2019-05-232-2/+68
* 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