mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/ipmi: Constify VMState
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-37-richard.henderson@linaro.org>
This commit is contained in:
parent
8913d05dc4
commit
09c6ac6d8f
9 changed files with 9 additions and 9 deletions
|
@ -479,7 +479,7 @@ static const VMStateDescription vmstate_ipmi_bmc_extern = {
|
|||
.version_id = 1,
|
||||
.minimum_version_id = 1,
|
||||
.post_load = ipmi_bmc_extern_post_migrate,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_BOOL(send_reset, IPMIBmcExtern),
|
||||
VMSTATE_BOOL(waiting_rsp, IPMIBmcExtern),
|
||||
VMSTATE_END_OF_LIST()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue