diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-14 12:42:08 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-14 12:42:08 +0000 |
commit | cd0b19a20b80ccacd0579d83ac29ea36d666e67c (patch) | |
tree | c62e5191a0702123eb13c8c5106f144dacce46c7 /target-s390x/cpu.h | |
parent | ed56fdb25692920d2e2915b9c979ad477b0c018e (diff) | |
parent | 88bfa2166ac0b14483a2a2c667499bf3617aebf0 (diff) | |
download | qemu-cd0b19a20b80ccacd0579d83ac29ea36d666e67c.zip qemu-cd0b19a20b80ccacd0579d83ac29ea36d666e67c.tar.gz qemu-cd0b19a20b80ccacd0579d83ac29ea36d666e67c.tar.bz2 |
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160113' into staging
This first round of s390x patches includes:
- new compat machine
- remove the old s390-virtio machine
- fixes and some cleanup
# gpg: Signature made Wed 13 Jan 2016 14:55:55 GMT using RSA key ID C6F02FAF
# gpg: Good signature from "Cornelia Huck <huckc@linux.vnet.ibm.com>"
# gpg: aka "Cornelia Huck <cornelia.huck@de.ibm.com>"
* remotes/cohuck/tags/s390x-20160113:
s390x/pci: return real state during listing PCI
virtio-ccw: fix sanity check for vector
s390: Introduce CCW_COMPAT_2_5
s390x/virtio: use qemu_check_nic_model()
s390x/pci: code cleanup
s390x/pci: reject some operations to disabled PCI function
s390x: remove s390-virtio devices
s390x: remove s390-virtio machine
s390x: add 2.6 compat machine
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target-s390x/cpu.h')
-rw-r--r-- | target-s390x/cpu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index 658cd9d..06ca60b 100644 --- a/target-s390x/cpu.h +++ b/target-s390x/cpu.h @@ -545,9 +545,6 @@ int gtod_load(QEMUFile *f, void *opaque, int version_id); /* service interrupts are floating therefore we must not pass an cpustate */ void s390_sclp_extint(uint32_t parm); -/* from s390-virtio-bus */ -extern const hwaddr virtio_size; - #else static inline unsigned int s390_cpu_halt(S390CPU *cpu) { |