]> git.proxmox.com Git - mirror_qemu.git/commit
s390x: reorganize CSS bits between cpu.h and other headers
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Dec 2015 11:06:26 +0000 (12:06 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 May 2016 14:42:28 +0000 (16:42 +0200)
commitbd3f16ac302e3fad85464d08c207ab9d00233d04
treecce95d18f67168e5b5a62aebfd64521fc7ec3439
parent77ac58ddc6be324abc3451ae78a1799efa7cc3b7
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>
13 files changed:
hw/s390x/css.c
hw/s390x/css.h [deleted file]
hw/s390x/s390-skeys.c
hw/s390x/s390-virtio-ccw.c
hw/s390x/virtio-ccw.c
hw/s390x/virtio-ccw.h
include/hw/s390x/css.h [new file with mode: 0644]
include/hw/s390x/ioinst.h [new file with mode: 0644]
target-s390x/cpu.h
target-s390x/helper.c
target-s390x/interrupt.c
target-s390x/ioinst.c
target-s390x/ioinst.h [deleted file]