index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
nvram
/
spapr_nvram.c
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
hw/nvram: Constify all Property
Richard Henderson
1
-1
/
+1
2023-12-30
hw/nvram: Constify VMState
Richard Henderson
1
-1
/
+1
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
1
-3
/
+3
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
1
-1
/
+1
2022-07-12
block: Make blk_{pread,pwrite}() return 0 on success
Alberto Faria
1
-7
/
+7
2022-03-04
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
1
-1
/
+1
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-05-02
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
1
-1
/
+0
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-2
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-08-14
nvram: Exit QEMU if NVRAM cannot contain all -prom-env data
Greg Kurz
1
-1
/
+2
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-2
/
+2
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+2
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-03-12
spapr: Use CamelCase properly
David Gibson
1
-21
/
+21
2018-07-02
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-4
/
+7
2017-09-08
hw/nvram/spapr_nvram: Device can not be created by the users
Thomas Huth
1
-0
/
+2
2017-06-06
spapr_nvram: Check return value from blk_getlength()
Peter Maydell
1
-1
/
+9
2017-02-28
hw/block: Request permissions
Kevin Wolf
1
-0
/
+8
2017-02-13
migration: consolidate VMStateField.start
Halil Pasic
1
-1
/
+1
2016-10-28
spapr_nvram: Pre-initialize the NVRAM to support the -prom-env parameter
Thomas Huth
1
-0
/
+6
2016-07-25
spapr: fix spapr-nvram migration
lvivier@redhat.com
1
-8
/
+15
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
1
-2
/
+2
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
1
-0
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
ppc: Clean up includes
Peter Maydell
1
-0
/
+1
2015-07-07
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
1
-2
/
+2
2015-03-09
spapr_vio: Convert to realize()
Markus Armbruster
1
-8
/
+7
2014-11-04
spapr_nvram: Enable migration
Alexey Kardashevskiy
1
-17
/
+64
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-8
/
+9
2014-06-27
spapr: Fix RTAS token numbers
Alexey Kardashevskiy
1
-2
/
+2
2014-06-16
spapr_nvram: Correct max nvram size
Alexey Kardashevskiy
1
-1
/
+1
2013-12-20
spapr-rtas: replace return code constants with macros
Alexey Kardashevskiy
1
-8
/
+8
2013-11-08
spapr: add vio-bus devices to categories
Alexey Kardashevskiy
1
-0
/
+1
2013-07-01
spapr-rtas: add CPU argument to RTAS calls
Anthony Liguori
1
-2
/
+2
2013-04-26
pseries: Convert VIO code to QOM style type safe(ish) casts
David Gibson
1
-3
/
+7
2013-04-08
hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/
Paolo Bonzini
1
-0
/
+196