Skip to content
Snippets Groups Projects
Commit 5b12c163 authored by Alex Bennée's avatar Alex Bennée
Browse files

replay/replay.c: bump REPLAY_VERSION


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: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarPavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Reviewed-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 8cfef892
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment