aboutsummaryrefslogtreecommitdiff
path: root/include/hw/nvram/fw_cfg.h
AgeCommit message (Expand)Author
2020-07-21hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé
2020-07-21hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error propagationPhilippe Mathieu-Daudé
2020-07-03hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé
2020-04-13fw_cfg: Migrate ACPI table mr sizes separatelyShameer Kolothum
2019-10-22fw_cfg: add "modify" functions for all typesSergio Lopez
2019-05-23hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()Philippe Mathieu-Daudé
2018-08-23fw_cfg: import & use linux/qemu_fw_cfg.hMarc-André Lureau
2018-02-09Clean up includesMarkus Armbruster
2017-10-15fw_cfg: add write callbackMarc-André Lureau
2017-09-08fw_cfg: rename read callbackMarc-André Lureau
2017-07-17fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.hMark Cave-Ayland
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin
2016-07-14Add optionrom compatible with fw_cfg DMA versionMarc Marí
2016-04-07Sort the fw_cfg file listGerd Hoffmann
2016-03-22fw_cfg: Split fw_cfg_keys.h off fw_cfg.hMarkus Armbruster
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-08fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo
2016-02-23include: Clean up includesPeter Maydell
2015-12-15fw_cfg: remove offset argument from callback prototypeGabriel L. Somlo
2015-12-15fw_cfg: amend callback behavior spec to once per selectGabriel L. Somlo
2015-12-15fw_cfg: move internal function call docs to header fileGabriel L. Somlo
2015-10-19Implement fw_cfg DMA interfaceMarc Marí
2015-06-10fw_cfg: remove support for guest-side data writesGabriel L. Somlo
2015-06-10fw_cfg: add fw_cfg_modify_i16 (update) methodGabriel L. Somlo
2014-12-22fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()Laszlo Ersek
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek
2014-12-22fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek
2014-10-15fw_cfg: add fw_cfg_machine_reset functionGonglei
2013-10-14loader: use file path size from fw_cfg.hMichael S. Tsirkin
2013-10-14fw_cfg: interface to trigger callback on readMichael S. Tsirkin
2013-06-02fw_cfg: add API to find FW cfg objectMichael S. Tsirkin
2013-06-02fw_cfg: move typedef to qemu/typedefs.hMichael S. Tsirkin
2013-04-30fw_cfg: add required header filesHu Tao
2013-04-08hw: move headers to include/Paolo Bonzini