[PATCH-for-9.1 v2 0/3] exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET

Philippe Mathieu-Daudé posted 3 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240322161439.6448-1-philmd@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Alex Bennée" <alex.bennee@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Yanan Wang <wangyanan55@huawei.com>, Cameron Esfahani <dirty@apple.com>, Roman Bolshakov <rbolshakov@ddn.com>, Reinoud Zandijk <reinoud@netbsd.org>, Sunil Muthuswamy <sunilmut@microsoft.com>, Stefano Stabellini <sstabellini@kernel.org>, Anthony Perard <anthony.perard@citrix.com>, Paul Durrant <paul@xen.org>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, Peter Maydell <peter.maydell@linaro.org>
meson.build                   | 4 ++--
include/exec/cpu-defs.h       | 2 +-
include/exec/helper-head.h    | 4 ++--
include/exec/memop.h          | 4 ++--
include/exec/memory.h         | 4 ++--
include/exec/tswap.h          | 4 ++--
include/gdbstub/helpers.h     | 9 ++++-----
include/hw/core/cpu.h         | 4 ++--
include/hw/core/tcg-cpu-ops.h | 3 ---
include/qemu/osdep.h          | 2 +-
include/sysemu/hvf.h          | 8 ++++----
include/sysemu/kvm.h          | 6 +++---
include/sysemu/nvmm.h         | 4 ++--
include/sysemu/whpx.h         | 4 ++--
include/sysemu/xen.h          | 4 ++--
target/arm/kvm-consts.h       | 4 ++--
scripts/analyze-inclusions    | 6 +++---
17 files changed, 36 insertions(+), 40 deletions(-)
[PATCH-for-9.1 v2 0/3] exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
Posted by Philippe Mathieu-Daudé 1 month ago
Since v1:
- prerequisites merged
- s/CONFIG_TARGET/COMPILING_PER_TARGET/ (Peter)

'NEED_CPU_H' guard target-specific code.
Clarify by renaming as COMPILING_PER_TARGET.

Philippe Mathieu-Daudé (3):
  gdbstub: Simplify #ifdef'ry in helpers.h
  hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.h
  exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET

 meson.build                   | 4 ++--
 include/exec/cpu-defs.h       | 2 +-
 include/exec/helper-head.h    | 4 ++--
 include/exec/memop.h          | 4 ++--
 include/exec/memory.h         | 4 ++--
 include/exec/tswap.h          | 4 ++--
 include/gdbstub/helpers.h     | 9 ++++-----
 include/hw/core/cpu.h         | 4 ++--
 include/hw/core/tcg-cpu-ops.h | 3 ---
 include/qemu/osdep.h          | 2 +-
 include/sysemu/hvf.h          | 8 ++++----
 include/sysemu/kvm.h          | 6 +++---
 include/sysemu/nvmm.h         | 4 ++--
 include/sysemu/whpx.h         | 4 ++--
 include/sysemu/xen.h          | 4 ++--
 target/arm/kvm-consts.h       | 4 ++--
 scripts/analyze-inclusions    | 6 +++---
 17 files changed, 36 insertions(+), 40 deletions(-)

-- 
2.41.0


Re: [PATCH-for-9.1 v2 0/3] exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
Posted by Philippe Mathieu-Daudé 1 week, 4 days ago
On 22/3/24 17:14, Philippe Mathieu-Daudé wrote:

> 'NEED_CPU_H' guard target-specific code.
> Clarify by renaming as COMPILING_PER_TARGET.
> 
> Philippe Mathieu-Daudé (3):
>    gdbstub: Simplify #ifdef'ry in helpers.h
>    hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.h
>    exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET

Series queued via hw-misc tree, thanks.