summary refs log tree commit diff stats
path: root/hw/nvram/fw_cfg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/sysbus: Inline and remove sysbus_add_io()Philippe Mathieu-Daudé2024-02-221-2/+4
* hw/nvram: Constify VMStateRichard Henderson2023-12-301-4/+4
* hw/other: spelling fixesMichael Tokarev2023-09-211-1/+1
* Revert "x86: return modified setup_data only if read as memory, not as file"Michael S. Tsirkin2023-03-021-6/+6
* Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin2023-03-021-9/+0
* x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld2023-01-281-0/+9
* qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-1/+1
* hw/arm, loongarch: Move load_image_to_fw_cfg() to common locationSunil V L2022-10-141-0/+32
* x86: return modified setup_data only if read as memory, not as fileJason A. Donenfeld2022-09-271-6/+6
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-20/+7
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-3/+3
* dma: Let st*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-2/+2
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-3/+6
* dma: Let dma_memory_set() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* fw_cfg: add etc/msr_feature_controlPaolo Bonzini2021-09-131-0/+1
* migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-1/+1
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* fw_cfg: Refactor extra pci roots additionJiahui Cen2020-12-081-0/+23
* hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACEPhilippe Mathieu-Daudé2020-10-121-7/+0
* hw/nvram/fw_cfg: fix FWCfgDataGeneratorClass::get_data() consumptionLaszlo Ersek2020-09-181-1/+1
* hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé2020-07-211-4/+6
* hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error propagationPhilippe Mathieu-Daudé2020-07-211-2/+1
* fw_cfg: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-12/+9
* hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé2020-07-031-0/+35
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-4/+4
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* fw_cfg: Migrate ACPI table mr sizes separatelyShameer Kolothum2020-04-131-1/+90
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-next-pull-req...Peter Maydell2019-11-051-3/+4
|\
| * fw_cfg: Allow reboot-timeout=-1 againDr. David Alan Gilbert2019-11-011-3/+4
* | bootdevice: FW_CFG interface for LCHS valuesSam Eiderman2019-10-311-3/+11
|/
* fw_cfg: add "modify" functions for all typesSergio Lopez2019-10-221-0/+29
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* hw/nvram/fw_cfg: Store 'reboot-timeout' as little endianLi Qiang2019-05-231-1/+3
* hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()Philippe Mathieu-Daudé2019-05-231-1/+1
* hw/nvram/fw_cfg: Add trace eventsPhilippe Mathieu-Daudé2019-05-231-1/+62
* hw/nvram/fw_cfg: Use the ldst APIPhilippe Mathieu-Daudé2019-03-111-2/+2
* hw/nvram/fw_cfg: Remove the unnecessary boot_splash_filedata_sizePhilippe Mathieu-Daudé2019-03-111-3/+2
* fw_cfg: fix the life cycle and the name of "qemu_extra_params_fw"Laszlo Ersek2019-02-051-4/+5
* trivial: Don't include isa.h if it is not really necessaryThomas Huth2019-01-091-1/+0
* fw_cfg: Make qemu_extra_params_fw locallyLi Qiang2019-01-041-0/+1
* fw_cfg: Fix -boot reboot-timeout error checkingLi Qiang2019-01-041-14/+13
* fw_cfg: Fix -boot bootsplash error checkingLi Qiang2019-01-041-22/+13