summaryrefslogtreecommitdiffstats
path: root/include/hw/nvram/fw_cfg.h
Commit message (Expand)AuthorAgeFilesLines
* fw_cfg: Refactor extra pci roots additionJiahui Cen2020-12-081-0/+9
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-6/+3Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-8/+7Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé2020-07-211-1/+3
* hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error propagationPhilippe Mathieu-Daudé2020-07-211-1/+3
* hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé2020-07-031-0/+43
* fw_cfg: Migrate ACPI table mr sizes separatelyShameer Kolothum2020-04-131-0/+6
* fw_cfg: add "modify" functions for all typesSergio Lopez2019-10-221-0/+42
* hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()Philippe Mathieu-Daudé2019-05-231-0/+14
* fw_cfg: import & use linux/qemu_fw_cfg.hMarc-André Lureau2018-08-231-15/+3Star
* Clean up includesMarkus Armbruster2018-02-091-1/+0Star
* fw_cfg: add write callbackMarc-André Lureau2017-10-151-0/+3
* fw_cfg: rename read callbackMarc-André Lureau2017-09-081-3/+4
* fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.hMark Cave-Ayland2017-07-171-0/+50
* fw-cfg: support writeable blobsMichael S. Tsirkin2017-01-181-1/+2
* Add optionrom compatible with fw_cfg DMA versionMarc Marí2016-07-141-0/+1
* Sort the fw_cfg file listGerd Hoffmann2016-04-071-0/+8
* fw_cfg: Split fw_cfg_keys.h off fw_cfg.hMarkus Armbruster2016-03-221-48/+1Star
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
* fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo2016-03-081-0/+3
* include: Clean up includesPeter Maydell2016-02-231-2/+0Star
* fw_cfg: remove offset argument from callback prototypeGabriel L. Somlo2015-12-151-2/+1Star
* fw_cfg: amend callback behavior spec to once per selectGabriel L. Somlo2015-12-151-7/+3Star
* fw_cfg: move internal function call docs to header fileGabriel L. Somlo2015-12-151-0/+129
* Implement fw_cfg DMA interfaceMarc Marí2015-10-191-2/+14
* fw_cfg: remove support for guest-side data writesGabriel L. Somlo2015-06-101-2/+0Star
* fw_cfg: add fw_cfg_modify_i16 (update) methodGabriel L. Somlo2015-06-101-0/+1
* fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()Laszlo Ersek2014-12-231-0/+2
* fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek2014-12-231-2/+0Star
* fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek2014-12-231-0/+2
* fw_cfg: add fw_cfg_machine_reset functionGonglei2014-10-151-0/+2
* loader: use file path size from fw_cfg.hMichael S. Tsirkin2013-10-141-1/+3
* fw_cfg: interface to trigger callback on readMichael S. Tsirkin2013-10-141-0/+4
* fw_cfg: add API to find FW cfg objectMichael S. Tsirkin2013-06-021-0/+2
* fw_cfg: move typedef to qemu/typedefs.hMichael S. Tsirkin2013-06-021-1/+1
* fw_cfg: add required header filesHu Tao2013-04-301-0/+7
* hw: move headers to include/Paolo Bonzini2013-04-081-0/+71