summaryrefslogtreecommitdiffstats
path: root/hw/nvram/fw_cfg.c
Commit message (Expand)AuthorAgeFilesLines
* fw_cfg: unbreak migration compatibility for 2.4 and earlier machinesLaszlo Ersek2016-03-171-8/+12
* fw_cfg: avoid calculating invalid current entry pointerGabriel L. Somlo2016-03-171-2/+4
* 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
* fw_cfg_mem: introduce the "data_width" propertyLaszlo Ersek2014-12-221-5/+74
* fw_cfg_mem: flip ctl_mem_ops and data_mem_ops to DEVICE_BIG_ENDIANLaszlo Ersek2014-12-221-2/+2
* fw_cfg_mem: max access size and region size are the same for data registerLaszlo Ersek2014-12-221-2/+2
* fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek2014-12-221-14/+0
* fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek2014-12-221-55/+122
* fw_cfg: remove superfluous blank lineGonglei2014-12-101-1/+0
* 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/+1
* 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/+0
* 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/+3
* fw_cfg: add API to find FW cfg objectMichael S. Tsirkin2013-06-021-3/+12
* glib: Fix some misuses of gsize/size_t typesPeter Crosthwaite2013-05-221-2/+2
* pvpanic: pass configurable ioport to seabiosHu Tao2013-04-301-1/+7
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+574
OpenPOWER on IntegriCloud