aboutsummaryrefslogtreecommitdiff
path: root/include/hw/nvram/fw_cfg.h
AgeCommit message (Expand)AuthorFilesLines
2024-10-03hw: Remove unused fw_cfg_init_ioDr. David Alan Gilbert1-1/+0
2024-05-03fw_cfg: remove useless declarations from typedefs.hPaolo Bonzini1-0/+2
2023-03-02Revert "x86: return modified setup_data only if read as memory, not as file"Michael S. Tsirkin1-22/+0
2023-03-02Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin1-9/+0
2023-01-28x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld1-0/+9
2022-10-14hw/arm, loongarch: Move load_image_to_fw_cfg() to common locationSunil V L1-0/+21
2022-09-27x86: return modified setup_data only if read as memory, not as fileJason A. Donenfeld1-0/+22
2020-12-08fw_cfg: Refactor extra pci roots additionJiahui Cen1-0/+9
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-6/+3
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-8/+7
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-07-21hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé1-1/+3
2020-07-21hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error propagationPhilippe Mathieu-Daudé1-1/+3
2020-07-03hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé1-0/+43
2020-04-13fw_cfg: Migrate ACPI table mr sizes separatelyShameer Kolothum1-0/+6
2019-10-22fw_cfg: add "modify" functions for all typesSergio Lopez1-0/+42
2019-05-23hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()Philippe Mathieu-Daudé1-0/+14
2018-08-23fw_cfg: import & use linux/qemu_fw_cfg.hMarc-André Lureau1-15/+3
2018-02-09Clean up includesMarkus Armbruster1-1/+0
2017-10-15fw_cfg: add write callbackMarc-André Lureau1-0/+3
2017-09-08fw_cfg: rename read callbackMarc-André Lureau1-3/+4
2017-07-17fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.hMark Cave-Ayland1-0/+50
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin1-1/+2
2016-07-14Add optionrom compatible with fw_cfg DMA versionMarc Marí1-0/+1
2016-04-07Sort the fw_cfg file listGerd Hoffmann1-0/+8
2016-03-22fw_cfg: Split fw_cfg_keys.h off fw_cfg.hMarkus Armbruster1-48/+1
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-03-08fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo1-0/+3
2016-02-23include: Clean up includesPeter Maydell1-2/+0
2015-12-15fw_cfg: remove offset argument from callback prototypeGabriel L. Somlo1-2/+1
2015-12-15fw_cfg: amend callback behavior spec to once per selectGabriel L. Somlo1-7/+3
2015-12-15fw_cfg: move internal function call docs to header fileGabriel L. Somlo1-0/+129
2015-10-19Implement fw_cfg DMA interfaceMarc Marí1-2/+14
2015-06-10fw_cfg: remove support for guest-side data writesGabriel L. Somlo1-2/+0
2015-06-10fw_cfg: add fw_cfg_modify_i16 (update) methodGabriel L. Somlo1-0/+1
2014-12-22fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()Laszlo Ersek1-0/+2
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek1-2/+0
2014-12-22fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek1-0/+2
2014-10-15fw_cfg: add fw_cfg_machine_reset functionGonglei1-0/+2
2013-10-14loader: use file path size from fw_cfg.hMichael S. Tsirkin1-1/+3
2013-10-14fw_cfg: interface to trigger callback on readMichael S. Tsirkin1-0/+4
2013-06-02fw_cfg: add API to find FW cfg objectMichael S. Tsirkin1-0/+2
2013-06-02fw_cfg: move typedef to qemu/typedefs.hMichael S. Tsirkin1-1/+1
2013-04-30fw_cfg: add required header filesHu Tao1-0/+7
2013-04-08hw: move headers to include/Paolo Bonzini1-0/+71