Richard Henderson <richard.hender...@linaro.org> writes:

> Convert the existing includes with sed.
>
> Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
> ---
>  include/{exec => system}/ram_addr.h | 7 +++----
>  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 +-
>  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 +-
>  MAINTAINERS                         | 2 +-
>  25 files changed, 27 insertions(+), 28 deletions(-)
>  rename include/{exec => system}/ram_addr.h (99%)
>
> diff --git a/include/exec/ram_addr.h b/include/system/ram_addr.h
> similarity index 99%
> rename from include/exec/ram_addr.h
> rename to include/system/ram_addr.h
> index 3d8df4edf1..65f8f37b2a 100644

After rebase:

modified   hw/vfio/common.c
@@ -30,7 +30,6 @@
 #include "system/address-spaces.h"
 #include "system/memory.h"
 #include "system/ram_addr.h"
-#include "exec/ram_addr.h"
 #include "exec/target_page.h"
 #include "hw/hw.h"
 #include "qemu/error-report.h"
modified   hw/vfio/iommufd.c
@@ -25,7 +25,6 @@
 #include "qemu/cutils.h"
 #include "qemu/chardev_open.h"
 #include "pci.h"
-#include "system/ram_addr.h"
 
 static int iommufd_cdev_map(const VFIOContainerBase *bcontainer, hwaddr iova,

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro

Reply via email to