mbox series

[0/4] hw: Remove 'exec/exec-all.h' header when unused

Message ID 20231212113640.30287-1-philmd@linaro.org
Headers show
Series hw: Remove 'exec/exec-all.h' header when unused | expand

Message

Philippe Mathieu-Daudé Dec. 12, 2023, 11:36 a.m. UTC
Philippe Mathieu-Daudé (4):
  hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included header
  hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header
  hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header
  target: Restrict 'sysemu/reset.h' to system emulation

 hw/misc/mips_itu.c     | 3 ++-
 hw/ppc/spapr_hcall.c   | 1 -
 hw/s390x/ipl.c         | 1 -
 target/i386/cpu.c      | 2 +-
 target/loongarch/cpu.c | 2 ++
 5 files changed, 5 insertions(+), 4 deletions(-)

Comments

Philippe Mathieu-Daudé Dec. 26, 2023, 4:08 p.m. UTC | #1
On 12/12/23 12:36, Philippe Mathieu-Daudé wrote:

> Philippe Mathieu-Daudé (4):
>    hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included header
>    hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header
>    hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header
>    target: Restrict 'sysemu/reset.h' to system emulation

Thanks Thomas for also merging these :)