summaryrefslogtreecommitdiffstats
path: root/hw/nvram/fw_cfg.c
Commit message (Expand)AuthorAgeFilesLines
...
* clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star
* 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/+1Star
* 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/+1Star
* 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/+1Star
* 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/+7Star
* fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()Laszlo Ersek2014-12-231-3/+9
* fw_cfg_mem: introduce the "data_width" propertyLaszlo Ersek2014-12-231-5/+74
* fw_cfg_mem: flip ctl_mem_ops and data_mem_ops to DEVICE_BIG_ENDIANLaszlo Ersek2014-12-231-2/+2
* fw_cfg_mem: max access size and region size are the same for data registerLaszlo Ersek2014-12-231-2/+2
* fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek2014-12-231-14/+0Star
* fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek2014-12-231-55/+122
* fw_cfg: remove superfluous blank lineGonglei2014-12-101-1/+0Star
* fw_cfg: fix boot order bug when dynamically modified via QOMGonglei2014-11-261-2/+5
* fw_cfg: add fw_cfg_machine_reset functionGonglei2014-10-151-3/+52
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-2/+1Star
* vl.c: Extend get_boot_devices_list() to ignore suffixesAlexey Kardashevskiy2014-03-201-1/+1
* qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-2/+2
* sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0Star
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* fw_cfg: interface to trigger callback on readMichael S. Tsirkin2013-10-141-5/+28
* fw_cfg: the I/O port variant expects little-endianPaolo Bonzini2013-08-071-1/+1
* fw_cfg: Use QOM realize for fw_cfgHu Tao2013-07-231-10/+17
* fwcfg: QOM'ify some moreHu Tao2013-07-231-7/+10
* hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-3/+3
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-3/+3
* fw_cfg: fw_cfg is a singletonMichael S. Tsirkin2013-06-021-4/+3Star
* fw_cfg: add API to find FW cfg objectMichael S. Tsirkin2013-06-021-3/+12