]> git.proxmox.com Git - mirror_qemu.git/commit
target/s390x: rename internal.h to s390x-internal.h
authorCho, Yu-Chen <acho@suse.com>
Wed, 7 Jul 2021 10:53:16 +0000 (18:53 +0800)
committerCornelia Huck <cohuck@redhat.com>
Wed, 7 Jul 2021 12:01:56 +0000 (14:01 +0200)
commitb6b4722307f31491ee553c674ded2a8bba6173e1
tree128b709b9f369b5ce9ca1679ef24a5de31e3baf1
parentdda740dec54f947e23b90e1e042281e9a65ec128
target/s390x: rename internal.h to s390x-internal.h

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>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210707105324.23400-7-acho@suse.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
25 files changed:
target/s390x/arch_dump.c
target/s390x/cc_helper.c
target/s390x/cpu.c
target/s390x/cpu_models.c
target/s390x/crypto_helper.c
target/s390x/diag.c
target/s390x/excp_helper.c
target/s390x/fpu_helper.c
target/s390x/gdbstub.c
target/s390x/helper.c
target/s390x/int_helper.c
target/s390x/internal.h [deleted file]
target/s390x/interrupt.c
target/s390x/ioinst.c
target/s390x/kvm.c
target/s390x/machine.c
target/s390x/mem_helper.c
target/s390x/misc_helper.c
target/s390x/mmu_helper.c
target/s390x/s390x-internal.h [new file with mode: 0644]
target/s390x/sigp.c
target/s390x/translate.c
target/s390x/vec_fpu_helper.c
target/s390x/vec_helper.c
target/s390x/vec_string_helper.c