]> git.proxmox.com Git - mirror_qemu.git/commitdiff
replay/replay.c: bump REPLAY_VERSION
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 24 Mar 2017 15:21:55 +0000 (15:21 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 28 Mar 2017 09:52:50 +0000 (10:52 +0100)
A previous commit (3d4d16f4) added support for audio record/playback.
However this breaks the logfile ABI due to the re-ordering of the
ReplayEvents enum. The REPLAY_VERSION check is meant to prevent you
from using old log files in newer QEMUs but this is currently broken.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
replay/replay.c

index 78e2a7e570472638284d816d2233445182a2b158..9e0724e756b8156a305ed5a9d2654731df3136e1 100644 (file)
@@ -22,7 +22,7 @@
 
 /* Current version of the replay mechanism.
    Increase it when file format changes. */
-#define REPLAY_VERSION              0xe02005
+#define REPLAY_VERSION              0xe02006
 /* Size of replay log header */
 #define HEADER_SIZE                 (sizeof(uint32_t) + sizeof(uint64_t))