summaryrefslogtreecommitdiffstats
path: root/hw/nvram
Commit message (Expand)AuthorAgeFilesLines
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1
* spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson2015-07-071-2/+2
* 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
* spapr_vio: Convert to realize()Markus Armbruster2015-03-091-8/+7
* 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
* spapr_nvram: Enable migrationAlexey Kardashevskiy2014-11-041-17/+64
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-8/+9
* fw_cfg: add fw_cfg_machine_reset functionGonglei2014-10-151-3/+52
* PPC: mac_nvram: Split NVRAM into OF and OSX partsAlexander Graf2014-09-081-3/+40
* PPC: mac_nvram: Allow 2 and 4 byte accessesAlexander Graf2014-09-081-0/+4
* PPC: mac_nvram: Remove unused functionsAlexander Graf2014-09-081-23/+0
* spapr: Fix RTAS token numbersAlexey Kardashevskiy2014-06-271-2/+2
* spapr_nvram: Correct max nvram sizeAlexey Kardashevskiy2014-06-161-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-162-4/+2
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-142-3/+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
* spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy2013-12-201-8/+8
* eeprom93xx: fix coding styleAntony Pavlov2013-12-061-31/+31
* spapr: add vio-bus devices to categoriesAlexey Kardashevskiy2013-11-081-0/+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
* ds1225y: QOM cast cleanup for SysBusNvRamStateAndreas Färber2013-07-291-3/+8
* ds1225y: Drop bogus qdev field from NvRamStateAndreas Färber2013-07-291-1/+0
* 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-043-6/+7
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-043-5/+5
* spapr-rtas: add CPU argument to RTAS callsAnthony Liguori2013-07-011-2/+2
* 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
* firmware_abi: move to include/hw/nvram/Michael S. Tsirkin2013-06-021-1/+1
* 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
* pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson2013-04-261-3/+7
OpenPOWER on IntegriCloud