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 /target-s390x/helper.c | |
parent | 77ac58ddc6be324abc3451ae78a1799efa7cc3b7 (diff) |
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 'target-s390x/helper.c')
-rw-r--r-- | target-s390x/helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-s390x/helper.c b/target-s390x/helper.c index 92abe7e676..423dd72650 100644 --- a/target-s390x/helper.c +++ b/target-s390x/helper.c @@ -24,6 +24,7 @@ #include "exec/gdbstub.h" #include "qemu/timer.h" #include "exec/cpu_ldst.h" +#include "hw/s390x/ioinst.h" #ifndef CONFIG_USER_ONLY #include "sysemu/sysemu.h" #endif |