Adding generation 15. Some interesting aspects: - conditional SSKE and bpb are deprecated. This patch set addresses that for csske. - no name yet for gen15, I suggest to use the assigned numbers and provide an alias later on. (I have split out this into a separate patch)
Christian Borntraeger (10): linux header sync s390x/cpumodel: remove CSSKE from base model s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3 s390x/cpumodel: msa9 facility s390x/cpumodel: vector enhancements s390x/cpumodel: enhanced sort facility s390x/cpumodel: deflate s390x/cpumodel: add gen15 defintions s390x/cpumodel: wire up 8561 and 8562 as gen15 machines s390x/cpumodel: do not claim csske for expanded models in qmp hw/s390x/s390-virtio-ccw.c | 6 +++ linux-headers/asm-s390/kvm.h | 5 +- target/s390x/cpu_features.c | 54 +++++++++++++++++++ target/s390x/cpu_features.h | 3 ++ target/s390x/cpu_features_def.h | 49 +++++++++++++++++ target/s390x/cpu_models.c | 35 ++++++++++++ target/s390x/cpu_models.h | 1 + target/s390x/gen-features.c | 94 ++++++++++++++++++++++++++++++++- target/s390x/kvm.c | 18 +++++++ 9 files changed, 263 insertions(+), 2 deletions(-) -- 2.19.1