[PATCH 0/5] exec/cpu-common.h: Reduce header list further

Philippe Mathieu-Daudé posted 5 patches 1 month, 1 week ago
Failed in applying to current master (apply log)
include/exec/cpu-common.h      | 4 +---
linux-user/qemu.h              | 1 +
target/ppc/mmu-hash32.h        | 1 +
hw/ppc/ppc_booke.c             | 1 +
linux-user/arm/elfload.c       | 1 +
linux-user/hppa/elfload.c      | 1 +
linux-user/x86_64/elfload.c    | 1 +
target/arm/tcg/cpregs-at.c     | 1 +
target/loongarch/cpu_helper.c  | 1 +
target/loongarch/tcg/tcg_cpu.c | 1 +
target/ppc/cpu_init.c          | 1 +
target/sparc/cpu.c             | 1 +
12 files changed, 12 insertions(+), 3 deletions(-)
[PATCH 0/5] exec/cpu-common.h: Reduce header list further
Posted by Philippe Mathieu-Daudé 1 month, 1 week ago
More trivial inclusion cleanups on a core header file.

Philippe Mathieu-Daudé (5):
  target/sparc: Include missing 'accel/tcg/cpu-ops.h' header in cpu.c
  exec/cpu-common.h: Include missing 'qemu/thread.h' header
  exec/cpu-common.h: Avoid including unused 'exec/vaddr.h' header
  exec/cpu-common.h: Avoid including unused 'tcg/debug-assert.h' header
  exec/cpu-common.h: Avoid including unused exec/page-protection.h
    header

 include/exec/cpu-common.h      | 4 +---
 linux-user/qemu.h              | 1 +
 target/ppc/mmu-hash32.h        | 1 +
 hw/ppc/ppc_booke.c             | 1 +
 linux-user/arm/elfload.c       | 1 +
 linux-user/hppa/elfload.c      | 1 +
 linux-user/x86_64/elfload.c    | 1 +
 target/arm/tcg/cpregs-at.c     | 1 +
 target/loongarch/cpu_helper.c  | 1 +
 target/loongarch/tcg/tcg_cpu.c | 1 +
 target/ppc/cpu_init.c          | 1 +
 target/sparc/cpu.c             | 1 +
 12 files changed, 12 insertions(+), 3 deletions(-)

-- 
2.53.0


Re: [PATCH 0/5] exec/cpu-common.h: Reduce header list further
Posted by Philippe Mathieu-Daudé 1 month, 1 week ago
> Philippe Mathieu-Daudé (5):
>    target/sparc: Include missing 'accel/tcg/cpu-ops.h' header in cpu.c
>    exec/cpu-common.h: Include missing 'qemu/thread.h' header
>    exec/cpu-common.h: Avoid including unused 'exec/vaddr.h' header
>    exec/cpu-common.h: Avoid including unused 'tcg/debug-assert.h' header
>    exec/cpu-common.h: Avoid including unused exec/page-protection.h
>      header

Queued, thanks.