mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw/i386: Constify VMState
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Message-Id: <20231221031652.119827-32-richard.henderson@linaro.org>
This commit is contained in:
parent
01d9442a88
commit
9231a01788
12 changed files with 17 additions and 17 deletions
|
@ -139,7 +139,7 @@ static const VMStateDescription xen_overlay_vmstate = {
|
|||
.needed = xen_overlay_is_needed,
|
||||
.pre_save = xen_overlay_pre_save,
|
||||
.post_load = xen_overlay_post_load,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_UINT64(shinfo_gpa, XenOverlayState),
|
||||
VMSTATE_BOOL(long_mode, XenOverlayState),
|
||||
VMSTATE_END_OF_LIST()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue