[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3] include: Rename some expanded headers using '.h.inc' suff
|
From: |
Philippe Mathieu-Daudé |
|
Subject: |
[PATCH v2 0/3] include: Rename some expanded headers using '.h.inc' suffix |
|
Date: |
Wed, 24 Apr 2024 19:33:29 +0200 |
v2: one more
Per our Coding Style:
If you do use template header files they should be named with
the ``.c.inc`` or ``.h.inc`` suffix to make it clear they are
being included for expansion.
Rename elf_ops.h, helper-head.h and host/load-extract/store-insert
headers.
Philippe Mathieu-Daudé (3):
hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
accel/tcg: Rename load-extract/store-insert headers using .h.inc
suffix
accel/tcg: Rename helper-head.h -> helper-head.h.inc
.../{load-extract-al16-al8.h => load-extract-al16-al8.h.inc} | 0
.../host/{store-insert-al16.h => store-insert-al16.h.inc} | 0
.../{load-extract-al16-al8.h => load-extract-al16-al8.h.inc} | 0
.../host/{store-insert-al16.h => store-insert-al16.h.inc} | 0
.../{load-extract-al16-al8.h => load-extract-al16-al8.h.inc} | 0
.../host/{store-insert-al16.h => store-insert-al16.h.inc} | 0
.../{load-extract-al16-al8.h => load-extract-al16-al8.h.inc} | 0
include/exec/helper-gen.h.inc | 2 +-
include/exec/{helper-head.h => helper-head.h.inc} | 0
include/exec/helper-proto.h.inc | 2 +-
include/hw/{elf_ops.h => elf_ops.h.inc} | 0
bsd-user/elfload.c | 2 +-
hw/core/loader.c | 4 ++--
linux-user/elfload.c | 2 +-
accel/tcg/ldst_atomicity.c.inc | 4 ++--
include/exec/helper-info.c.inc | 2 +-
16 files changed, 9 insertions(+), 9 deletions(-)
rename host/include/aarch64/host/{load-extract-al16-al8.h =>
load-extract-al16-al8.h.inc} (100%)
rename host/include/aarch64/host/{store-insert-al16.h =>
store-insert-al16.h.inc} (100%)
rename host/include/generic/host/{load-extract-al16-al8.h =>
load-extract-al16-al8.h.inc} (100%)
rename host/include/generic/host/{store-insert-al16.h =>
store-insert-al16.h.inc} (100%)
rename host/include/loongarch64/host/{load-extract-al16-al8.h =>
load-extract-al16-al8.h.inc} (100%)
rename host/include/loongarch64/host/{store-insert-al16.h =>
store-insert-al16.h.inc} (100%)
rename host/include/x86_64/host/{load-extract-al16-al8.h =>
load-extract-al16-al8.h.inc} (100%)
rename include/exec/{helper-head.h => helper-head.h.inc} (100%)
rename include/hw/{elf_ops.h => elf_ops.h.inc} (100%)
--
2.41.0
- [PATCH v2 0/3] include: Rename some expanded headers using '.h.inc' suffix,
Philippe Mathieu-Daudé <=