All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] qemu/atomic: Header cleanups
@ 2024-12-12 14:10 Philippe Mathieu-Daudé
  2024-12-12 14:10 ` [PATCH 1/3] qemu/atomic: Rename atomic128-cas.h headers using .h.inc suffix Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-12-12 14:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Philippe Mathieu-Daudé

- Include "qemu/atomic.h" in "qemu/atomic128.h"
- Use .h.inc suffix

Philippe Mathieu-Daudé (3):
  qemu/atomic: Rename atomic128-cas.h headers using .h.inc suffix
  qemu/atomic: Rename atomic128-ldst.h headers using .h.inc suffix
  qemu/atomic128: Include missing 'qemu/atomic.h' header

 host/include/aarch64/host/atomic128-cas.h                    | 2 +-
 include/qemu/atomic128.h                                     | 5 +++--
 .../aarch64/host/{atomic128-ldst.h => atomic128-ldst.h.inc}  | 0
 .../generic/host/{atomic128-cas.h => atomic128-cas.h.inc}    | 0
 .../generic/host/{atomic128-ldst.h => atomic128-ldst.h.inc}  | 0
 .../host/{atomic128-ldst.h => atomic128-ldst.h.inc}          | 0
 .../x86_64/host/{atomic128-ldst.h => atomic128-ldst.h.inc}   | 2 +-
 host/include/x86_64/host/load-extract-al16-al8.h.inc         | 2 +-
 8 files changed, 6 insertions(+), 5 deletions(-)
 rename host/include/aarch64/host/{atomic128-ldst.h => atomic128-ldst.h.inc} (100%)
 rename host/include/generic/host/{atomic128-cas.h => atomic128-cas.h.inc} (100%)
 rename host/include/generic/host/{atomic128-ldst.h => atomic128-ldst.h.inc} (100%)
 rename host/include/loongarch64/host/{atomic128-ldst.h => atomic128-ldst.h.inc} (100%)
 rename host/include/x86_64/host/{atomic128-ldst.h => atomic128-ldst.h.inc} (96%)

-- 
2.45.2



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-12-12 15:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 14:10 [PATCH 0/3] qemu/atomic: Header cleanups Philippe Mathieu-Daudé
2024-12-12 14:10 ` [PATCH 1/3] qemu/atomic: Rename atomic128-cas.h headers using .h.inc suffix Philippe Mathieu-Daudé
2024-12-12 15:02   ` Richard Henderson
2024-12-12 15:09     ` Philippe Mathieu-Daudé
2024-12-12 15:11       ` Richard Henderson
2024-12-12 15:17         ` Philippe Mathieu-Daudé
2024-12-12 15:20           ` Richard Henderson
2024-12-12 14:10 ` [PATCH 2/3] qemu/atomic: Rename atomic128-ldst.h " Philippe Mathieu-Daudé
2024-12-12 14:10 ` [PATCH 3/3] qemu/atomic128: Include missing 'qemu/atomic.h' header Philippe Mathieu-Daudé
2024-12-12 15:03   ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.