On 08/01/2026 06.29, Richard Henderson wrote:
Move the files from host/include/i386 to host/include/x86_64,
replacing the stub headers that redirected to i386.
Remove linux-user/include/host/i386.
Remove common-user/host/i386.
Signed-off-by: Richard Henderson <[email protected]>
---
host/include/i386/host/cpuinfo.h | 41 ------
host/include/i386/host/crypto/aes-round.h | 152 -------------------
host/include/i386/host/crypto/clmul.h | 29 ----
host/include/x86_64/host/cpuinfo.h | 42 +++++-
host/include/x86_64/host/crypto/aes-round.h | 153 +++++++++++++++++++-
host/include/x86_64/host/crypto/clmul.h | 30 +++-
linux-user/include/host/i386/host-signal.h | 38 -----
common-user/host/i386/safe-syscall.inc.S | 127 ----------------
host/include/i386/host/bufferiszero.c.inc | 125 ----------------
host/include/x86_64/host/bufferiszero.c.inc | 126 +++++++++++++++-
10 files changed, 347 insertions(+), 516 deletions(-)
delete mode 100644 host/include/i386/host/cpuinfo.h
delete mode 100644 host/include/i386/host/crypto/aes-round.h
delete mode 100644 host/include/i386/host/crypto/clmul.h
delete mode 100644 linux-user/include/host/i386/host-signal.h
delete mode 100644 common-user/host/i386/safe-syscall.inc.S
delete mode 100644 host/include/i386/host/bufferiszero.c.inc
Reviewed-by: Thomas Huth <[email protected]>