[PULL 0/5] more maintainer updates (git, avocado)

Alex Bennée posted 5 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240320161340.391798-1-alex.bennee@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Yonggang Luo <luoyonggang@gmail.com>, Radoslaw Biernacki <rad@semihalf.com>, Peter Maydell <peter.maydell@linaro.org>, Leif Lindholm <quic_llindhol@quicinc.com>, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>, Cleber Rosa <crosa@redhat.com>
.gitlab-ci.d/base.yml                    |  4 ++
.gitlab-ci.d/buildtest-template.yml      |  1 +
.gitlab-ci.d/buildtest.yml               |  2 +
.gitlab-ci.d/custom-runners.yml          |  5 +-
.gitlab-ci.d/windows.yml                 |  2 +
tests/avocado/machine_aarch64_sbsaref.py | 86 +++++++++++++++++++++-----------
6 files changed, 70 insertions(+), 30 deletions(-)
[PULL 0/5] more maintainer updates (git, avocado)
Posted by Alex Bennée 1 month, 1 week ago
The following changes since commit c62d54d0a8067ffb3d5b909276f7296d7df33fa7:

  Update version for v9.0.0-rc0 release (2024-03-19 19:13:52 +0000)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-final-for-real-this-time-200324-1

for you to fetch changes up to 55900f5dcc3205b87609d9be452c6c76c48b863b:

  tests/avocado: sbsa-ref: add OpenBSD tests for misc 'max' setup (2024-03-20 09:52:27 +0000)

----------------------------------------------------------------
maintainer updates (gitlab, avocado):

  - avoid extra git data on gitlab checkouts
  - update sbsa-ref tests

----------------------------------------------------------------
Alex Bennée (1):
      gitlab: aggressively avoid extra GIT data

Marcin Juszkiewicz (4):
      tests/avocado: update sbsa-ref firmware
      tests/avocado: drop virtio-rng from sbsa-ref tests
      tests/avocado: sbsa-ref: add Alpine tests for misc 'max' setup
      tests/avocado: sbsa-ref: add OpenBSD tests for misc 'max' setup

 .gitlab-ci.d/base.yml                    |  4 ++
 .gitlab-ci.d/buildtest-template.yml      |  1 +
 .gitlab-ci.d/buildtest.yml               |  2 +
 .gitlab-ci.d/custom-runners.yml          |  5 +-
 .gitlab-ci.d/windows.yml                 |  2 +
 tests/avocado/machine_aarch64_sbsaref.py | 86 +++++++++++++++++++++-----------
 6 files changed, 70 insertions(+), 30 deletions(-)

-- 
2.39.2


Re: [PULL 0/5] more maintainer updates (git, avocado)
Posted by Peter Maydell 1 month, 1 week ago
On Wed, 20 Mar 2024 at 16:15, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> The following changes since commit c62d54d0a8067ffb3d5b909276f7296d7df33fa7:
>
>   Update version for v9.0.0-rc0 release (2024-03-19 19:13:52 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/stsquad/qemu.git tags/pull-maintainer-final-for-real-this-time-200324-1
>
> for you to fetch changes up to 55900f5dcc3205b87609d9be452c6c76c48b863b:
>
>   tests/avocado: sbsa-ref: add OpenBSD tests for misc 'max' setup (2024-03-20 09:52:27 +0000)
>
> ----------------------------------------------------------------
> maintainer updates (gitlab, avocado):
>
>   - avoid extra git data on gitlab checkouts
>   - update sbsa-ref tests
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM