On 07/07/2021 12.53, Cho, Yu-Chen wrote:
The internal.h file is renamed to s390x-internal.h, because of the
risk of collision with other files with the same name.

Signed-off-by: Claudio Fontana <cfont...@suse.de>
Signed-off-by: Cho, Yu-Chen <a...@suse.com>
Acked-by: David Hildenbrand <da...@redhat.com>
Acked-by: Cornelia Huck <coh...@redhat.com>
---
  target/s390x/arch_dump.c                      | 2 +-
  target/s390x/cc_helper.c                      | 2 +-
  target/s390x/cpu.c                            | 2 +-
  target/s390x/cpu_models.c                     | 2 +-
  target/s390x/crypto_helper.c                  | 2 +-
  target/s390x/diag.c                           | 2 +-
  target/s390x/excp_helper.c                    | 2 +-
  target/s390x/fpu_helper.c                     | 2 +-
  target/s390x/gdbstub.c                        | 2 +-
  target/s390x/helper.c                         | 2 +-
  target/s390x/int_helper.c                     | 2 +-
  target/s390x/interrupt.c                      | 2 +-
  target/s390x/ioinst.c                         | 2 +-
  target/s390x/kvm.c                            | 2 +-
  target/s390x/machine.c                        | 2 +-
  target/s390x/mem_helper.c                     | 2 +-
  target/s390x/misc_helper.c                    | 2 +-
  target/s390x/mmu_helper.c                     | 2 +-
  target/s390x/{internal.h => s390x-internal.h} | 0
  target/s390x/sigp.c                           | 2 +-
  target/s390x/translate.c                      | 2 +-
  target/s390x/vec_fpu_helper.c                 | 2 +-
  target/s390x/vec_helper.c                     | 2 +-
  target/s390x/vec_string_helper.c              | 2 +-
  24 files changed, 23 insertions(+), 23 deletions(-)
  rename target/s390x/{internal.h => s390x-internal.h} (100%)

Reviewed-by: Thomas Huth <th...@redhat.com>


Reply via email to