Message ID | 20240108151352.2199097-1-alex.bennee@linaro.org |
---|---|
State | New |
Headers | show |
On Mon, 8 Jan 2024 at 15:14, Alex Bennée <alex.bennee@linaro.org> wrote: > > 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 Applied to target-arm.next, thanks. -- PMM
On Tue, 9 Jan 2024 at 14:23, Peter Maydell <peter.maydell@linaro.org> wrote: > > On Mon, 8 Jan 2024 at 15:14, Alex Bennée <alex.bennee@linaro.org> wrote: > > > > 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 > > > > Applied to target-arm.next, thanks. Whoops, wrong canned response. I meant: Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0 for any user-visible changes. -- PMM