]> git.proxmox.com Git - mirror_qemu.git/commitdiff
ide: Add forgotten VMSTATE_END_OF_LIST in subsection
authorKevin Wolf <kwolf@redhat.com>
Thu, 9 Jun 2011 12:15:18 +0000 (14:15 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 15 Jun 2011 12:36:16 +0000 (14:36 +0200)
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/ide/core.c

index e5def8b3b1576fe5d5a853eb596912ca40682c6b..399b74c9d6b3541de6f0407bb2b2480fcfa6d3b7 100644 (file)
@@ -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()
     }
 };