summaryrefslogtreecommitdiffstats
path: root/hw/nvram/spapr_nvram.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* nvram: Exit QEMU if NVRAM cannot contain all -prom-env dataGreg Kurz2020-08-141-1/+2
* Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-21/+21
* hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-4/+7
* hw/nvram/spapr_nvram: Device can not be created by the usersThomas Huth2017-09-081-0/+2
* spapr_nvram: Check return value from blk_getlength()Peter Maydell2017-06-061-1/+9
* hw/block: Request permissionsKevin Wolf2017-02-281-0/+8
* migration: consolidate VMStateField.startHalil Pasic2017-02-131-1/+1
* spapr_nvram: Pre-initialize the NVRAM to support the -prom-env parameterThomas Huth2016-10-281-0/+6
* spapr: fix spapr-nvram migrationlvivier@redhat.com2016-07-251-8/+15
* block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake2016-05-121-2/+2
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson2015-07-071-2/+2
* spapr_vio: Convert to realize()Markus Armbruster2015-03-091-8/+7Star
* spapr_nvram: Enable migrationAlexey Kardashevskiy2014-11-041-17/+64
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-8/+9
* spapr: Fix RTAS token numbersAlexey Kardashevskiy2014-06-271-2/+2
* spapr_nvram: Correct max nvram sizeAlexey Kardashevskiy2014-06-161-1/+1
* spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy2013-12-201-8/+8
* spapr: add vio-bus devices to categoriesAlexey Kardashevskiy2013-11-081-0/+1
* spapr-rtas: add CPU argument to RTAS callsAnthony Liguori2013-07-011-2/+2
* pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson2013-04-261-3/+7
* hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/Paolo Bonzini2013-04-081-0/+196