Commit 80be169c authored by Alex Bennée's avatar Alex Bennée Committed by Paolo Bonzini
Browse files

replay/replay.c: bump REPLAY_VERSION again



This time commit 802f045a broke the
replay file format. Also add a comment about this to
replay-internal.h.

Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-off-by: default avatarPavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Acked-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Message-Id: <20180227095231.1060.91180.stgit@pasha-VirtualBox>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 4b930d26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
 *
 */


/* Any changes to order/number of events will need to bump REPLAY_VERSION */
enum ReplayEvents {
    /* for instruction event */
    EVENT_INSTRUCTION,
+1 −1
Original line number Diff line number Diff line
@@ -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))