On 11/13/24 17:13, Philippe Mathieu-Daudé wrote:
"ram_addr.h" contains declarations specific to system emulation,
move it under the sysemu/ directory to clarify the API namespace.

Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
  MAINTAINERS                         | 2 +-
  include/exec/cpu-common.h           | 2 +-
  include/exec/memory.h               | 2 +-
  include/exec/translation-block.h    | 2 +-
  include/sysemu/physmem-target.h     | 2 +-
  include/{exec => sysemu}/ram_addr.h | 0
  accel/kvm/kvm-all.c                 | 2 +-
  accel/tcg/cputlb.c                  | 2 +-
  accel/tcg/translate-all.c           | 2 +-
  hw/ppc/spapr.c                      | 2 +-
  hw/ppc/spapr_caps.c                 | 2 +-
  hw/ppc/spapr_pci.c                  | 2 +-
  hw/remote/memory.c                  | 2 +-
  hw/remote/proxy-memory-listener.c   | 2 +-
  hw/s390x/s390-stattrib-kvm.c        | 2 +-
  hw/s390x/s390-stattrib.c            | 2 +-
  hw/s390x/s390-virtio-ccw.c          | 2 +-
  hw/vfio/common.c                    | 2 +-
  hw/vfio/container.c                 | 2 +-
  hw/vfio/iommufd.c                   | 2 +-
  hw/vfio/migration.c                 | 2 +-
  hw/vfio/spapr.c                     | 2 +-
  hw/virtio/virtio-mem.c              | 2 +-
  migration/ram.c                     | 2 +-
  plugins/api.c                       | 2 +-
  system/memory.c                     | 2 +-
  system/physmem.c                    | 2 +-
  target/arm/tcg/mte_helper.c         | 2 +-
  target/ppc/kvm.c                    | 2 +-
  target/s390x/kvm/kvm.c              | 2 +-
  30 files changed, 29 insertions(+), 29 deletions(-)
  rename include/{exec => sysemu}/ram_addr.h (100%)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to