]> git.proxmox.com Git - mirror_qemu.git/commitdiff
s390x: drop inclusion of sysemu/kvm.h from some files
authorDavid Hildenbrand <david@redhat.com>
Fri, 18 Aug 2017 11:43:42 +0000 (13:43 +0200)
committerCornelia Huck <cohuck@redhat.com>
Wed, 30 Aug 2017 16:23:25 +0000 (18:23 +0200)
s390-stattrib.c needs definition of TARGET_PAGE_SIZE, solve it via cpu.h.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170818114353.13455-8-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
hw/s390x/s390-stattrib.c
hw/s390x/sclp.c
hw/s390x/sclpcpu.c
target/s390x/arch_dump.c

index d14923f099673c7f2eb7927ab720473f884495dc..14a02711a2c1409768a2a841e1ffb05fc32a3ca7 100644 (file)
 
 #include "qemu/osdep.h"
 #include "hw/boards.h"
+#include "cpu.h"
 #include "qmp-commands.h"
 #include "migration/qemu-file.h"
 #include "migration/register.h"
 #include "hw/s390x/storage-attributes.h"
 #include "qemu/error-report.h"
-#include "sysemu/kvm.h"
 #include "exec/ram_addr.h"
 #include "qapi/error.h"
 
index ffdf4712a1f9cba916f076b72f9504e2528e60bc..fd097262c7d135b7ff848be068aa0809b6aebc4c 100644 (file)
@@ -15,7 +15,6 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "cpu.h"
-#include "sysemu/kvm.h"
 #include "exec/memory.h"
 #include "sysemu/sysemu.h"
 #include "exec/address-spaces.h"
index b1f3ef8c7d8e5979641b589017917cb2106d71aa..023d059a46e1f2a2f9b36f888484136b60950150 100644 (file)
@@ -18,7 +18,6 @@
 #include "hw/s390x/event-facility.h"
 #include "cpu.h"
 #include "sysemu/cpus.h"
-#include "sysemu/kvm.h"
 
 typedef struct ConfigMgtData {
     EventBufferHeader ebh;
index 96c9fb97cbb5a128958bc811c9e353deee10c26b..399030d118b4eaaa2fbf741f076f85ff815f4b35 100644 (file)
@@ -16,7 +16,6 @@
 #include "elf.h"
 #include "exec/cpu-all.h"
 #include "sysemu/dump.h"
-#include "sysemu/kvm.h"
 
 
 struct S390xUserRegsStruct {