[PATCH for-8.2 0/4] Assorted replay patches

Nicholas Piggin posted 4 patches 9 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230814163135.187882-1-npiggin@gmail.com
Maintainers: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Paolo Bonzini <pbonzini@redhat.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
docs/system/replay.rst        |   5 ++
include/sysemu/replay.h       |  11 ++++
include/sysemu/runstate.h     |   1 +
qemu-options.hx               |   9 ++-
replay/replay-snapshot.c      |  57 +++++++++++++++++
replay/replay.c               |  27 ++++++++
scripts/replay-dump.py        | 113 +++++++++++++++++++++++++++++++---
softmmu/runstate.c            |  19 ++++++
softmmu/vl.c                  |   9 +++
tests/avocado/replay_linux.py |  16 ++++-
10 files changed, 256 insertions(+), 11 deletions(-)
[PATCH for-8.2 0/4] Assorted replay patches
Posted by Nicholas Piggin 9 months, 1 week ago
Hi,

These are a few small things I have found helpful while trying to
implement and test rr changes. Patch 2 depends on 1, but otherwise
the patches are independent.

Thanks,
Nick

Nicholas Piggin (4):
  scripts/replay_dump.sh: Update to current rr record format
  tests/avocado: replay_linux.py add replay-dump.py test
  replay: allow runstate shutdown->running when replaying trace
  replay: simple auto-snapshot mode for record

 docs/system/replay.rst        |   5 ++
 include/sysemu/replay.h       |  11 ++++
 include/sysemu/runstate.h     |   1 +
 qemu-options.hx               |   9 ++-
 replay/replay-snapshot.c      |  57 +++++++++++++++++
 replay/replay.c               |  27 ++++++++
 scripts/replay-dump.py        | 113 +++++++++++++++++++++++++++++++---
 softmmu/runstate.c            |  19 ++++++
 softmmu/vl.c                  |   9 +++
 tests/avocado/replay_linux.py |  16 ++++-
 10 files changed, 256 insertions(+), 11 deletions(-)

-- 
2.40.1