On 1/7/26 9:29 PM, Richard Henderson wrote:
Move the files from host/include/ppc to host/include/ppc64,
replacing the stub headers that redirected to ppc.

Remove linux-user/include/host/ppc.
Remove common-user/host/ppc.
Remove cpu == ppc tests from meson.

Signed-off-by: Richard Henderson <[email protected]>
---
  host/include/ppc/host/cpuinfo.h            |  30 ----
  host/include/ppc/host/crypto/aes-round.h   | 182 --------------------
  host/include/ppc64/host/cpuinfo.h          |  31 +++-
  host/include/ppc64/host/crypto/aes-round.h | 183 ++++++++++++++++++++-
  linux-user/include/host/ppc/host-signal.h  |  39 -----
  common-user/host/ppc/safe-syscall.inc.S    | 107 ------------
  meson.build                                |   4 +-
  7 files changed, 213 insertions(+), 363 deletions(-)
  delete mode 100644 host/include/ppc/host/cpuinfo.h
  delete mode 100644 host/include/ppc/host/crypto/aes-round.h
  delete mode 100644 linux-user/include/host/ppc/host-signal.h
  delete mode 100644 common-user/host/ppc/safe-syscall.inc.S


Reviewed-by: Pierrick Bouvier <[email protected]>

Reply via email to