[PULL 0/3] fix ppc64le build, fully kill alpha and s390 linux-user

Paolo Bonzini posted 3 patches 9 months, 2 weeks ago
Failed in applying to current master (apply log)
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <laurent@vivier.eu>
configure                                   | 173 ++++++++++++++++------------
linux-user/include/host/alpha/host-signal.h |  55 ---------
linux-user/include/host/s390/host-signal.h  | 138 ----------------------
linux-user/include/host/s390x/host-signal.h | 139 +++++++++++++++++++++-
linux-user/include/host/x32/host-signal.h   |   1 -
5 files changed, 240 insertions(+), 266 deletions(-)
delete mode 100644 linux-user/include/host/alpha/host-signal.h
delete mode 100644 linux-user/include/host/s390/host-signal.h
delete mode 100644 linux-user/include/host/x32/host-signal.h
[PULL 0/3] fix ppc64le build, fully kill alpha and s390 linux-user
Posted by Paolo Bonzini 9 months, 2 weeks ago
The following changes since commit 9400601a689a128c25fa9c21e932562e0eeb7a26:

  Merge tag 'pull-tcg-20230806-3' of https://gitlab.com/rth7680/qemu into staging (2023-08-06 16:47:48 -0700)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 971fac2731e60f2143f35648b14fd2f1b5b2c1af:

  configure: unify case statements for CPU canonicalization (2023-08-08 20:44:11 +0200)

----------------------------------------------------------------
* cleanup architecture canonicalization once and for all

----------------------------------------------------------------
Paolo Bonzini (3):
      configure: fix detection for x32 linux-user
      linux-user: cleanup unused linux-user/include/host directories
      configure: unify case statements for CPU canonicalization

 configure                                   | 173 ++++++++++++++++------------
 linux-user/include/host/alpha/host-signal.h |  55 ---------
 linux-user/include/host/s390/host-signal.h  | 138 ----------------------
 linux-user/include/host/s390x/host-signal.h | 139 +++++++++++++++++++++-
 linux-user/include/host/x32/host-signal.h   |   1 -
 5 files changed, 240 insertions(+), 266 deletions(-)
 delete mode 100644 linux-user/include/host/alpha/host-signal.h
 delete mode 100644 linux-user/include/host/s390/host-signal.h
 delete mode 100644 linux-user/include/host/x32/host-signal.h
-- 
2.41.0
Re: [PULL 0/3] fix ppc64le build, fully kill alpha and s390 linux-user
Posted by Richard Henderson 9 months, 2 weeks ago
On 8/8/23 11:45, Paolo Bonzini wrote:
> The following changes since commit 9400601a689a128c25fa9c21e932562e0eeb7a26:
> 
>    Merge tag 'pull-tcg-20230806-3' ofhttps://gitlab.com/rth7680/qemu  into staging (2023-08-06 16:47:48 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git  tags/for-upstream
> 
> for you to fetch changes up to 971fac2731e60f2143f35648b14fd2f1b5b2c1af:
> 
>    configure: unify case statements for CPU canonicalization (2023-08-08 20:44:11 +0200)
> 
> ----------------------------------------------------------------
> * cleanup architecture canonicalization once and for all

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


r~