aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm/xen_overlay.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/kvm/xen_overlay.c')
-rw-r--r--hw/i386/kvm/xen_overlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/kvm/xen_overlay.c b/hw/i386/kvm/xen_overlay.c
index 39fda1b..526f7a6 100644
--- a/hw/i386/kvm/xen_overlay.c
+++ b/hw/i386/kvm/xen_overlay.c
@@ -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()