[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/3] fix ppc64le build, fully kill alpha and s390 linux-user
From: |
Paolo Bonzini |
Subject: |
[PULL 0/3] fix ppc64le build, fully kill alpha and s390 linux-user |
Date: |
Tue, 8 Aug 2023 20:45:48 +0200 |
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
- [PULL 0/3] fix ppc64le build, fully kill alpha and s390 linux-user,
Paolo Bonzini <=