[PULL 0/8] testing and misc (docker, docs, ci scripts, gitlab, avocado, Kconfig)

Alex Bennée posted 8 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230510150658.1399087-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>, Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Gerd Hoffmann <kraxel@redhat.com>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Cleber Rosa <crosa@redhat.com>
docs/system/gdb.rst                                |  22 ++++
.../custom-runners/ubuntu-22.04-aarch32.yml        |   2 +-
.../custom-runners/ubuntu-22.04-aarch64.yml        |  28 +++++-
hw/arm/Kconfig                                     |   1 +
hw/usb/Kconfig                                     |   1 -
scripts/ci/setup/build-environment.yml             | 111 ++++++++++++++-------
scripts/ci/setup/gitlab-runner.yml                 |   1 +
tests/avocado/replay_kernel.py                     |   6 +-
.../docker/dockerfiles/debian-xtensa-cross.docker  |   2 +-
9 files changed, 131 insertions(+), 43 deletions(-)
[PULL 0/8] testing and misc (docker, docs, ci scripts, gitlab, avocado, Kconfig)
Posted by Alex Bennée 1 year ago
The following changes since commit 568992e3440f11897e209bf676aa5b93251385fa:

  Merge tag 'pull-qapi-2023-05-09-v2' of https://repo.or.cz/qemu/armbru into staging (2023-05-10 13:11:29 +0100)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-testing-updates-100523-1

for you to fetch changes up to b9353acfd7ae1fc59a64b9aea34bd77a415751d1:

  hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machine (2023-05-10 16:02:58 +0100)

----------------------------------------------------------------
Testing updates:

  - fix up xtensa docker container base to current Debian
  - document breakpoint and watchpoint support
  - clean up the ansible scripts for Ubuntu 22.04
  - add a minimal device profile
  - drop https on mipsdistros URL
  - fix Kconfig bug for XLNX_VERSAL

----------------------------------------------------------------
Alex Bennée (7):
      tests/docker: bump the xtensa base to debian:11-slim
      docs: document breakpoint and watchpoint support
      scripts/ci: add gitlab-runner to kvm group
      scripts/ci: clean-up the 20.04/22.04 confusion in ansible
      gitlab: add ubuntu-22.04-aarch64-without-defaults
      gitlab: enable minimal device profile for aarch64 --disable-tcg
      tests/avocado: use http for mipsdistros.mips.com

Fabiano Rosas (1):
      hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machine

 docs/system/gdb.rst                                |  22 ++++
 .../custom-runners/ubuntu-22.04-aarch32.yml        |   2 +-
 .../custom-runners/ubuntu-22.04-aarch64.yml        |  28 +++++-
 hw/arm/Kconfig                                     |   1 +
 hw/usb/Kconfig                                     |   1 -
 scripts/ci/setup/build-environment.yml             | 111 ++++++++++++++-------
 scripts/ci/setup/gitlab-runner.yml                 |   1 +
 tests/avocado/replay_kernel.py                     |   6 +-
 .../docker/dockerfiles/debian-xtensa-cross.docker  |   2 +-
 9 files changed, 131 insertions(+), 43 deletions(-)

-- 
2.39.2


Re: [PULL 0/8] testing and misc (docker, docs, ci scripts, gitlab, avocado, Kconfig)
Posted by Richard Henderson 1 year ago
On 5/10/23 16:06, Alex Bennée wrote:
> The following changes since commit 568992e3440f11897e209bf676aa5b93251385fa:
> 
>    Merge tag 'pull-qapi-2023-05-09-v2' of https://repo.or.cz/qemu/armbru into staging (2023-05-10 13:11:29 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/stsquad/qemu.git tags/pull-testing-updates-100523-1
> 
> for you to fetch changes up to b9353acfd7ae1fc59a64b9aea34bd77a415751d1:
> 
>    hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machine (2023-05-10 16:02:58 +0100)
> 
> ----------------------------------------------------------------
> Testing updates:
> 
>    - fix up xtensa docker container base to current Debian
>    - document breakpoint and watchpoint support
>    - clean up the ansible scripts for Ubuntu 22.04
>    - add a minimal device profile
>    - drop https on mipsdistros URL
>    - fix Kconfig bug for XLNX_VERSAL

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~