On Wed, 22 Mar 2023 at 21:54, Alex Bennée <alex.ben...@linaro.org> wrote: > > > Peter Maydell <peter.mayd...@linaro.org> writes: > > > On Wed, 22 Mar 2023 at 16:33, Alex Bennée <alex.ben...@linaro.org> wrote: > >> > >> The following changes since commit > >> c283ff89d11ff123efc9af49128ef58511f73012: > >> > >> Update version for v8.0.0-rc1 release (2023-03-21 17:15:43 +0000) > >> > >> are available in the Git repository at: > >> > >> https://gitlab.com/stsquad/qemu.git tags/pull-for-8.0-220323-1 > >> > >> for you to fetch changes up to e35b9a2e81ccce86db6f1417b1d73bb97d7cbc17: > >> > >> qtests: avoid printing comments before g_test_init() (2023-03-22 > >> 15:08:26 +0000) > >> > >> Note you will need to remove the old openbsd disk image to trigger a > >> rebuild that avoids the issues with -ENOSPC. My pipeline can be seen > >> here: > >> > >> https://gitlab.com/stsquad/qemu/-/pipelines/814624909 > >> > >> ---------------------------------------------------------------- > >> Misc fixes for 8.0 (testing, plugins, gitdm) > >> > >> - update Alpine image used for testing images > >> - include libslirp in custom runner build env > >> - update gitlab-runner recipe for CentOS > >> - update docker calls for better caching behaviour > >> - document some plugin callbacks > >> - don't use tags to define drives for lkft baseline tests > >> - fix missing clear of plugin_mem_cbs > >> - fix iotests to report individual results > >> - update the gitdm metadata for contributors > >> - avoid printing comments before g_test_init() > >> - probe for multiprocess support before running avocado test > >> - refactor igb.py into netdev-ethtool.py avocado test > >> - rebuild openbsd to have more space space for iotests > > > > I saw this on ppc64. I suspect it of being a pre-existing > > intermittent -- I'm retrying it. > > On what platform is that?
ppc64be Linux (it's one of the gcc compile farm machines). It was indeed intermittent, in that it didn't happen on retry. So: Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0 for any user-visible changes. -- PMM