[PATCH v2 0/9] misc: Reduce 'exec/tswap.h' inclusions

Philippe Mathieu-Daudé posted 9 patches 3 months, 4 weeks ago
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(-)
[PATCH v2 0/9] misc: Reduce 'exec/tswap.h' inclusions
Posted by Philippe Mathieu-Daudé 3 months, 4 weeks ago
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