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

Philippe Mathieu-Daudé posted 2 patches 2 years, 8 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
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(-)
[PATCH v3 0/2] hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases
Posted by Philippe Mathieu-Daudé 2 years, 8 months ago
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(-)

-- 
2.31.1



Re: [PATCH v3 0/2] hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases
Posted by Peter Maydell 2 years, 7 months ago
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