summary refs log tree commit diff stats
path: root/hw/nvram/fw_cfg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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