diff options
author | 2024-04-29 15:10:58 -0400 | |
---|---|---|
committer | 2024-05-10 08:34:20 +0200 | |
commit | 8aa2211e855df79ddd363e5f0d8c4d7d4c376e16 (patch) | |
tree | 0b2b2bd7b362ed5388e1507ab5280ed3aa7db6fc /scripts/qapi/source.py | |
parent | s390x/sclp: Simplify get_sclp_device() (diff) | |
download | qemu-8aa2211e855df79ddd363e5f0d8c4d7d4c376e16.tar.xz qemu-8aa2211e855df79ddd363e5f0d8c4d7d4c376e16.zip |
target/s390x: report deprecated-props in cpu-model-expansion reply
Retain a list of deprecated features disjoint from any particular
CPU model. A query-cpu-model-expansion reply will now provide a list of
properties (i.e. features) that are flagged as deprecated. Example:
{
"return": {
"model": {
"name": "z14.2-base",
"deprecated-props": [
"bpb",
"csske"
],
"props": {
"pfmfi": false,
"exrl": true,
...a lot more props...
"skey": false,
"vxpdeh2": false
}
}
}
}
It is recommended that s390 guests operate with these features
explicitly disabled to ensure compatibility with future hardware.
Signed-off-by: Collin Walling <walling@linux.ibm.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-ID: <20240429191059.11806-2-walling@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'scripts/qapi/source.py')
0 files changed, 0 insertions, 0 deletions