qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] linux-user: Remove the deprecated ppc64abi32 target


From: Richard Henderson
Subject: Re: [PATCH] linux-user: Remove the deprecated ppc64abi32 target
Date: Wed, 15 Dec 2021 08:52:14 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 12/15/21 12:49 AM, Thomas Huth wrote:
It's likely broken, and nobody cared for picking it up again
during the deprecation phase, so let's remove this now.

Since this is the last entry in deprecated_targets_list, remove
the related code in the configure script, too.

Signed-off-by: Thomas Huth<thuth@redhat.com>
---
  .gitlab-ci.d/buildtest.yml                    | 27 -----------------
  configs/targets/ppc64abi32-linux-user.mak     |  8 -----
  configure                                     | 29 +------------------
  docs/about/deprecated.rst                     |  7 -----
  docs/about/removed-features.rst               |  8 +++++
  docs/user/main.rst                            |  1 -
  linux-user/elfload.c                          |  4 +--
  linux-user/ppc/signal.c                       | 11 ++-----
  linux-user/ppc/target_syscall.h               |  4 +--
  linux-user/syscall_defs.h                     |  6 ++--
  .../dockerfiles/debian-ppc64el-cross.docker   |  2 +-
  tests/tcg/configure.sh                        |  2 +-
  12 files changed, 21 insertions(+), 88 deletions(-)
  delete mode 100644 configs/targets/ppc64abi32-linux-user.mak

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]