diff options
| author | Peter Maydell | 2017-10-30 14:02:45 +0100 |
|---|---|---|
| committer | Peter Maydell | 2017-10-30 14:02:45 +0100 |
| commit | abf6e752e55b2f5afb48303429dea2db7c3a62de (patch) | |
| tree | 7b3e5988befbe144847239291fdd8104bdd06008 /qapi-schema.json | |
| parent | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20171029' i... (diff) | |
| parent | s390-*.img: update s390 bios with latest fixes (diff) | |
| download | qemu-abf6e752e55b2f5afb48303429dea2db7c3a62de.tar.gz qemu-abf6e752e55b2f5afb48303429dea2db7c3a62de.tar.xz qemu-abf6e752e55b2f5afb48303429dea2db7c3a62de.zip | |
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20171030' into staging
s390x: fixups for 2.11
- missing \r in the BIOS console output
- CPU type name is now "s390x-cpu"
- fixup for the host-model on z14 and older machine versions
# gpg: Signature made Mon 30 Oct 2017 08:34:15 GMT
# gpg: using RSA key 0x117BBC80B5A61C7C
# gpg: Good signature from "Christian Borntraeger (IBM) <borntraeger@de.ibm.com>"
# Primary key fingerprint: F922 9381 A334 08F9 DBAB FBCA 117B BC80 B5A6 1C7C
* remotes/borntraeger/tags/s390x-20171030:
s390-*.img: update s390 bios with latest fixes
s390-ccw: print carriage return with new lines
s390x/kvm: use cpu model for gscb on compat machines
target/s390x: change CPU type name to "s390x-cpu"
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'qapi-schema.json')
| -rw-r--r-- | qapi-schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index a9dd043f65..18457954a8 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3159,12 +3159,12 @@ # -> { "execute": "query-hotpluggable-cpus" } # <- {"return": [ # { -# "type": "qemu-s390-cpu", "vcpus-count": 1, +# "type": "qemu-s390x-cpu", "vcpus-count": 1, # "props": { "core-id": 1 } # }, # { # "qom-path": "/machine/unattached/device[0]", -# "type": "qemu-s390-cpu", "vcpus-count": 1, +# "type": "qemu-s390x-cpu", "vcpus-count": 1, # "props": { "core-id": 0 } # } # ]} |
