Commit 0754f9ec authored by Kevin Wolf's avatar Kevin Wolf
Browse files

ide: Add forgotten VMSTATE_END_OF_LIST in subsection



Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent fdc650d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1864,6 +1864,7 @@ const VMStateDescription vmstate_ide_atapi_gesn_state = {
    .fields = (VMStateField []) {
        VMSTATE_BOOL(events.new_media, IDEState),
        VMSTATE_BOOL(events.eject_request, IDEState),
        VMSTATE_END_OF_LIST()
    }
};