index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
nvram
/
spapr_nvram.c
Age
Commit message (
Expand
)
Author
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
block: Make blk_{pread,pwrite}() return 0 on success
Alberto Faria
2022-03-04
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-14
nvram: Exit QEMU if NVRAM cannot contain all -prom-env data
Greg Kurz
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-12
spapr: Use CamelCase properly
David Gibson
2018-07-02
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2017-09-08
hw/nvram/spapr_nvram: Device can not be created by the users
Thomas Huth
2017-06-06
spapr_nvram: Check return value from blk_getlength()
Peter Maydell
2017-02-28
hw/block: Request permissions
Kevin Wolf
2017-02-13
migration: consolidate VMStateField.start
Halil Pasic
2016-10-28
spapr_nvram: Pre-initialize the NVRAM to support the -prom-env parameter
Thomas Huth
2016-07-25
spapr: fix spapr-nvram migration
lvivier@redhat.com
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
ppc: Clean up includes
Peter Maydell
2015-07-07
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
2015-03-09
spapr_vio: Convert to realize()
Markus Armbruster
2014-11-04
spapr_nvram: Enable migration
Alexey Kardashevskiy
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-06-27
spapr: Fix RTAS token numbers
Alexey Kardashevskiy
2014-06-16
spapr_nvram: Correct max nvram size
Alexey Kardashevskiy
2013-12-20
spapr-rtas: replace return code constants with macros
Alexey Kardashevskiy
2013-11-08
spapr: add vio-bus devices to categories
Alexey Kardashevskiy
2013-07-01
spapr-rtas: add CPU argument to RTAS calls
Anthony Liguori
2013-04-26
pseries: Convert VIO code to QOM style type safe(ish) casts
David Gibson
2013-04-08
hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/
Paolo Bonzini