]> git.proxmox.com Git - mirror_qemu.git/commit
scripts/replay-dump.py: replay log dumper
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 27 Feb 2018 09:53:10 +0000 (12:53 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 Mar 2018 16:10:38 +0000 (17:10 +0100)
commit821c113033075d4f1b50966d92022a1064085422
treef4bf8685f5a07dbacc99aaaff15fe2834f25d568
parent66eb7825d0bd84a870a054fb208fe765317109fa
scripts/replay-dump.py: replay log dumper

This script is a debugging tool for looking through the contents of a
replay log file. It is incomplete but should fail gracefully at events
it doesn't understand.

It currently understands two different log formats as the audio
record/replay support was merged during since MTTCG. It was written to
help debug what has caused the BQL changes to break replay support.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20180227095310.1060.14500.stgit@pasha-VirtualBox>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/replay-dump.py [new file with mode: 0755]