aboutsummaryrefslogtreecommitdiff
path: root/hw/nvram/spapr_nvram.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-08-14nvram: Exit QEMU if NVRAM cannot contain all -prom-env dataGreg Kurz1-1/+2
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-2/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-21/+21
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-4/+7
2017-09-08hw/nvram/spapr_nvram: Device can not be created by the usersThomas Huth1-0/+2
2017-06-06spapr_nvram: Check return value from blk_getlength()Peter Maydell1-1/+9
2017-02-28hw/block: Request permissionsKevin Wolf1-0/+8
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-1/+1
2016-10-28spapr_nvram: Pre-initialize the NVRAM to support the -prom-env parameterThomas Huth1-0/+6
2016-07-25spapr: fix spapr-nvram migrationlvivier@redhat.com1-8/+15
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake1-2/+2
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson1-2/+2
2015-03-09spapr_vio: Convert to realize()Markus Armbruster1-8/+7
2014-11-04spapr_nvram: Enable migrationAlexey Kardashevskiy1-17/+64
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-8/+9
2014-06-27spapr: Fix RTAS token numbersAlexey Kardashevskiy1-2/+2
2014-06-16spapr_nvram: Correct max nvram sizeAlexey Kardashevskiy1-1/+1
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy1-8/+8
2013-11-08spapr: add vio-bus devices to categoriesAlexey Kardashevskiy1-0/+1
2013-07-01spapr-rtas: add CPU argument to RTAS callsAnthony Liguori1-2/+2
2013-04-26pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson1-3/+7
2013-04-08hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/Paolo Bonzini1-0/+196