Include "exec/tswap.h" where it is needed and remove it from "exec/cpu-all.h" which is a header included very often.
Philippe Mathieu-Daudé (9): target/xtensa: Remove tswap() calls in semihosting simcall() helper target/mips: Remove tswap() calls in semihosting uhi_fstat_cb() accel/tcg: Include missing 'exec/tswap.h' header in translator.c hw/arm: Include missing 'exec/tswap.h' header hw/ppc: Include missing 'exec/tswap.h' header hw/mips: Include missing 'exec/tswap.h' header hw/sh4/r2d: Include missing 'exec/tswap.h' header hw/xtensa: Include missing 'exec/tswap.h' header exec/cpu-all: Do not include 'exec/tswap.h' header hw/xtensa/bootparam.h | 1 + include/exec/cpu-all.h | 1 - accel/tcg/translator.c | 1 + hw/arm/boot.c | 1 + hw/arm/npcm7xx.c | 1 + hw/mips/fuloong2e.c | 1 + hw/mips/malta.c | 1 + hw/ppc/sam460ex.c | 1 + hw/ppc/spapr.c | 1 + hw/ppc/virtex_ml507.c | 1 + hw/sh4/r2d.c | 1 + hw/xtensa/xtfpga.c | 1 + target/mips/tcg/sysemu/mips-semi.c | 43 +++++++++++++++++++++--------- target/xtensa/xtensa-semi.c | 15 ++++------- 14 files changed, 46 insertions(+), 24 deletions(-) -- 2.45.2