]> git.proxmox.com Git - qemu.git/blobdiff - hw/ide/core.c
ide: Add forgotten VMSTATE_END_OF_LIST in subsection
[qemu.git] / 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()
     }
 };