]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
replay/replay.c: bump REPLAY_VERSION again
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 27 Feb 2018 09:52:31 +0000 (12:52 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 Mar 2018 15:12:50 +0000 (16:12 +0100)
This time commit 802f045a5f61b781df55e4492d896b4d20503ba7 broke the
replay file format. Also add a comment about this to
replay-internal.h.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20180227095231.1060.91180.stgit@pasha-VirtualBox>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
replay/replay-internal.h
replay/replay.c

index be96d7e879caa78ba5fa46071ff2aeee6c84b16d..8e4c701751040be3b8c9d1a6a1684c4cd18d9455 100644 (file)
@@ -12,7 +12,7 @@
  *
  */
 
-
+/* Any changes to order/number of events will need to bump REPLAY_VERSION */
 enum ReplayEvents {
     /* for instruction event */
     EVENT_INSTRUCTION,
index 7a23c62d618ea11c8194600fc1a0bfbfa404e49a..9cddb6bfc9f264c0fbabc4f3ced8577423306ea7 100644 (file)
@@ -22,7 +22,7 @@
 
 /* Current version of the replay mechanism.
    Increase it when file format changes. */
-#define REPLAY_VERSION              0xe02006
+#define REPLAY_VERSION              0xe02007
 /* Size of replay log header */
 #define HEADER_SIZE                 (sizeof(uint32_t) + sizeof(uint64_t))