qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v7 06/14] target/s390x: rename internal.h to s390x-internal.h


From: Thomas Huth
Subject: Re: [PATCH v7 06/14] target/s390x: rename internal.h to s390x-internal.h
Date: Wed, 7 Jul 2021 13:31:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

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 <cfontana@suse.de>
Signed-off-by: Cho, Yu-Chen <acho@suse.com>
Acked-by: David Hildenbrand <david@redhat.com>
Acked-by: Cornelia Huck <cohuck@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 <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]