[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/9] misc: Reduce 'exec/tswap.h' inclusions
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v2 0/9] misc: Reduce 'exec/tswap.h' inclusions |
Date: |
Thu, 12 Dec 2024 00:03:48 +0100 |
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
- [PATCH v2 0/9] misc: Reduce 'exec/tswap.h' inclusions,
Philippe Mathieu-Daudé <=
- [PATCH v2 1/9] target/xtensa: Remove tswap() calls in semihosting simcall() helper, Philippe Mathieu-Daudé, 2024/12/11
- [PATCH v2 2/9] target/mips: Remove tswap() calls in semihosting uhi_fstat_cb(), Philippe Mathieu-Daudé, 2024/12/11
- [PATCH v2 3/9] accel/tcg: Include missing 'exec/tswap.h' header in translator.c, Philippe Mathieu-Daudé, 2024/12/11
- [PATCH v2 4/9] hw/arm: Include missing 'exec/tswap.h' header, Philippe Mathieu-Daudé, 2024/12/11
- [PATCH v2 5/9] hw/ppc: Include missing 'exec/tswap.h' header, Philippe Mathieu-Daudé, 2024/12/11