[PATCH 1/7] qemu/atomic: Finish renaming atomic128-cas.h headers

Richard Henderson posted 7 patches 3 months ago
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Laurent Vivier <laurent@vivier.eu>, Peter Maydell <peter.maydell@linaro.org>
[PATCH 1/7] qemu/atomic: Finish renaming atomic128-cas.h headers
Posted by Richard Henderson 3 months ago
The aarch64 header was not renamed with the others, meaning it
was skipped in favor of the generic version.

Cc: qemu-stable@nongnu.org
Fixes: 15606965400b ("qemu/atomic: Rename atomic128-cas.h headers using .h.inc suffix")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 .../include/aarch64/host/{atomic128-cas.h => atomic128-cas.h.inc} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename host/include/aarch64/host/{atomic128-cas.h => atomic128-cas.h.inc} (100%)

diff --git a/host/include/aarch64/host/atomic128-cas.h b/host/include/aarch64/host/atomic128-cas.h.inc
similarity index 100%
rename from host/include/aarch64/host/atomic128-cas.h
rename to host/include/aarch64/host/atomic128-cas.h.inc
-- 
2.43.0
Re: [PATCH 1/7] qemu/atomic: Finish renaming atomic128-cas.h headers
Posted by Peter Maydell 2 months, 3 weeks ago
On Fri, 15 Aug 2025 at 13:28, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The aarch64 header was not renamed with the others, meaning it
> was skipped in favor of the generic version.
>
> Cc: qemu-stable@nongnu.org
> Fixes: 15606965400b ("qemu/atomic: Rename atomic128-cas.h headers using .h.inc suffix")
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  .../include/aarch64/host/{atomic128-cas.h => atomic128-cas.h.inc} | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename host/include/aarch64/host/{atomic128-cas.h => atomic128-cas.h.inc} (100%)
>
> diff --git a/host/include/aarch64/host/atomic128-cas.h b/host/include/aarch64/host/atomic128-cas.h.inc
> similarity index 100%
> rename from host/include/aarch64/host/atomic128-cas.h
> rename to host/include/aarch64/host/atomic128-cas.h.inc
> --
> 2.43.0

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM