aboutsummaryrefslogtreecommitdiff
path: root/hw/nvram/fw_cfg.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-05-23hw/nvram/fw_cfg: Store 'reboot-timeout' as little endianLi Qiang1-1/+3
2019-05-23hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()Philippe Mathieu-Daudé1-1/+1
2019-05-23hw/nvram/fw_cfg: Add trace eventsPhilippe Mathieu-Daudé1-1/+62
2019-03-11hw/nvram/fw_cfg: Use the ldst APIPhilippe Mathieu-Daudé1-2/+2
2019-03-11hw/nvram/fw_cfg: Remove the unnecessary boot_splash_filedata_sizePhilippe Mathieu-Daudé1-3/+2
2019-02-05fw_cfg: fix the life cycle and the name of "qemu_extra_params_fw"Laszlo Ersek1-4/+5
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth1-1/+0
2019-01-04fw_cfg: Make qemu_extra_params_fw locallyLi Qiang1-0/+1
2019-01-04fw_cfg: Fix -boot reboot-timeout error checkingLi Qiang1-14/+13
2019-01-04fw_cfg: Fix -boot bootsplash error checkingLi Qiang1-22/+13
2019-01-04fw_cfg: Improve error message when can't load splash fileLi Qiang1-4/+3
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-3/+3
2018-10-02hw/nvram/fw_cfg: Use memberwise copy of MemoryRegionOps structPeter Maydell1-6/+1
2018-10-02fw_cfg_mem: add read memory region callbackLi Qiang1-0/+6
2018-08-16fw_cfg: ignore suffixes in the bootdevice list dependent on machine classMark Cave-Ayland1-1/+1
2018-05-31Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell1-4/+8
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+2
2018-01-19fw_cfg: fix memory corruption when all fw_cfg slots are usedMarcel Apfelbaum1-2/+4
2017-10-15fw_cfg: add write callbackMarc-André Lureau1-4/+10
2017-09-08fw_cfg: rename read callbackMarc-André Lureau1-14/+16
2017-07-17fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.hMark Cave-Ayland1-48/+1
2017-07-17fw_cfg: move qdev_init_nofail() from fw_cfg_init1() to callersMark Cave-Ayland1-11/+16
2017-07-17fw_cfg: switch fw_cfg_find() to locate the fw_cfg device by type rather than ...Mark Cave-Ayland1-1/+2
2017-07-13Convert error_report() to warn_report()Alistair Francis1-1/+1
2017-07-03fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()Mark Cave-Ayland1-9/+7
2017-07-03fw_cfg: don't map the fw_cfg IO ports in fw_cfg_io_realize()Mark Cave-Ayland1-8/+8
2017-01-24migration: extend VMStateInfoJianjun Duan1-2/+6
2017-01-18fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine typesLaszlo Ersek1-2/+4
2017-01-18fw-cfg: turn FW_CFG_FILE_SLOTS into a device propertyLaszlo Ersek1-8/+63
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin1-8/+29
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov1-1/+0
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng1-1/+1
2016-09-15fw_cfg: remove useless castsLaurent Vivier1-2/+2
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2016-08-03fw_cfg: Make base type "fw_cfg" abstractMarkus Armbruster1-0/+1
2016-07-14Add optionrom compatible with fw_cfg DMA versionMarc Marí1-1/+1
2016-06-07fw_cfg: follow CODING_STYLECao jin1-6/+11
2016-05-20vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost1-2/+4
2016-04-07Sort the fw_cfg file listGerd Hoffmann1-8/+123
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-08fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo1-1/+3
2016-02-26fw_cfg: unbreak migration compatibility for 2.4 and earlier machinesLaszlo Ersek1-8/+12
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2015-12-15fw_cfg: replace ioport data read with generic methodGabriel L. Somlo1-24/+1
2015-12-15fw_cfg: add generic non-DMA read methodGabriel L. Somlo1-14/+31
2015-12-15fw_cfg: avoid calculating invalid current entry pointerGabriel L. Somlo1-2/+4
2015-12-15fw_cfg: remove offset argument from callback prototypeGabriel L. Somlo1-1/+1
2015-12-15fw_cfg: amend callback behavior spec to once per selectGabriel L. Somlo1-9/+10