]> git.proxmox.com Git - mirror_qemu.git/blobdiff - replay/replay-snapshot.c
replay: simplify async event processing
[mirror_qemu.git] / replay / replay-snapshot.c
index 7e935deb15db7cea4138f6abd8bad35002736f70..10a7cf79927ecbb5dcb5a8d7a51cc6d218c3b1a4 100644 (file)
@@ -59,7 +59,6 @@ static const VMStateDescription vmstate_replay = {
         VMSTATE_UINT32(has_unread_data, ReplayState),
         VMSTATE_UINT64(file_offset, ReplayState),
         VMSTATE_UINT64(block_request_id, ReplayState),
-        VMSTATE_INT32(read_event_kind, ReplayState),
         VMSTATE_UINT64(read_event_id, ReplayState),
         VMSTATE_END_OF_LIST()
     },