mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
hw/nvram: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
b32c22bf31
commit
2839136833
11 changed files with 13 additions and 13 deletions
|
@ -252,7 +252,7 @@ static const VMStateDescription vmstate_spapr_nvram = {
|
|||
},
|
||||
};
|
||||
|
||||
static Property spapr_nvram_properties[] = {
|
||||
static const Property spapr_nvram_properties[] = {
|
||||
DEFINE_SPAPR_PROPERTIES(SpaprNvram, sdev),
|
||||
DEFINE_PROP_DRIVE("drive", SpaprNvram, blk),
|
||||
DEFINE_PROP_END_OF_LIST(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue