[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 6/6] replay/replay.c: bump REPLAY_VERSION
From: |
Alex Bennée |
Subject: |
[Qemu-devel] [PATCH v2 6/6] replay/replay.c: bump REPLAY_VERSION |
Date: |
Tue, 28 Mar 2017 09:36:23 +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 <address@hidden>
Reviewed-by: Pavel Dovgalyuk <address@hidden>
---
replay/replay.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/replay/replay.c b/replay/replay.c
index 78e2a7e570..9e0724e756 100644
--- a/replay/replay.c
+++ b/replay/replay.c
@@ -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))
--
2.11.0
- [Qemu-devel] [PATCH v2 0/6] MTTCG fixes for rc1, Alex Bennée, 2017/03/28
- [Qemu-devel] [PATCH v2 3/6] ui/console: ensure do_safe_dpy_refresh holds BQL, Alex Bennée, 2017/03/28
- [Qemu-devel] [PATCH v2 1/6] user-exec: handle synchronous signals from QEMU gracefully, Alex Bennée, 2017/03/28
- [Qemu-devel] [PATCH v2 4/6] ui/console: use exclusive mechanism directly, Alex Bennée, 2017/03/28
- [Qemu-devel] [PATCH v2 5/6] tcg: Add a new line after incompatibility warning, Alex Bennée, 2017/03/28
- [Qemu-devel] [PATCH v2 2/6] bsd-user: align use of mmap_lock to that of linux-user, Alex Bennée, 2017/03/28
- [Qemu-devel] [PATCH v2 6/6] replay/replay.c: bump REPLAY_VERSION,
Alex Bennée <=
- Re: [Qemu-devel] [PATCH v2 0/6] MTTCG fixes for rc1, Paolo Bonzini, 2017/03/28
- Re: [Qemu-devel] [PATCH v2 0/6] MTTCG fixes for rc1, Gerd Hoffmann, 2017/03/28