summaryrefslogtreecommitdiffstats
path: root/target/s390x/kvm.c
diff options
context:
space:
mode:
authorCho, Yu-Chen2021-07-07 12:53:16 +0200
committerCornelia Huck2021-07-07 14:01:56 +0200
commitb6b4722307f31491ee553c674ded2a8bba6173e1 (patch)
tree128b709b9f369b5ce9ca1679ef24a5de31e3baf1 /target/s390x/kvm.c
parenttarget/s390x: remove tcg-stub.c (diff)
downloadqemu-b6b4722307f31491ee553c674ded2a8bba6173e1.tar.gz
qemu-b6b4722307f31491ee553c674ded2a8bba6173e1.tar.xz
qemu-b6b4722307f31491ee553c674ded2a8bba6173e1.zip
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>
Diffstat (limited to 'target/s390x/kvm.c')
-rw-r--r--target/s390x/kvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/s390x/kvm.c b/target/s390x/kvm.c
index 2388924587..5b1fdb55c4 100644
--- a/target/s390x/kvm.c
+++ b/target/s390x/kvm.c
@@ -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"