Skip to content

Commit

Permalink
target/s390x: rename internal.h to s390x-internal.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
alcho authored and cohuck committed Jul 7, 2021
1 parent dda740d commit b6b4722
Show file tree
Hide file tree
Showing 24 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion target/s390x/arch_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "elf.h"
#include "sysemu/dump.h"

Expand Down
2 changes: 1 addition & 1 deletion target/s390x/cc_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "tcg_s390x.h"
#include "exec/exec-all.h"
#include "exec/helper-proto.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "kvm_s390x.h"
#include "sysemu/kvm.h"
#include "sysemu/reset.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/cpu_models.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "kvm_s390x.h"
#include "sysemu/kvm.h"
#include "sysemu/tcg.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/crypto_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "qemu/osdep.h"
#include "qemu/main-loop.h"
#include "internal.h"
#include "s390x-internal.h"
#include "tcg_s390x.h"
#include "exec/helper-proto.h"
#include "exec/exec-all.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "hw/watchdog/wdt_diag288.h"
#include "sysemu/cpus.h"
#include "hw/s390x/ipl.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/excp_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "exec/helper-proto.h"
#include "qemu/timer.h"
#include "exec/exec-all.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/fpu_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "tcg_s390x.h"
#include "exec/exec-all.h"
#include "exec/cpu_ldst.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/gdbstub.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "exec/exec-all.h"
#include "exec/gdbstub.h"
#include "qemu/bitops.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "exec/gdbstub.h"
#include "qemu/timer.h"
#include "qemu/qemu-print.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/int_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "tcg_s390x.h"
#include "exec/exec-all.h"
#include "qemu/host-utils.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "qemu/osdep.h"
#include "cpu.h"
#include "kvm_s390x.h"
#include "internal.h"
#include "s390x-internal.h"
#include "exec/exec-all.h"
#include "sysemu/kvm.h"
#include "sysemu/tcg.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/ioinst.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "qemu/osdep.h"

#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "hw/s390x/ioinst.h"
#include "trace.h"
#include "hw/s390x/s390-pci-bus.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/kvm.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include "qemu-common.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "kvm_s390x.h"
#include "sysemu/kvm_int.h"
#include "qemu/cutils.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "kvm_s390x.h"
#include "migration/vmstate.h"
#include "tcg_s390x.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/mem_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "tcg_s390x.h"
#include "exec/helper-proto.h"
#include "exec/exec-all.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/misc_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "qemu/cutils.h"
#include "qemu/main-loop.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "exec/memory.h"
#include "qemu/host-utils.h"
#include "exec/helper-proto.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/mmu_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "qemu/error-report.h"
#include "exec/address-spaces.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "kvm_s390x.h"
#include "sysemu/kvm.h"
#include "sysemu/tcg.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion target/s390x/sigp.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "sysemu/hw_accel.h"
#include "sysemu/runstate.h"
#include "exec/address-spaces.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "disas/disas.h"
#include "exec/exec-all.h"
#include "tcg/tcg-op.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/vec_fpu_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "vec.h"
#include "tcg_s390x.h"
#include "tcg/tcg-gvec-desc.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/vec_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
#include "qemu/osdep.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "vec.h"
#include "tcg/tcg.h"
#include "tcg/tcg-gvec-desc.h"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/vec_string_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "cpu.h"
#include "internal.h"
#include "s390x-internal.h"
#include "vec.h"
#include "tcg/tcg.h"
#include "tcg/tcg-gvec-desc.h"
Expand Down

0 comments on commit b6b4722

Please sign in to comment.