diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-12-04 12:06:26 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-05-19 16:42:28 +0200 |
commit | bd3f16ac302e3fad85464d08c207ab9d00233d04 (patch) | |
tree | cce95d18f67168e5b5a62aebfd64521fc7ec3439 /hw/s390x/s390-skeys.c | |
parent | 77ac58ddc6be324abc3451ae78a1799efa7cc3b7 (diff) | |
download | qemu-bd3f16ac302e3fad85464d08c207ab9d00233d04.zip qemu-bd3f16ac302e3fad85464d08c207ab9d00233d04.tar.gz qemu-bd3f16ac302e3fad85464d08c207ab9d00233d04.tar.bz2 |
s390x: reorganize CSS bits between cpu.h and other headers
Move cpu_inject_* to the only C file where they are used.
Move ioinst.h declarations that need S390CPU to cpu.h, to make
ioinst.h independent of cpu.h.
Move channel declarations that only need SubchDev from cpu.h
to css.h, to make more channel users independent of cpu.h.
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/s390x/s390-skeys.c')
-rw-r--r-- | hw/s390x/s390-skeys.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390x/s390-skeys.c b/hw/s390x/s390-skeys.c index 6528ffe..d772cfc 100644 --- a/hw/s390x/s390-skeys.c +++ b/hw/s390x/s390-skeys.c @@ -15,6 +15,7 @@ #include "migration/qemu-file.h" #include "hw/s390x/storage-keys.h" #include "qemu/error-report.h" +#include "sysemu/kvm.h" #define S390_SKEYS_BUFFER_SIZE 131072 /* Room for 128k storage keys */ #define S390_SKEYS_SAVE_FLAG_EOS 0x01 |