]> xenbits.xensource.com Git - qemu-xen.git/commit
scripts/replay-dump.py: Update to current rr record format
authorNicholas Piggin <npiggin@gmail.com>
Tue, 13 Aug 2024 20:23:17 +0000 (21:23 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 16 Aug 2024 13:04:19 +0000 (14:04 +0100)
commit00140e79bb5e74c5a06f9eb0a0110f4e5ebffaec
tree331f7c097fc69242f59789566bac3d79236bd203
parent20fdd01e51a2799f8185bc0ae0e3e000fb2ced7d
scripts/replay-dump.py: Update to current rr record format

The v12 format support for replay-dump has a few issues still. This
fixes async decoding; adds event, shutdown, and end decoding; fixes
audio in / out events, fixes checkpoint checking of following async
events.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Message-Id: <20240813050638.446172-2-npiggin@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240813202329.1237572-10-alex.bennee@linaro.org>
scripts/replay-dump.py