summaryrefslogtreecommitdiff
path: root/hw/nvram/fw_cfg.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-19fw_cfg: Define a static signature to be returned on DMA port readsKevin O'Connor1-2/+12
2015-10-19Implement fw_cfg DMA interfaceMarc MarĂ­1-11/+229
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-3/+1
2015-06-10fw_cfg: prohibit insertion of duplicate fw_cfg file namesGabriel L. Somlo1-5/+6
2015-06-10fw_cfg: prevent selector key conflictGabriel L. Somlo1-0/+1
2015-06-10fw_cfg: remove support for guest-side data writesGabriel L. Somlo1-32/+1
2015-06-10fw_cfg: add fw_cfg_modify_i16 (update) methodGabriel L. Somlo1-0/+10
2015-03-25fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo1-0/+1
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil1-1/+1
2015-01-16fw_cfg: fix endianness in fw_cfg_data_mem_read() / _write()Laszlo Ersek1-34/+7
2014-12-22fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()Laszlo Ersek1-3/+9
2014-12-22fw_cfg_mem: introduce the "data_width" propertyLaszlo Ersek1-5/+74
2014-12-22fw_cfg_mem: flip ctl_mem_ops and data_mem_ops to DEVICE_BIG_ENDIANLaszlo Ersek1-2/+2
2014-12-22fw_cfg_mem: max access size and region size are the same for data registerLaszlo Ersek1-2/+2
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek1-14/+0
2014-12-22fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek1-55/+122
2014-12-10fw_cfg: remove superfluous blank lineGonglei1-1/+0
2014-11-26fw_cfg: fix boot order bug when dynamically modified via QOMGonglei1-2/+5
2014-10-15fw_cfg: add fw_cfg_machine_reset functionGonglei1-3/+52
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2014-03-20vl.c: Extend get_boot_devices_list() to ignore suffixesAlexey Kardashevskiy1-1/+1
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-2/+2
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-10-14fw_cfg: interface to trigger callback on readMichael S. Tsirkin1-5/+28
2013-08-07fw_cfg: the I/O port variant expects little-endianPaolo Bonzini1-1/+1
2013-07-23fw_cfg: Use QOM realize for fw_cfgHu Tao1-10/+17