mbox series

[v3,0/2] hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases

Message ID 20210827060815.2384760-1-f4bug@amsat.org
Headers show
Series hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases | expand

Message

Philippe Mathieu-Daudé Aug. 27, 2021, 6:08 a.m. UTC
Since v2:
- updated "Since 6.1" -> "Since 6.2"

Peter reported CI failure [*] but I can't reproduce:
https://gitlab.com/philmd/qemu/-/pipelines/360227279

Since v1:
- renamed tests (Peter)

[*] https://lore.kernel.org/qemu-devel/CAFEAcA8PLvMUEzyu=sN4bn4mU30w1aajU+T+i__5jnB0QMZnqg@mail.gmail.com/

Philippe Mathieu-Daudé (2):
  tests: Remove uses of deprecated raspi2/raspi3 machine names
  hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases

 docs/about/deprecated.rst               |  7 -----
 docs/about/removed-features.rst         |  7 +++++
 docs/devel/qgraph.rst                   | 38 ++++++++++++-------------
 tests/qtest/libqos/qgraph.h             |  6 ++--
 tests/qtest/libqos/qgraph_internal.h    |  2 +-
 hw/arm/raspi.c                          |  2 --
 tests/qtest/boot-serial-test.c          |  2 +-
 tests/qtest/libqos/arm-raspi2-machine.c |  8 +++---
 tests/unit/test-qgraph.c                |  2 +-
 tests/acceptance/boot_linux_console.py  |  6 ++--
 10 files changed, 39 insertions(+), 41 deletions(-)

Comments

Peter Maydell Aug. 31, 2021, 8:15 p.m. UTC | #1
On Fri, 27 Aug 2021 at 07:08, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> Since v2:
> - updated "Since 6.1" -> "Since 6.2"
>
> Peter reported CI failure [*] but I can't reproduce:
> https://gitlab.com/philmd/qemu/-/pipelines/360227279

'make check' seems to work for me too this time...

Applied to target-arm.next, thanks.

-- PMM