qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] exec: Restrict memory-internal.h to system/
@ 2025-03-17 16:13 Philippe Mathieu-Daudé
  2025-03-17 16:13 ` [PATCH 1/2] accel/tcg: Remove unnecesary inclusion of memory-internal.h in cputlb.c Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-03-17 16:13 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Xu, Pierrick Bouvier, David Hildenbrand, Paolo Bonzini,
	Richard Henderson, Philippe Mathieu-Daudé

Only file units within the system/ directory need access to
"memory-internal.h". Move it to system/ to restrict its scope.

Based-on: <20250314173139.2122904-1-pierrick.bouvier@linaro.org>

Philippe Mathieu-Daudé (2):
  accel/tcg: Remove unnecesary inclusion of memory-internal.h in
    cputlb.c
  exec: Restrict memory-internal.h to system/

 MAINTAINERS                                | 2 +-
 {include/exec => system}/memory-internal.h | 6 ------
 accel/tcg/cputlb.c                         | 1 -
 system/memory.c                            | 3 ++-
 system/physmem.c                           | 3 ++-
 5 files changed, 5 insertions(+), 10 deletions(-)
 rename {include/exec => system}/memory-internal.h (88%)

-- 
2.47.1



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

end of thread, other threads:[~2025-03-17 18:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-17 16:13 [PATCH 0/2] exec: Restrict memory-internal.h to system/ Philippe Mathieu-Daudé
2025-03-17 16:13 ` [PATCH 1/2] accel/tcg: Remove unnecesary inclusion of memory-internal.h in cputlb.c Philippe Mathieu-Daudé
2025-03-17 16:23   ` Pierrick Bouvier
2025-03-17 16:13 ` [PATCH 2/2] exec: Restrict memory-internal.h to system/ Philippe Mathieu-Daudé
2025-03-17 16:15 ` [PATCH 0/2] " David Hildenbrand
2025-03-17 18:06 ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).