Re: [Qemu-devel] [PATCH v3 8/9] s390x/cpumodel: add gen15 defintions

2019-04-29 Thread David Hildenbrand
On 29.04.19 11:02, Christian Borntraeger wrote: > add several new features (msa9, sort, deflate, additional vector > instructions, new general purpose instructions) to generation 15. > > Also disable csske and bpb from the default and base models >=15. > This will allow to migrate gen15 machines t

[Qemu-devel] [PATCH v3 8/9] s390x/cpumodel: add gen15 defintions

2019-04-29 Thread Christian Borntraeger
add several new features (msa9, sort, deflate, additional vector instructions, new general purpose instructions) to generation 15. Also disable csske and bpb from the default and base models >=15. This will allow to migrate gen15 machines to future machines that do not have these features. Signed