aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ide
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2011-06-09 14:15:18 +0200
committerKevin Wolf <kwolf@redhat.com>2011-06-15 14:36:16 +0200
commit0754f9ecef98ad95442f16657df9721dd5682c3a (patch)
tree568d74bb473cd2f90f9bc243b793e27618b5e5f6 /hw/ide
parentfdc650d76d785ba56b1e87c260ce96d8e22c7cc8 (diff)
ide: Add forgotten VMSTATE_END_OF_LIST in subsection
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/ide')
-rw-r--r--hw/ide/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ide/core.c b/hw/ide/core.c
index e5def8b3b..399b74c9d 100644
--- a/hw/ide/core.c
+++ b/hw/ide/core.c
@@ -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()
}
};