qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/13] replay fixes for replay_kernel
@ 2024-01-08 15:13 Alex Bennée
  2024-01-08 15:13 ` [PULL 01/13] tests/avocado: add a simple i386 replay kernel test Alex Bennée
                   ` (13 more replies)
  0 siblings, 14 replies; 19+ messages in thread
From: Alex Bennée @ 2024-01-08 15:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

The following changes since commit 0c1eccd368af8805ec0fb11e6cf25d0684d37328:

  Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into staging (2024-01-05 16:08:58 +0000)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-replay-fixes-080124-1

for you to fetch changes up to c2ef5ee89d76f0ab77c4dd6a1c9eeed4d35d20ed:

  tests/avocado: remove skips from replay_kernel (2024-01-08 13:59:06 +0000)

----------------------------------------------------------------
Record/replay fixes for replay_kernel tests

  - add a 32 bit x86 replay test case
  - fix some typos
  - use modern snapshot setting for tests
  - update replay_dump for current ABI
  - remove stale replay variables
  - improve kdoc for ReplayState
  - introduce common error path for replay
  - always fully drain chardevs when in replay
  - catch unexpected waitio on playback
  - remove flaky tags from replay_kernel tests

----------------------------------------------------------------
Alex Bennée (13):
      tests/avocado: add a simple i386 replay kernel test
      tests/avocado: fix typo in replay_linux
      tests/avocado: modernise the drive args for replay_linux
      scripts/replay-dump: update to latest format
      scripts/replay_dump: track total number of instructions
      replay: remove host_clock_last
      replay: add proper kdoc for ReplayState
      replay: make has_unread_data a bool
      replay: introduce a central report point for sync errors
      replay/replay-char: use report_sync_error
      replay: stop us hanging in rr_wait_io_event
      chardev: force write all when recording replay logs
      tests/avocado: remove skips from replay_kernel

 include/sysemu/replay.h        |   5 ++
 replay/replay-internal.h       |  50 +++++++++++-----
 accel/tcg/tcg-accel-ops-rr.c   |   2 +-
 chardev/char.c                 |  12 ++++
 replay/replay-char.c           |   6 +-
 replay/replay-internal.c       |   5 +-
 replay/replay-snapshot.c       |   7 ++-
 replay/replay.c                | 132 +++++++++++++++++++++++++++++++++++++++++
 scripts/replay-dump.py         |  95 ++++++++++++++++++++++++++---
 tests/avocado/replay_kernel.py |  27 +++++----
 tests/avocado/replay_linux.py  |   9 ++-
 11 files changed, 303 insertions(+), 47 deletions(-)

-- 
2.39.2



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-01-12 13:28 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-08 15:13 [PULL 00/13] replay fixes for replay_kernel Alex Bennée
2024-01-08 15:13 ` [PULL 01/13] tests/avocado: add a simple i386 replay kernel test Alex Bennée
2024-01-08 15:13 ` [PULL 02/13] tests/avocado: fix typo in replay_linux Alex Bennée
2024-01-08 15:13 ` [PULL 03/13] tests/avocado: modernise the drive args for replay_linux Alex Bennée
2024-01-08 15:13 ` [PULL 04/13] scripts/replay-dump: update to latest format Alex Bennée
2024-01-08 15:13 ` [PULL 05/13] scripts/replay_dump: track total number of instructions Alex Bennée
2024-01-08 15:13 ` [PULL 06/13] replay: remove host_clock_last Alex Bennée
2024-01-08 15:13 ` [PULL 07/13] replay: add proper kdoc for ReplayState Alex Bennée
2024-01-08 15:13 ` [PULL 08/13] replay: make has_unread_data a bool Alex Bennée
2024-01-08 15:13 ` [PULL 09/13] replay: introduce a central report point for sync errors Alex Bennée
2024-01-08 15:13 ` [PULL 10/13] replay/replay-char: use report_sync_error Alex Bennée
2024-01-08 15:13 ` [PULL 11/13] replay: stop us hanging in rr_wait_io_event Alex Bennée
2024-01-08 15:13 ` [PULL 12/13] chardev: force write all when recording replay logs Alex Bennée
2024-01-08 15:13 ` [PULL 13/13] tests/avocado: remove skips from replay_kernel Alex Bennée
2024-01-11 17:19   ` Thomas Huth
2024-01-12  9:35     ` Alex Bennée
2024-01-12 13:27     ` Alex Bennée
2024-01-09 14:23 ` [PULL 00/13] replay fixes for replay_kernel Peter Maydell
2024-01-09 14:24   ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).