]> xenbits.xensource.com Git - qemu-xen.git/commit
replay: introduce a central report point for sync errors
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 11 Dec 2023 09:13:38 +0000 (09:13 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 8 Jan 2024 13:58:54 +0000 (13:58 +0000)
commitdcda73211cd102dbfb8b8465c49dac66246a511e
treea79098a5ca9155e9abdc64bcd7230eb9ea4e434b
parent2b7a58b60ad89a41df187fc9b48c0d7d0dab488b
replay: introduce a central report point for sync errors

Figuring out why replay has failed is tricky at the best of times.
Lets centralise the reporting of a replay sync error and add a little
bit of extra information to help with debugging.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231211091346.14616-10-alex.bennee@linaro.org>
replay/replay-internal.c
replay/replay-internal.h
replay/replay-snapshot.c
replay/replay.c