summary refs log tree commit diff stats
path: root/hw/nvram/fw_cfg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fw_cfg: Improve error message when can't load splash fileLi Qiang2019-01-041-4/+3
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-271-3/+3
* hw/nvram/fw_cfg: Use memberwise copy of MemoryRegionOps structPeter Maydell2018-10-021-6/+1
* fw_cfg_mem: add read memory region callbackLi Qiang2018-10-021-0/+6
* fw_cfg: ignore suffixes in the bootdevice list dependent on machine classMark Cave-Ayland2018-08-161-1/+1
* Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell2018-05-311-4/+8
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+2
* fw_cfg: fix memory corruption when all fw_cfg slots are usedMarcel Apfelbaum2018-01-191-2/+4
* fw_cfg: add write callbackMarc-André Lureau2017-10-151-4/+10
* fw_cfg: rename read callbackMarc-André Lureau2017-09-081-14/+16
* fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.hMark Cave-Ayland2017-07-171-48/+1
* fw_cfg: move qdev_init_nofail() from fw_cfg_init1() to callersMark Cave-Ayland2017-07-171-11/+16
* fw_cfg: switch fw_cfg_find() to locate the fw_cfg device by type rather than ...Mark Cave-Ayland2017-07-171-1/+2
* Convert error_report() to warn_report()Alistair Francis2017-07-131-1/+1
* fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()Mark Cave-Ayland2017-07-031-9/+7
* fw_cfg: don't map the fw_cfg IO ports in fw_cfg_io_realize()Mark Cave-Ayland2017-07-031-8/+8
* migration: extend VMStateInfoJianjun Duan2017-01-241-2/+6
* fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine typesLaszlo Ersek2017-01-181-2/+4
* fw-cfg: turn FW_CFG_FILE_SLOTS into a device propertyLaszlo Ersek2017-01-181-8/+63
* fw-cfg: support writeable blobsMichael S. Tsirkin2017-01-181-8/+29
* fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov2016-11-161-1/+0
* clean-up: removed duplicate #includesAnand J2016-10-281-1/+0
* vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-231-1/+1
* fw_cfg: remove useless castsLaurent Vivier2016-09-151-2/+2
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-08-081-1/+1
* fw_cfg: Make base type "fw_cfg" abstractMarkus Armbruster2016-08-031-0/+1
* Add optionrom compatible with fw_cfg DMA versionMarc Marí2016-07-141-1/+1
* fw_cfg: follow CODING_STYLECao jin2016-06-071-6/+11
* vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost2016-05-201-2/+4
* Sort the fw_cfg file listGerd Hoffmann2016-04-071-8/+123
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo2016-03-081-1/+3
* fw_cfg: unbreak migration compatibility for 2.4 and earlier machinesLaszlo Ersek2016-02-261-8/+12
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* fw_cfg: replace ioport data read with generic methodGabriel L. Somlo2015-12-151-24/+1
* fw_cfg: add generic non-DMA read methodGabriel L. Somlo2015-12-151-14/+31
* fw_cfg: avoid calculating invalid current entry pointerGabriel L. Somlo2015-12-151-2/+4
* fw_cfg: remove offset argument from callback prototypeGabriel L. Somlo2015-12-151-1/+1
* fw_cfg: amend callback behavior spec to once per selectGabriel L. Somlo2015-12-151-9/+10
* fw_cfg: Define a static signature to be returned on DMA port readsKevin O'Connor2015-10-191-2/+12
* Implement fw_cfg DMA interfaceMarc Marí2015-10-191-11/+229
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1
* fw_cfg: prohibit insertion of duplicate fw_cfg file namesGabriel L. Somlo2015-06-101-5/+6
* fw_cfg: prevent selector key conflictGabriel L. Somlo2015-06-101-0/+1
* fw_cfg: remove support for guest-side data writesGabriel L. Somlo2015-06-101-32/+1
* fw_cfg: add fw_cfg_modify_i16 (update) methodGabriel L. Somlo2015-06-101-0/+10
* fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo2015-03-251-0/+1
* Fix remaining warnings from Sparse (void return)Stefan Weil2015-03-191-1/+1
* fw_cfg: fix endianness in fw_cfg_data_mem_read() / _write()Laszlo Ersek2015-01-161-34/+7
* fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()Laszlo Ersek2014-12-221-3/+9